summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-2/+0
| | * | file-based table discovery for discovering storage enginesSergei Golubchik2013-04-091-17/+57
| | * | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-1/+5
| | * | remove handlerton::find_files (new implementation is coming),Sergei Golubchik2013-04-071-11/+0
| | * | small cleanup - remove prehistoric DB_TYPE_xxx valuesSergei Golubchik2013-04-071-19/+17
| | * | s/st_ha_create_information/HA_CREATE_INFO/Sergei Golubchik2013-04-071-2/+2
| | * | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-43/+43
* | | | Merge from the latest mariadb-10.0.Alexander Barkov2013-03-291-0/+7
|\ \ \ \ | |/ / /
| * | | 10.0-base mergeSergei Golubchik2013-01-311-0/+7
| |\ \ \ | | |/ /
| | * | 5.5 mergeSergei Golubchik2013-01-291-1/+8
| | |\ \ | | | |/
| | | * MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-4/+2
| | | * mysql-5.5.29 mergeSergei Golubchik2013-01-151-1/+3
| | | |\