summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl...unknown2004-11-171-4/+4
* fixed incorrect using of THD::is_fatal_errorunknown2004-11-141-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-4/+7
|\
| * More debuggingunknown2004-11-101-4/+7
* | Mergeunknown2004-11-101-1/+9
|\ \ | |/ |/|
| * WL#1596 "make mysqldump --master-data --single-transaction able to do online ...unknown2004-11-101-1/+9
* | Simpler arena swapping codeunknown2004-11-081-11/+13
|/
* Fix for bug#5551 (Version 4). unknown2004-11-031-0/+3
* A fix according to Monty's request:unknown2004-10-291-5/+12
* Merge with 4.0unknown2004-10-271-1/+1
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-10-241-2/+6
| |\
| * | fixed retsult codeunknown2004-10-191-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-261-7/+14
|\ \ \
| * | | A lot of fixes for prepared statements (PS):unknown2004-10-261-7/+14
* | | | Bug 6206: ENUMs are not case sensitive even if declared BINARYunknown2004-10-261-2/+3
* | | | Reuse more code: two equal pieces for ENUM and SET where movedunknown2004-10-261-26/+33
* | | | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-4/+14
* | | | removed unneed variableunknown2004-10-241-1/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-10-231-9/+27
|\ \ \ \ | |/ / / |/| | |
| * | | we can't rely on current variables implementation, so have to use String poin...unknown2004-10-141-9/+27
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-10-221-1/+3
|\ \ \ \
| * \ \ \ Manual merge of fix for bug #6081 "Call to deprecated mysql_create_db()unknown2004-10-221-1/+3
| |\ \ \ \
| | * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-221-2/+8
| | |\ \ \ \
| | | * \ \ \ Manual merge of fix for bug #6081 "Call to deprecated mysql_create_db() funct...unknown2004-10-221-2/+8
| | | |\ \ \ \
| | | | * | | | Fix for bug #6081 "Call to deprecated mysql_create_db() function crashesunknown2004-10-171-2/+8
| | | | |/ / /
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-10-221-36/+62
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-221-35/+58
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | After merge fixesunknown2004-10-221-2/+2
| | * | | | | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1unknown2004-10-221-2/+6
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Part of fix for bug #6081 "Call to deprecated mysql_create_db() functionunknown2004-10-221-2/+6
| | | | |_|/ | | | |/| |
| | | * | | Merge ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/staff/repositories/my...unknown2004-10-031-12/+17
| | | |\ \ \
| | | | * | | Bug#4118: multi-table UPDATE takes WRITE lock on read tableunknown2004-10-031-12/+17
| | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-09-271-0/+11
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds whenunknown2004-09-271-0/+11
| | * | | | | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-33/+52
| | | |_|/ / | | |/| | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-221-1/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for bug #6116 "SET time_zone := ... requires access tounknown2004-10-211-1/+4
* | | | | | added missing command names to command_name[] arrayunknown2004-10-221-1/+2
|/ / / / /
* | | | | sql_parse.cc:unknown2004-10-221-1/+7
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-6/+6
|\ \ \ \
| * | | | Fix for bug #6173 "One can circumvent missing UPDATE privilege ifunknown2004-10-201-6/+6
| | |_|/ | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-141-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | true,false -> TRUE, FALSEunknown2004-10-141-2/+2
* | | | Followup to Bug#5985: fixing one thing that went wrong.unknown2004-10-141-0/+1
* | | | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" unknown2004-10-141-31/+26
|/ / /
* | | A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values unknown2004-10-081-0/+1
* | | Made TIMESTAMP NULL columns without explicit DEFAULT value to be alwaysunknown2004-10-041-14/+17
* | | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-2/+10
* | | wording fixedunknown2004-09-161-1/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-09-161-14/+9
|\ \ \