summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1guilhem@mysql.com2004-11-111-2/+3
|\
| * no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR a...guilhem@mysql.com2004-11-111-2/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-11-111-15/+23
|\ \ | |/ |/|
| * Added possibility to detect if libmysqld is restartedmonty@mysql.com2004-11-111-15/+23
* | Mergeguilhem@mysql.com2004-11-101-0/+25
|\ \ | |/ |/|
| * WL#1596 "make mysqldump --master-data --single-transaction able to do online ...guilhem@mysql.com2004-11-101-0/+18
| * As rollback can be 30 times slower than insert in InnoDB, and user mayguilhem@mysql.com2004-11-081-0/+7
* | Bug#6031 - To drop database you have to execute DROP DATABASE command twice.acurtis@pcgem.rdg.cyberkinetica.com2004-11-101-0/+56
|/
* Bug#6202: ENUMs are not case sensitive even if declared BINARYbar@mysql.com2004-10-251-1/+1
* Fixed a typo, which prevented non-valgrind build.ingo@mysql.com2004-10-201-1/+1
* true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-13/+25
* Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-1/+1
|\
| * Reverted patch for new usage of open_count as it caused more problems than it...monty@mysql.com2004-10-061-1/+1
* | Mergetomas@poseidon.ndb.mysql.com2004-10-031-4/+125
|\ \
| * | WL#1424 Updated after reviewmagnus@shellback.(none)2004-09-261-2/+2
| * | Changed WL#1424 to use the function ha_find_files. This is a simpler implemen...magnus@neptunus.(none)2004-09-211-25/+12
| * | Merged Thd_ndbmagnus@neptunus.(none)2004-09-201-4/+138
| |\ \
| | * \ Mergedmagnus@neptunus.(none)2004-09-131-4/+138
| | |\ \
| | | * | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ...magnus@neptunus.(none)2004-09-131-4/+138
* | | | | Support for TIMESTAMP columns holding NULL values. Unlike all otherdlenev@brandersnatch.localdomain2004-10-011-16/+0
|/ / / /
* | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2004-09-111-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2004-09-081-3/+3
| |\ \ \
| | * | | Removed unnecessary conditionmskold@mysql.com2004-09-071-3/+3
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tulin@build.mysql.com2004-09-091-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | sql_print_error cleanupserg@serg.mylan2004-09-041-1/+1
| |/ /
* | | renamed ha_recovery_logging to ha_enable_transactiontomas@poseidon.(none)2004-09-031-3/+4
|/ /
* | check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_logserg@serg.mylan2004-08-221-11/+11
* | after merge fixserg@serg.mylan2004-08-201-1/+1
* | mergedserg@serg.mylan2004-08-201-14/+30
|\ \ | |/
| * Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-201-8/+23
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@avenger.(none)2004-08-131-0/+9
|\ \
| * | This is the addition of the CSV engine "aka tina". Its an example engine that...brian@avenger.(none)2004-08-121-0/+9
* | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2004-07-271-7/+7
|\ \ \ | |/ /
| * | handler.cc:paul@ice.snake.net2004-07-191-7/+7
* | | Fixed ndbcluster_print_error to use table name from failed NdbOperationmskold@mysql.com2004-07-021-6/+2
|/ /
* | Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-251-3/+2
|\ \ | |/
| * do not clear list of changed tables on one statement rollback (Bug #4213)bell@sanja.is.com.ua2004-06-201-3/+2
* | Added missing root user to mysql.user on windows. (Bug #4242)monty@mysql.com2004-06-251-4/+2
* | Merge mskold@build.mysql.com:/home/bk/mysql-4.1mskold@mysql.com2004-06-241-2/+8
|\ \
| * | Cosmetic fixesmskold@mysql.com2004-06-241-1/+1
| * | Modified index flags and added ndbcluster_print_errormskold@mysql.com2004-06-241-2/+8
* | | Enabling the --innodb-safe-binlog option in code. If you wish to disable it,guilhem@mysql.com2004-06-241-1/+1
* | | Final part of WL#1717 "innodb/binlog consistency". This is to resolveguilhem@mysql.com2004-06-241-4/+12
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-231-10/+11
|\ \
| * | Fixed warning about unitialized mutex when mysqld couldn't start.monty@mysql.com2004-06-231-10/+11
* | | mergedserg@serg.mylan2004-06-231-84/+30
|\ \ \ | |/ / |/| |
| * | handler interface cleanups:serg@serg.mylan2004-06-231-84/+30
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@brian-akers-computer.local2004-06-051-0/+9
|\ \ \ | |/ / |/| |
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1brian@brian-akers-computer.local2004-05-251-0/+9
| |\ \
| | * | Mergebrian@brian-akers-computer.local2004-05-221-49/+112