summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-021-1/+1
|\
| * Merge polly.local:/tmp/maint/bug22728/my41-bug22728unknown2006-10-121-1/+1
| |\
| | * Fix for bug #22728 "Handler_rollback value is growing".unknown2006-10-111-1/+1
* | | Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string ...unknown2006-10-251-2/+1
* | | Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to s...unknown2006-10-191-0/+1
* | | Bug #21072 Duplicate key error in NDB references wrong key: wrong indent for...unknown2006-09-211-2/+2
* | | Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to s...unknown2006-09-211-5/+15
|/ /
* | --{skip-}merge option added which allows the user to disable merge engine andunknown2006-07-141-2/+2
|/
* Bug #14514 Creating table with packed key fails silentlyunknown2005-11-211-1/+1
* Bug #12055 NDB temp tables created by ALTER TABLE are usableunknown2005-07-201-0/+2
* Portability fixesunknown2005-06-271-10/+6
* BUG10365 Cluster handler uses non-standard error codeunknown2005-06-161-8/+10
* BUG#10365 Cluster handler uses non-standard error codesunknown2005-06-081-48/+43
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* BUG#9911 After review fixesunknown2005-04-281-5/+9
* Fixed core dump with long timezone namesunknown2005-04-161-7/+2
* Check that the default storage engine is really available, andunknown2005-04-131-0/+14
* Additional storage engine called "blackhole". Customer request, and for that ...unknown2005-03-221-0/+9
* Test Bug: Memory leaks in the archive handler.unknown2005-01-261-0/+14
* Fix for bug #6516 (Server crash loading spatial data)unknown2004-12-101-1/+5
* Merge mysql.com:/space/bkroot/mysql-4.1unknown2004-12-031-2/+2
|\
| * Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-2/+2
* | Bug #6748 heap_rfirst() doesn't work (and never did!)unknown2004-11-221-1/+3
|/
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-2/+3
|\
| * no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR a...unknown2004-11-111-2/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-15/+23
|\ \ | |/ |/|
| * Added possibility to detect if libmysqld is restartedunknown2004-11-111-15/+23
* | Mergeunknown2004-11-101-0/+25
|\ \ | |/ |/|
| * WL#1596 "make mysqldump --master-data --single-transaction able to do online ...unknown2004-11-101-0/+18
| * As rollback can be 30 times slower than insert in InnoDB, and user mayunknown2004-11-081-0/+7
* | Bug#6031 - To drop database you have to execute DROP DATABASE command twice.unknown2004-11-101-0/+56
|/
* Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-1/+1
* Fixed a typo, which prevented non-valgrind build.unknown2004-10-201-1/+1
* true,false -> TRUE, FALSEunknown2004-10-141-13/+25
* Merge with 4.0 for 4.1 releaseunknown2004-10-061-1/+1
|\
| * Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-061-1/+1
* | Mergeunknown2004-10-031-4/+125
|\ \
| * | WL#1424 Updated after reviewunknown2004-09-261-2/+2
| * | Changed WL#1424 to use the function ha_find_files. This is a simpler implemen...unknown2004-09-211-25/+12
| * | Merged Thd_ndbunknown2004-09-201-4/+138
| |\ \
| | * \ Mergedunknown2004-09-131-4/+138
| | |\ \
| | | * | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ...unknown2004-09-131-4/+138
* | | | | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-16/+0
|/ / / /
* | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-09-111-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-09-081-3/+3
| |\ \ \
| | * | | Removed unnecessary conditionunknown2004-09-071-3/+3
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-091-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | sql_print_error cleanupunknown2004-09-041-1/+1
| |/ /
* | | renamed ha_recovery_logging to ha_enable_transactionunknown2004-09-031-3/+4
|/ /
* | check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_logunknown2004-08-221-11/+11