summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for compiler warnings on windowsMichael Widenius2010-01-141-6/+6
* Add DB_TYPE_AUTOASSIGN as a better name for DB_TYPE_UNKNOWN, which is what pl...unknown2010-01-041-0/+5
* Merge with MySQL 5.1, with following additions:unknown2009-11-161-1/+9
|\
| * Bug#46944 Internal prepared XA transction XIDs are notKristofer Pettersson2009-10-121-1/+0
| * Bug#46760: Fast ALTER TABLE no longer works for InnoDBGeorgi Kodinov2009-09-181-0/+9
| * automergeGeorgi Kodinov2009-08-171-2/+2
| |\
| * | A follow up patch for the follow up patch for Bug#45829 Konstantin Osipov2009-08-121-0/+4
| * | A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL Konstantin Osipov2009-08-121-6/+0
* | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-10/+13
|\ \ \ | | |/ | |/|
| * | Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-111-2/+2
| |\ \ | | |/ | |/|
| | * Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-2/+2
| * | Bug#45829 "CREATE TABLE TRANSACTIONAL PAGE_CHECKSUM ROW_FORMAT=PAGE accepted,...Guilhem Bichot2009-07-291-3/+8
| |/
| * BUG#39802 On Windows, 32-bit time_t should be enforcedNarayanan V2009-05-041-6/+6
* | Added some changes inspired by Zardosht Kasheff:Michael Widenius2009-06-301-0/+2
* | Merge with base MySQL 5.1Michael Widenius2009-02-151-1/+1
|\ \ | |/
| * Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| |\
| | * Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-6/+25
|\ \ \ | |/ /
| * | mergeMattias Jonsson2008-11-051-0/+3
| |\ \
| | * | Bug#39084: Getting intermittent errors with statement-based binary loggingMattias Jonsson2008-10-291-0/+3
| | |/
| * | mergeMattias Jonsson2008-10-291-1/+1
| |\ \ | | |/ | |/|
| | * Bug#37453: Dropping/creating index on partitioned table withMattias Jonsson2008-10-051-0/+6
| * | Fix for bug#39585: innodb and myisam corruption after binary Ramil Kalimullin2008-10-081-0/+1
| * | Bug#37453: Dropping/creating index on partitioned table withMattias Jonsson2008-10-081-0/+6
| * | Fix for BUG#31612Guilhem Bichot2008-10-061-1/+9
| * | Bug#38804: Query deadlock causes all tables to be inaccessible.Mattias Jonsson2008-09-081-5/+6
| |/
* | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-12/+0
|\ \ | |/
| * Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains thatMattias Jonsson2008-08-111-12/+0
* | Fix for Bug #37007 Maria: different checksum for MyISAM table depending on CH...Michael Widenius2008-06-281-1/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-3/+3
|\ \
| * | WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-3/+3
* | | Manual merge and some fixes.unknown2008-05-141-0/+1
* | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-10/+115
|\ \ \ | |/ / |/| / | |/
| * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-281-0/+5
| |\
| | * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-03-071-0/+5
| | |\
| | | * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2008-02-081-0/+5
| | | |\
| | | | * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-0/+5
| * | | | merge bug 26461 to 5.1-optunknown2008-03-231-1/+1
| |/ / /
| * | | A fix and a test case for Bug#12713 "Error in a stored function called from unknown2008-02-191-9/+113
| |/ /
* | | Add warning of TRANSACTIONAL=1 is used with handler that doesn't support itunknown2008-02-111-1/+10
* | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2008-02-051-108/+138
|\ \ \ | |/ /
| * | A pre-requisite for the fix for Bug#12713 "Error in a stored function unknown2007-12-201-89/+123
| * | Make handler::{write,delete,update}_row private. It's criticalunknown2007-12-191-16/+15
* | | - fix for bug when creating bitmapsunknown2008-01-191-1/+0
* | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-12-271-9/+17
|\ \ \ | |/ / |/| |
| * | Merge jani@marvel:/my/bk/mysql-maria.newunknown2007-12-181-6/+8
| |\ \
| | * \ Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-12-181-2/+0
| | |\ \
| | | * | move HA_OPTIONS_xxx where they belongunknown2007-12-171-2/+0
| | * | | Fixed bug in undo_key_delete; Caused crashed key files in recoveryunknown2007-12-171-4/+8
| | |/ /
| * | | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-3/+9
| |\ \ \ | | |/ /