summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* mysqld.cc cannot use unireg_abort before unireg_initunknown2001-09-181-1/+1
* mergeunknown2001-09-171-1/+1
|\
| * Added unique error for DEADLOCKunknown2001-09-171-1/+1
| * Fixed bug in --safe-create-userunknown2001-09-151-4/+4
* | Mergeunknown2001-09-161-0/+4
|\ \
| * | Add some examples for using libmysqld, including a hack for running theunknown2001-09-161-1/+3
* | | Cleanupsunknown2001-09-151-15/+18
* | | Merge with 3.23.42unknown2001-09-131-13/+14
|\ \ \ | |/ / |/| / | |/
| * OS2 patchunknown2001-09-121-9/+14
| * Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-09-041-4/+0
| |\
| | * Portability fixunknown2001-09-041-4/+0
* | | mergeunknown2001-09-081-1/+0
|\ \ \
| * | | Cleanupsunknown2001-09-071-1/+0
* | | | Unlock tables on BEGINunknown2001-09-081-3/+3
|/ / /
* | | merge with 3.23.42unknown2001-09-021-18/+115
|\ \ \ | |/ /
| * | Added testing of IN(value-list)unknown2001-09-021-0/+6
| * | Fixed problem with INSERT DELAYEDunknown2001-08-311-1/+3
| |/
| * Fix to get core files on Solarisunknown2001-08-221-3/+5
| * Fixes for OS2.unknown2001-08-221-14/+94
| * Portability fixes.unknown2001-08-211-0/+7
* | Fixed compilation problems when HAVE_OPENSSL is not definedunknown2001-09-011-0/+2
* | Yet another SSL fixesunknown2001-09-011-1/+1
* | OpenSSL fixesunknown2001-09-011-3/+3
* | OpenSSL workunknown2001-08-301-4/+4
* | Typo fixunknown2001-08-291-1/+1
* | fixed compile errorunknown2001-08-271-0/+2
* | OpenSSL changesunknown2001-08-271-2/+37
* | Warning fixesunknown2001-08-231-6/+6
* | Fix of UNION codeunknown2001-08-191-1/+6
* | New startup options and some cleanupsunknown2001-08-181-2/+7
* | Merge work:/home/bk/mysql-4.0unknown2001-08-151-1/+1
|\ \
| * | Remove warnings and portability fixesunknown2001-08-141-1/+1
* | | merged replication fixes from 3.23unknown2001-08-151-2/+4
|\ \ \ | |/ / |/| / | |/
| * improvements for stopping the slave in SLAVE STOP and on shutdownunknown2001-08-151-1/+1
| * fixed HUP bug, last fix was not completeunknown2001-08-131-1/+2
* | Cleanupsunknown2001-08-131-20/+6
* | post-merge fixes to make it compile. It still fails the fulltext test,unknown2001-08-111-3/+4
* | mergedunknown2001-08-111-6/+38
|\ \ | |/
| * Made SIGTERM safer for Solarisunknown2001-08-111-11/+11
| * Allow myisam-recover="" and --sql-mode=""unknown2001-08-101-6/+8
| * mergeunknown2001-08-101-6/+23
| |\
| | * Portability fixesunknown2001-08-101-6/+24
| * | Fixed bug in show variables, it didn't show whether slow-query wasunknown2001-08-101-0/+1
| * | changed variable display from string to int (bits) for myisam-recoverunknown2001-08-101-2/+2
* | | Merge work:/home/bk/mysql-4.0unknown2001-08-111-0/+2
|\ \ \
| * | | Embedded mysql fixes.unknown2001-08-101-0/+2
* | | | mergedunknown2001-08-091-5/+18
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Added new optino --sql-mode to mysqld.unknown2001-08-091-5/+31
| |/
| * Fix when using --without-server --with-thread-safe-clientunknown2001-08-041-1/+1
* | LOAD DATA INFILE is now replicated properly, except for cleanup on unknown2001-08-031-2/+20