summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-1/+1
|\
| * BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-08-101-1/+1
| * Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb tablemskold@mysql.com2006-06-021-2/+1
* | Merge april.(none):/home/svoj/devel/bk/mysql-5.0-enginessvoj@april.(none)2006-09-121-0/+1
|\ \
| * | BUG#20256 - LOCK WRITE - MyISAMsvoj@april.(none)2006-09-121-0/+1
* | | Bug#20573acurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-301-1/+1
|/ /
* | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.0mkindahl@dl145k.mysql.com2006-07-121-0/+1
|\ \
| * | Fix for BUG#20188 "REPLACE or ON DUPLICATE KEY UPDATE inguilhem@mysql.com2006-07-051-0/+1
* | | Merge chilla.local:/home/mydev/mysql-5.0-releaseingo/mydev@chilla.local2006-07-111-1/+0
|\ \ \
| * | | Revoking patch for Bug#10952 on behalf of Brian.ingo/mydev@chilla.local2006-07-101-1/+0
* | | | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0tomas@poseidon.ndb.mysql.com2006-07-041-0/+1
|\ \ \ \ | |/ / /
| * | | Bug #20784 Uninitialized memory in update on table with PK not on first columntomas@poseidon.ndb.mysql.com2006-07-041-0/+1
| |/ /
* | | Fix for bug#13934 Silent truncation of table commentsgluh@eagle.intranet.mysql.r18.ru2006-06-291-1/+2
|/ /
* | Merge acurtis@bk-internal:/home/bk/mysql-5.0-enginesacurtis@xiphis.org2006-05-091-0/+1
|\ \
| * | bug#10952acurtis@xiphis.org2006-05-091-0/+1
* | | mergingholyfoot@mysql.com2006-05-031-0/+1
|\ \ \ | |/ / |/| |
| * | bug #15860 (SPATIAL keys in INNODB)holyfoot@deer.(none)2006-04-121-0/+1
* | | foo2grog@mysql.com[grog]2006-04-131-5/+0
* | | foo1grog@mysql.com[grog]2006-04-131-13/+13
|/ /
* | Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-0/+2
* | WL#2645 (CHECK TABLE FOR UPGRADE)holyfoot@deer.(none)2006-02-171-0/+22
* | documenting HA_STATUS_xxx flagsserg@serg.mylan2005-11-261-1/+1
* | Added handlerton flag to make storage engines invisable via flag.brian@zim.(none)2005-11-101-2/+3
* | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-041-0/+1
|\ \
| * | #view.test#:igor@rurik.mysql.com2005-11-021-0/+1
* | | A fix and a test case for Bug#14210 "Simple query with > operator on konstantin@mysql.com2005-11-031-1/+1
|/ /
* | Store and read engine type string in extra block of .frm.svoj@mysql.com2005-10-101-0/+1
* | Bug#13143 - formatID should not affect XID's uniquenessserg@serg.mylan2005-10-051-1/+9
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-031-10/+22
|\ \
| * | Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-1/+0
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-021-9/+22
| |\ \
| | * | Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-9/+22
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0kent@mysql.com2005-10-031-8/+5
|\ \ \ \ | |/ / /
| * | | Move handler specific options into handlerton flag checkeric@mysql.com2005-09-301-8/+5
* | | | Mergeserg@mysql.com2005-09-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#11238serg@serg.mylan2005-09-301-1/+1
| |/ /
* | | BUG#13081: Disable ROR-index_merge for NDB tables (by adding a sergefp@mysql.com2005-09-301-0/+7
|/ /
* | This fixed bug 13369. Note, I dislike goto's as well.brian@zim.(none)2005-09-221-1/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2005-09-211-0/+1
|\ \
| * \ mergedserg@serg.mylan2005-09-211-0/+1
| |\ \ | | |/
| | * BUG#12232: Add a server option to treat NULL values as equal when calculating...sergefp@mysql.com2005-09-211-0/+1
* | | Cleanup for handlerton structure to allow for loadable engine work. This is t...brian@zim.(none)2005-09-191-7/+14
|/ /
* | Made changes to add federated CONNECTION information to the .frm fileeric@mysql.com2005-09-121-0/+2
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-08-301-0/+2
|\ \
| * \ Update for delete_all_rows() which will be used for TRUNCATE and DELETE support.brian@zim.(none)2005-08-291-0/+2
| |\ \ | | |/
| | * Added support for delete_all_rows() for archive. This fixes bug #12836. brian@zim.(none)2005-08-291-0/+2
* | | Bug #11946: Review fixes.osku@127.(none)2005-08-301-6/+7
* | | Fix bug #11946, truncate not always resetting the auto-increment counterosku@127.(none)2005-08-171-0/+9
|/ /