summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* Merge commit 'bc902a2bfc46add0708896c07621e3707f66d95f' into 10.1Alexander Barkov2015-04-201-0/+27
|\
| * MDEV-7387 [PATCH] Alter table xxx CHARACTER SET utf8, CONVERT TO CHARACTER SE...Alexander Barkov2015-03-131-0/+27
* | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-1/+5
* | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-2/+3
* | Fix linking: move the inline functionsSergei Petrunia2015-03-241-1/+14
* | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-241-0/+5
|\ \
| * | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-241-0/+5
* | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-2/+2
|/ /
* | cleanup: ha_checktype()Sergei Golubchik2015-02-021-2/+6
* | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-3/+8
|\ \ | |/
| * 5.5 mergeSergei Golubchik2015-01-211-3/+8
| |\
| | * cleanupSergei Golubchik2015-01-131-3/+1
| | * MDEV-7333 "'show table status like 'table_name'" on tokudb table lead to Mari...Sergei Golubchik2015-01-131-1/+4
| | * mysql-5.5.41 mergeSergei Golubchik2014-12-191-0/+3
| | |\
| | | * Bug#18790730 - CROSS-DATABASE FOREIGN KEY WITHOUT PERMISSIONSPraveenkumar Hulakund2014-09-101-0/+1
* | | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-7/+88
* | | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-1/+10
* | | | 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
|\ \ \ \ \