summaryrefslogtreecommitdiff
path: root/packages/mysql/src
Commit message (Expand)AuthorAgeFilesLines
* * unmerged table based initialization of libraries.marco2011-02-195-408/+405
* * my_init is now weak, seems no longer to be there in 5.5 (bug ID 17490)michael2010-09-261-1/+1
* * added comment to fileivost2010-08-181-0/+4
* * using mysqlvlib instead of mysqllibivost2010-08-181-164/+164
* * started with mysql 5.1 support (far from beeing finished! but core parts ar...ivost2010-08-184-2/+84
* * Fixed compilationmichael2010-02-042-1/+3
* * cleaned up redundant declarations of types like PP(P)Char/Byte and moved th...florian2009-12-262-4/+0
* * real_connect "db" parameter added which was added in 3.22. Mants 15041, bu...marco2009-11-242-1/+2
* * updated testpackages to use newest version of libhandlerivost2009-11-011-19/+12
* * simplified mysqlvlib definitionivost2009-10-301-6/+4
* * removed unused unitsivost2009-10-301-6/+3
* * changed the order of helper functions (easier to read)ivost2009-10-301-57/+54
* * modified mysql to use library handler functions of dynlibs.pas (no interfac...ivost2009-10-304-226/+240
* * added MYSQL_TIME typeivost2009-06-261-0/+25
* * Refactored so that identation-style is consistent within the unitjoost2009-03-291-2/+3
* * Replaced deprecated call to mysql_server_init with call to mysql_library_initjoost2009-03-291-1/+1
* * fixed calling convention of some mysql functions (maybe there are more wrong)ivost2009-03-271-16/+10
* * fixed call of mysql_library_init in TryInitializeMysqlivost2009-03-271-10/+16
* * fixed type in st_mysql_bind record (length: culong -> pculong)ivost2009-01-291-1/+1
* * Call mysql_library_init and mysql_library_end automatically when loading t...joost2008-12-041-14/+23
* * compiletime range check fixes. SVN now compiles with -CROriotmarco2008-11-163-3/+3
* * fix for 12225marco2008-04-277-14/+14
* * Basic moving and updating of mysql. makefile.fpc's included, regened makef...marco2008-01-2624-0/+4021