summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* WL#2506: Information Schema tables for PARTITIONingunknown2006-01-101-0/+15
* cleanup of SHOW STATUS code, as a preparation for WL#2935unknown2006-01-021-2/+1
* Merge newbox:mysql-5.1-ppruning-r4unknown2005-12-261-2/+42
|\
| * WL#2985 "Partition Pruning"unknown2005-12-221-2/+42
* | WL#1012: All changes as one single changeset.unknown2005-12-221-5/+55
* | plugin version changesunknown2005-12-211-1/+1
* | Merge xiphis.org:/home/antony/work2/mysql-5.1unknown2005-12-211-26/+56
|\ \ | |/ |/|
| * Finalize storage engine pluginsunknown2005-12-211-26/+56
* | bug #15521 (Cannot reorganise a partition with a new name equal to the old name)unknown2005-12-151-0/+3
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-281-1/+1
|\
| * documenting HA_STATUS_xxx flagsunknown2005-11-261-1/+1
* | Made set_part_info a handler method and not a ha_partition method onlyunknown2005-11-251-0/+1
* | Table definition cache, part 2unknown2005-11-231-13/+22
* | Merge mysql.com:/home/mysql_src/mysql-5.0unknown2005-11-181-4/+6
|\ \ | |/
| * Added handlerton flag to make storage engines invisable via flag.unknown2005-11-101-2/+3
| * Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-041-0/+1
| |\
| | * #view.test#:unknown2005-11-021-0/+1
* | | Make storage engines "pluggable", handlerton workunknown2005-11-071-14/+33
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2005-11-061-0/+1
|\ \ \
| * | | WL #528: Faster free_tmp_tableunknown2005-11-061-0/+1
* | | | Reapplied portability changes, from changesets by kent, joerg and msvenssonunknown2005-11-061-1/+0
|/ / /
* | | Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...unknown2005-11-051-3/+3
* | | Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-1/+2
|\ \ \ | |/ /
| * | A fix and a test case for Bug#14210 "Simple query with > operator on unknown2005-11-031-1/+1
| |/
| * Store and read engine type string in extra block of .frm.unknown2005-10-101-0/+1
* | Mergeunknown2005-10-061-19/+50
|\ \ | |/
| * Bug#13143 - formatID should not affect XID's uniquenessunknown2005-10-051-1/+9
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-031-10/+22
| |\
| | * Final patch for 5.0 for simplifying storage engine code. We now have just one...unknown2005-10-031-1/+0
| | * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-9/+22
| | |\
| | | * Next big patch for loadable storage engines!unknown2005-10-021-9/+22
| * | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-031-8/+5
| |\ \ \ | | |/ /
| | * | Move handler specific options into handlerton flag checkunknown2005-09-301-8/+5
| * | | Mergeunknown2005-09-301-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Bug#11238unknown2005-09-301-1/+1
| | |/
| * | BUG#13081: Disable ROR-index_merge for NDB tables (by adding a unknown2005-09-301-0/+7
| |/
| * This fixed bug 13369. Note, I dislike goto's as well.unknown2005-09-221-1/+0
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-211-0/+1
| |\
| | * mergedunknown2005-09-211-0/+1
| | |\
| | | * BUG#12232: Add a server option to treat NULL values as equal when calculating...unknown2005-09-211-0/+1
| * | | Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-191-7/+14
| |/ /
* | | Handle default engine type better forunknown2005-09-201-1/+1
* | | Bug #13179 partition info in mysqldump makes it hard to use dump in different...unknown2005-09-141-1/+2
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newunknown2005-09-141-0/+2
|\ \ \ | |/ /
| * | Made changes to add federated CONNECTION information to the .frm fileunknown2005-09-121-0/+2
* | | Merge zim.(none):/home/brian/mysql/mysql-5.0unknown2005-08-301-0/+12
|\ \ \ | |/ /
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-301-0/+2
| |\ \
| | * \ Update for delete_all_rows() which will be used for TRUNCATE and DELETE support.unknown2005-08-291-0/+2
| | |\ \ | | | |/
| | | * Added support for delete_all_rows() for archive. This fixes bug #12836. unknown2005-08-291-0/+2
| * | | Bug #11946: Review fixes.unknown2005-08-301-6/+7