summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-1/+1
* | | | 10.0-base mergeSergei Golubchik2013-06-061-2/+2
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-06-061-1/+2
| |\ \ \ | | |/ /
| | * | increase MAX_HA (number of simultaneously installed storage engines) to 64 Sergei Golubchik2013-05-201-1/+1
| | * | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-0/+1
* | | | 10.0 mergeSergei Golubchik2013-04-191-124/+237
|\ \ \ \
| * | | | don't compare table names to detect temporary tablesSergei Golubchik2013-04-161-1/+2
| * | | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACESergei Golubchik2013-04-151-9/+5
| * | | | 10.0-base mergeSergei Golubchik2013-04-151-110/+230
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | MDEV-3807 show plugins soname 'xxx'Sergei Golubchik2013-04-091-0/+1
| | * | MDEV-4022 table attributes with sysvar as a default valueSergei Golubchik2013-04-091-6/+22
| | * | Assisted discoverySergei Golubchik2013-04-091-0/+20
| | * | dead code, remove unused argumentSergei Golubchik2013-04-091-2/+2
| | * | remove HA_CREATE_INFO::frm_only - it's internal server flag,Sergei Golubchik2013-04-091-1/+0
| | * | * frm extra2 segment.Sergei Golubchik2013-04-091-0/+2
| | * | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-1/+3
| | * | ha_create_table: remove unused argumentSergei Golubchik2013-04-091-2/+1
| | * | rename a handler method to more precisely reflect what kind of a hack it doesSergei Golubchik2013-04-091-2/+2
| | * | handlerton::discover_table_names() can not discover onlySergei Golubchik2013-04-091-4/+21
| | * | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-091-1/+4
| | * | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-6/+16
| | * | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-1/+0
| | * | handlerton::discover_table_existence() methodSergei Golubchik2013-04-091-0/+23