Commit Graph

39 Commits

Author SHA1 Message Date
michael
0b8f98ab24 * Patch from Mattias Gaertner to add MySQL 8.0 support
git-svn-id: trunk@48692 -
2021-02-17 12:59:32 +00:00
michael
7e89141993 * Fix bug #37223
git-svn-id: trunk@45657 -
2020-06-18 07:39:56 +00:00
Jonas Maebe
e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers)
git-svn-id: trunk@34598 -
2016-10-02 12:56:59 +00:00
michael
c9c1cf73ae * Fix compilation error caused by signature change
git-svn-id: trunk@34512 -
2016-09-11 14:46:16 +00:00
michael
b08475b5ba * Fix bug ID #30391 (let ReleaseMySQL also return refcount)
git-svn-id: trunk@34510 -
2016-09-11 12:30:45 +00:00
michael
3a97ca02aa * Patch from Laco to add some extra functions to interface
git-svn-id: trunk@34094 -
2016-07-11 11:25:20 +00:00
michael
4442ecc863 * Added MySQL 5.7 header translation from Laco (bug ID 28417)
git-svn-id: trunk@31218 -
2015-07-22 18:59:41 +00:00
michael
c3d427210d * Patch from Laco to fix bug ID #27425
git-svn-id: trunk@29680 -
2015-02-13 08:59:24 +00:00
michael
de1489f98c * Patch from Laco to initialize character set function
git-svn-id: trunk@27260 -
2014-03-24 12:34:59 +00:00
michael
b480fc761a * Added to build, extra fix, added mysql56dyn
git-svn-id: trunk@26190 -
2013-12-06 15:55:26 +00:00
michael
559eb81c07 * MySQL 5.6 support from Laco
git-svn-id: trunk@26188 -
2013-12-06 13:25:09 +00:00
Jonas Maebe
81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov)
git-svn-id: trunk@24986 -
2013-06-27 14:01:18 +00:00
michael
5f053be31d * Switched to using ansistring, because dynlibs use ansistrings
git-svn-id: trunk@22949 -
2012-11-07 23:08:31 +00:00
michael
520d51cf7c * Patch from Ludo brands to add IsLibraryLoaded sqlite/src/sqlite3.inc
git-svn-id: trunk@22852 -
2012-10-26 17:10:35 +00:00
michael
6926b50f2c * Changed library names to include version number, make uniform dynamic loader interface
git-svn-id: trunk@22162 -
2012-08-21 19:40:20 +00:00
marco
2d8dbeca54 * Merged Andrew Brunners and Lacak2's patches from Mantis #19736 that
implement mysql 5.5 header + sqldb connection support.

git-svn-id: trunk@20534 -
2012-03-17 17:17:40 +00:00
marco
88e22be01a * unmerged table based initialization of libraries.
git-svn-id: trunk@16941 -
2011-02-19 17:24:37 +00:00
michael
f3713b9f5e * my_init is now weak, seems no longer to be there in 5.5 (bug ID 17490)
git-svn-id: trunk@16047 -
2010-09-26 08:45:33 +00:00
ivost
151ce2f3e3 * added comment to file
git-svn-id: trunk@15846 -
2010-08-18 14:33:56 +00:00
ivost
f32854eb0c * using mysqlvlib instead of mysqllib
git-svn-id: trunk@15845 -
2010-08-18 14:29:19 +00:00
ivost
db5e4028c4 * started with mysql 5.1 support (far from beeing finished! but core parts are working)
git-svn-id: trunk@15842 -
2010-08-18 14:07:05 +00:00
michael
e3c5ce04ec * Fixed compilation
git-svn-id: trunk@14861 -
2010-02-04 20:22:44 +00:00
florian
4faf2e9f0f * cleaned up redundant declarations of types like PP(P)Char/Byte and moved them to the system unit
git-svn-id: trunk@14481 -
2009-12-26 20:47:24 +00:00
marco
71c32214a1 * real_connect "db" parameter added which was added in 3.22. Mants 15041, but dled mysql 3.23 to verify.
git-svn-id: trunk@14264 -
2009-11-24 11:14:12 +00:00
ivost
e5ef111466 * updated testpackages to use newest version of libhandler
git-svn-id: trunk@13996 -
2009-11-01 11:31:37 +00:00
ivost
8c1f97f1ae * simplified mysqlvlib definition
git-svn-id: trunk@13985 -
2009-10-30 22:46:02 +00:00
ivost
f816d1e31a * removed unused units
git-svn-id: trunk@13980 -
2009-10-30 14:35:16 +00:00
ivost
47debd9850 * changed the order of helper functions (easier to read)
git-svn-id: trunk@13978 -
2009-10-30 13:26:55 +00:00
ivost
68fd458a8d * modified mysql to use library handler functions of dynlibs.pas (no interface changes)
git-svn-id: trunk@13977 -
2009-10-30 13:21:27 +00:00
ivost
c35347a50e * added MYSQL_TIME type
git-svn-id: trunk@13324 -
2009-06-26 12:26:03 +00:00
joost
87c17a6ef8 * Refactored so that identation-style is consistent within the unit
git-svn-id: trunk@12976 -
2009-03-29 10:21:06 +00:00
joost
d6f5df2572 * Replaced deprecated call to mysql_server_init with call to mysql_library_init
git-svn-id: trunk@12975 -
2009-03-29 10:18:50 +00:00
ivost
ca45377a86 * fixed calling convention of some mysql functions (maybe there are more wrong)
git-svn-id: trunk@12971 -
2009-03-27 22:38:06 +00:00
ivost
6e0f22ce5e * fixed call of mysql_library_init in TryInitializeMysql
git-svn-id: trunk@12966 -
2009-03-27 02:38:57 +00:00
ivost
8e0ec83cf1 * fixed type in st_mysql_bind record (length: culong -> pculong)
git-svn-id: trunk@12626 -
2009-01-29 11:24:16 +00:00
joost
51d5320fdb * Call mysql_library_init and mysql_library_end automatically when loading the mysqlclient dynamically. Fixes bug #9751
* Initializes refcount

git-svn-id: trunk@12297 -
2008-12-04 20:22:16 +00:00
marco
a472967423 * compiletime range check fixes. SVN now compiles with -CROriot
git-svn-id: trunk@12129 -
2008-11-16 19:08:03 +00:00
marco
9add060a56 * fix for 12225
git-svn-id: trunk@10827 -
2008-04-27 20:49:31 +00:00
marco
149c56bb55 * Basic moving and updating of mysql. makefile.fpc's included, regened makefiles not.
fpmake also in separate commit (will follow shortly)

git-svn-id: trunk@9922 -
2008-01-26 13:08:46 +00:00