summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_...Sergei Golubchik2013-11-041-0/+3
* INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-181-0/+1
* information_schema.enabled_roles tableSergei Golubchik2013-10-181-2/+3
* 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
* | 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
* | 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
* | 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
* | 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
* | 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
| |\
| | * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-0/+2
| * | remove thd_mark_as_hard_kill()Sergei Golubchik2013-01-151-1/+0
| * | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-0/+8
* | | The patch for the task mdev-539.Igor Babaev2012-12-201-3/+3
* | | simplify the handler api - table_type() is no longer abstract, not even virtualSergei Golubchik2012-12-171-1/+1
* | | SHOW EXPLAIN: merge to 10.0-base.Sergey Petrunya2012-10-061-0/+1
|\ \ \
| * \ \ SHOW EXPLAIN: merge with 5.5-mainSergey Petrunya2012-10-061-0/+1
| |\ \ \ | | |/ / | |/| |