summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Automatic mergeMichael Widenius2014-02-051-5/+7
|\
| * Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-3/+5
| * Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-2/+2
* | 10.0-base mergeSergei Golubchik2014-02-031-6/+16
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-011-1/+4
| |\ \
| | * \ MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+2
| | |\ \
| | | * | Bug#17474166 - EXECUTING STATEMENT LIKE 'SHOW ENGINE INNODB'Praveenkumar Hulakund2013-10-091-0/+6
| | * | | Fix for MDEV-5547: Bad error message when moving very old .frm files to Maria...Michael Widenius2014-01-221-1/+12
| * | | | MDEV-5363: Make parallel replication waits killableunknown2014-01-061-2/+8
| * | | | MDEV-5363: Make parallel replication waits killableunknown2013-12-131-3/+5
* | | | | MDEV-5544 Custom errors (generated from storage engine) not getting returned ...Sergei Golubchik2014-02-011-3/+5
| |_|_|/ |/| | |
* | | | 10.0-base mergeSergei Golubchik2013-12-161-3/+9
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-11-231-3/+9
| |\ \ \ | | |/ /
| | * | mysql-5.5.34 mergeSergei Golubchik2013-11-191-3/+9
| | |\ \ | | | |/
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-3/+9
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-0/+6
* | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Alexander Barkov2013-11-111-52/+0
* | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-091-3/+58
* | | | 10.0-base mergeSergei Golubchik2013-11-041-4/+30
|\ \ \ \ | |/ / /
| * | | MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_...Sergei Golubchik2013-11-041-4/+30
* | | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-1/+14
|\ \ \ \ | |/ / /
| * | | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-1/+14
| |\ \ \
| | * | | MDEV-4506: Parallel replication: error handling.unknown2013-10-141-5/+6
| | * | | Fixes for parallel slave:Michael Widenius2013-10-141-0/+4
| | * | | MDEV-4506: Parallel replication. Intermediate commit.unknown2013-06-261-0/+8
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-0/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | fix an old bug where dd_frm_type() could incorrectly determine the table typeSergei Golubchik2013-08-281-0/+6
* | | | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-11/+9
* | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-10/+0
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-61/+364
|\ \ \ \ \
| * | | | | Merge the following patch from MySQL 5.6.10, in order to make perfschema.binl...unknown2013-07-111-2/+1
| * | | | | Fix test errors like:Sergey Petrunya2013-07-081-2/+6
| * | | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-9/+17
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-36/+315
| * | | | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-14/+14
| * | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-7/+30
* | | | | | 10.0-base mergeSergei Golubchik2013-07-181-24/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.5 mergeSergei Golubchik2013-07-171-0/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | -Run test suite with smaller aria keybuffer size (to make it possible to run ...Michael Widenius2013-06-051-0/+1
| * | | | | MDEV-4450 misleading error messages from init_from_sql_statement_string()Sergei Golubchik2013-06-151-2/+7
| * | | | | plugin_hton helperSergei Golubchik2013-06-151-20/+20
| * | | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-2/+2
| | |_|/ / | |/| | |
* | | | | 10.0-base mergeSergei Golubchik2013-06-061-7/+28
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-06-061-7/+28
| |\ \ \ \ | | |/ / /
| | * | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-3/+17
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-0/+3
| | | * | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-1/+11
| | | |\ \
| | | * | | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-1/+2
| | * | | | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-3/+10