tdbc::mysql

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

6 check-ins related to "early-binding"

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

20:55
Sketch support for the "early bindings" configuration

The ./configure options do work but the driver code needs a fair amount of work due to its heavy dependency on runtime self-adjustments to different versions of libmysqlclient. check-in: 28da1c847a user: kostix tags: early-binding

2011-07-30
18:30
Create new branch named "early-binding" check-in: b5ef47ad0a user: kostix tags: early-binding
2011-07-27
14:27
Missed bit of updating to TEA 3.9/latest sampleextension check-in: 90fd7599e7 user: dgp tags: trunk