Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file tdbcmysql/generic/tdbcmysql.c version f8483c6133
|
2011-08-02
| ||
| 22:55 | Mark all functions in generic/mysqlNative.c as inline In early-binding build mode all the functions in this module perform nothing more than simple accessing so they are good candidates for inlining. Leaf check-in: c200c4219b user: kostix tags: early-binding | |
| 22:53 | Provide support for the "inline" C compiler keyword check-in: 37b9b61af4 user: kostix tags: early-binding | |
| 22:51 | Provide two sets of functions to work with certain MySQL data types. One is used in "native" mode, when early binding is enabled, and another one is used with late binding, when accessing these data types depends on the version of the client library loaded. check-in: 407f0492c0 user: kostix tags: early-binding | |