summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-0/+1
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+1
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+1
| | |\
| | | * Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+1
* | | | misc after-merge changes:Sergei Golubchik2016-09-101-35/+0
* | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-3/+35
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-7/+27
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+3
| |\ \ | | |/
| * | MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to tak...Sergei Golubchik2016-05-051-0/+9
| * | commentsSergei Golubchik2016-05-051-2/+2
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-5/+13
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-4/+9
| | |\
| | | * use consistent error messaging for IGNORESergei Golubchik2016-04-201-2/+1
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-4/+11
| | | |\
| | | | * BUG#22037930: INSERT IGNORE FAILS TO IGNORE FOREIGN KEYNisha Gopalakrishnan2016-02-111-2/+8
| | | | * Bug#18790730 - CROSS-DATABASE FOREIGN KEY WITHOUT PERMISSIONSPraveenkumar Hulakund2014-09-101-0/+1
| | | | * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-0/+2
| | | | * Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMgopal.shankar@oracle.com2012-04-111-0/+54
| | | | * Bug#12696518: MEMORY LEAKS IN HA_PARTITION (VALGRIND TESTS ON TRUNK)Mattias Jonsson2011-09-151-2/+4
| | | | * Updated/added copyright headersKent Boortz2011-07-041-3/+4
| | | | * Bug#11853126 RE-ENABLE CONCURRENT READS WHILE CREATINGJon Olav Hauglid2011-06-011-1/+50
| | | | * BUG#11762616: BUG#55229: 'POSTION'Luis Soares2011-05-061-6/+8
| | | | |\
| | | | | * BUG#11762616: BUG#55229: 'POSTION' Luis Soares2011-05-061-8/+9
| | | | * | Manual merge from 5.1Mattias Jonsson2011-04-201-1/+1
| | | | |\ \ | | | | | |/
| | | | | * mergeMattias Jonsson2011-04-201-1/+1
| | | | | |\
| | | | | | * Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-1/+1
| | | | | * | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-281-1/+0
| | | | | |/
| | | | * | Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5Magne Mahre2011-03-291-1/+1
| | | | * | Bug #11755431 (former 47205)Jon Olav Hauglid2011-03-081-1/+10
| | | | * | Bug #42230 during add index, cannot do queries on storage enginesJon Olav Hauglid2011-01-261-18/+21
| | | | * | Bug#57778: failed primary key add to partitioned innodb table inconsistent an...Mattias Jonsson2010-11-051-0/+2
| | | | * | Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.cDavi Arnaut2010-10-061-7/+51
| | | | * | Merge from mysql-5.5-bugfixing to mysql-5.5-runtimeJon Olav Hauglid2010-08-181-1/+0
| | | | |\ \
| | | | | * | WL#5370 Keep forward-compatibility when changing 2010-08-181-1/+0
| | | | * | | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-0/+2
| | | | |/ /
| | | | * | Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-4/+0
| | | | |\ \
| | | | | * | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-4/+0
| | | | * | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-0/+1
| | | | |/ /
| | | | * | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-4/+0
| | | | |\ \
| | | | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-4/+0
| | | | * | | mergeMattias Jonsson2010-07-091-5/+13
| | | | |\ \ \ | | | | | |/ / | | | | |/| / | | | | | |/
| | | | | * mergeMattias Jonsson2010-07-091-5/+13
| | | | | |\
| | | | | | * Bug#52517: Regression in ROW level replication performance with partitionsMattias Jonsson2010-07-091-5/+13
| | | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-1/+1
| | | | | |/
| | | | * | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-1/+1
| | | | |\ \
| | | | | * \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * BUG#39053 - UNISTALL PLUGIN does not allow the storage engineSergey Vojtovich2010-04-141-1/+1
| | | | * | | Merge of bug#51851.Mattias Jonsson2010-05-241-2/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Bug#51851: Server with SBR locks mutex twice on LOAD DATAMattias Jonsson2010-03-301-2/+2