summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-1/+1
* 5.5 mergeSergei Golubchik2014-05-091-15/+5
|\
| * rename handler::ha_set_lock_type() -> handler::set_lock_type(),Sergei Golubchik2014-04-281-1/+1
| * MDEV-6139: UPDATE w/ join against MRG_MyISAM table with read-only sub-table f...unknown2014-04-281-0/+2
| * Merge MDEV-6067 from 5.3 to 5.5.unknown2014-04-111-15/+3
| |\
| | * Merge MDEV-6067 from 5.2 to 5.3.unknown2014-04-111-15/+3
| | |\
| | | * MDEV-6067: Partitioned table DML sometimes binlogged without XID eventunknown2014-04-111-15/+3
* | | | post-fix for the merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONE...Sergei Golubchik2014-05-081-0/+3
* | | | merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONED TABLES"Sergei Golubchik2014-05-081-1/+22
* | | | merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES"Sergei Golubchik2014-05-071-5/+10
* | | | merge MySQL-5.6 bugfix "Bug#17862905: MYSQLDUMP CREATES USELESS METADATA LOCKS"Sergei Golubchik2014-05-051-0/+8
* | | | Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the sla...Michael Widenius2014-03-281-0/+1
* | | | MDEV-5846 MySQL Bug #18144 - Cost with FORCE/USE index seems incorrect in som...Sergei Golubchik2014-03-201-0/+12
* | | | MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-0/+1
* | | | MDEV-5667 online alter and changed field/index optionsSergei Golubchik2014-03-021-3/+6
* | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | | | Automatic mergeMichael Widenius2014-02-051-8/+18
|\ \ \ \
| * | | | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-8/+18
* | | | | MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-1/+3
* | | | | Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-0/+7
|/ / / /
* | | | Percona-Server-5.6.14-rel62.0 mergeSergei Golubchik2013-12-221-1/+1
* | | | 10.0-base mergeSergei Golubchik2013-11-041-0/+3
|\ \ \ \
| * | | | MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_...Sergei Golubchik2013-11-041-0/+3
* | | | | 10.0-base merge (roles)Sergei Golubchik2013-10-291-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-181-0/+1
| * | | | information_schema.enabled_roles tableSergei Golubchik2013-10-181-2/+3
* | | | | merge 10.0-base -> 10.0unknown2013-09-261-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge 5.5 -> 10.0-baseunknown2013-09-251-1/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-5037: Server crash on a JOIN on a derived table with join_cache_level > 2Sergey Petrunya2013-09-201-1/+2
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-3/+15
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-3/+15
| |\ \ \ \ | | |/ / /
| | * | | tokudb patches for prepare range scanSergei Golubchik2013-09-091-0/+10
| | * | | workaround for partitioning bug MDEV-4466 (fixed in 10.0)Sergei Golubchik2013-09-091-1/+2
| | * | | don't decide on extended keys by DB_TYPE_INNODB, use hton->flagsSergei Golubchik2013-08-261-0/+1
| | * | | typo fixed (boolean index attributes didn't work)Sergei Golubchik2013-08-261-2/+2
* | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-8/+0
* | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-6/+0
* | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-5/+0
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-98/+814
|\ \ \ \ \
| * | | | | fix the maria suiteSergei Golubchik2013-07-121-1/+0
| * | | | | fix lost vcol checks in sql_table.cc,Sergei Golubchik2013-07-121-0/+3
| * | | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-0/+1
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-95/+392
| * | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-10/+429
* | | | | | 10.0-base mergeSergei Golubchik2013-07-181-3/+34
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.5 mergeSergei Golubchik2013-07-171-1/+28
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix ...Sergey Petrunya2013-07-161-0/+26
| | * | | | MDEV-4466 Partitioned Aria table created by a previous version is recognized ...Sergei Golubchik2013-06-151-1/+2
| * | | | | remove unsusd DB_TYPE valueSergei Golubchik2013-06-151-1/+0
| * | | | | plugin_hton helperSergei Golubchik2013-06-151-0/+5