Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch early-binding Excluding Merge-Ins
This is equivalent to a diff from 90fd7599e7 to c200c4219b
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 | |
2011-08-01
| ||
14:50 | Extend support to MSVC10. Thanks to Twylite. check-in: 9972d7cf7d user: dgp tags: trunk | |
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 | |
2011-07-19
| ||
14:16 | fix typos in ChangeLogs. check-in: 7799d26ac9 user: kennykb tags: trunk | |
Changes to tdbcmysql/configure.
Changes to tdbcmysql/configure.in.
Added tdbcmysql/generic/mysqlCompat.c.
Added tdbcmysql/generic/mysqlNative.c.
Changes to tdbcmysql/generic/tdbcmysql.c.