summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12 OpenGIS: create required tables: GeometryColumns, related views.Alexey Botchkov2014-10-211-1/+5
* MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-23/+0
* move userstat tables to a pluginSergei Golubchik2014-10-111-4/+0
* MDEV-6138 show sysvar's help in I_S tablesSergei Golubchik2014-10-111-0/+1
* cleanup: remove hidden I_S.VARIABLES and I_S.STATUS tablesSergei Golubchik2014-10-101-2/+0
* MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switchSergei Golubchik2014-10-101-10/+4
* cleanup: galera merge, simple changesSergei Golubchik2014-10-011-7/+3
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+15
* remove HTON_FLUSH_AFTER_RENAME (BDB-ism, unused for years)Sergei Golubchik2014-06-201-1/+0
* MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-2/+8
* 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