summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base merge.Sergei Golubchik2013-09-211-0/+6
|\
| * 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-0/+6
| |\
| | * fix an old bug where dd_frm_type() could incorrectly determine the table typeSergei Golubchik2013-08-281-0/+6
* | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-11/+9
* | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-10/+0
* | | 10.0-monty mergeSergei Golubchik2013-07-211-61/+364
|\ \ \
| * | | Merge the following patch from MySQL 5.6.10, in order to make perfschema.binl...unknown2013-07-111-2/+1
| * | | Fix test errors like:Sergey Petrunya2013-07-081-2/+6
| * | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-9/+17
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-36/+315
| * | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-14/+14
| * | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-7/+30
* | | | 10.0-base mergeSergei Golubchik2013-07-181-24/+30
|\ \ \ \ | | |/ / | |/| |
| * | | 5.5 mergeSergei Golubchik2013-07-171-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | -Run test suite with smaller aria keybuffer size (to make it possible to run ...Michael Widenius2013-06-051-0/+1
| * | | MDEV-4450 misleading error messages from init_from_sql_statement_string()Sergei Golubchik2013-06-151-2/+7
| * | | plugin_hton helperSergei Golubchik2013-06-151-20/+20
| * | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-2/+2
* | | | 10.0-base mergeSergei Golubchik2013-06-061-7/+28
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-06-061-7/+28
| |\ \ \ | | |/ /
| | * | mysql-5.5.31 mergeSergei Golubchik2013-05-071-3/+17
| | |\ \
| | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-0/+3
| | | * | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-1/+11
| | | |\ \
| | | * | | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-1/+2
| | * | | | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-3/+10
| | * | | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-1/+1
* | | | | | don't compare table names to detect temporary tablesSergei Golubchik2013-04-161-11/+5
* | | | | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACESergei Golubchik2013-04-151-28/+12
* | | | | | 10.0-base mergeSergei Golubchik2013-04-151-265/+438
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | MDEV-4022 table attributes with sysvar as a default valueSergei Golubchik2013-04-091-2/+4
| * | | | error messages: name the storage engine explicitly,Sergei Golubchik2013-04-091-12/+14
| * | | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-3/+10
| * | | | dead code, remove unused argumentSergei Golubchik2013-04-091-2/+2
| * | | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-0/+4
| * | | | discover of table non-existance on dropSergei Golubchik2013-04-091-1/+6
| * | | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-5/+26
| * | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-3/+1
| * | | | ha_create_table: remove unused argumentSergei Golubchik2013-04-091-4/+2
| * | | | rename a handler method to more precisely reflect what kind of a hack it doesSergei Golubchik2013-04-091-3/+3
| * | | | handlerton::discover_table_names() can not discover onlySergei Golubchik2013-04-091-39/+145
| * | | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-091-13/+54
| * | | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-45/+75
| * | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-77/+2
| * | | | handlerton::discover_table_existence() methodSergei Golubchik2013-04-091-0/+97
| * | | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-27/+0
| * | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-2/+13
| * | | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-2/+2
| * | | | file-based table discovery for discovering storage enginesSergei Golubchik2013-04-091-2/+67
| * | | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-17/+13
| * | | | remove handlerton::find_files (new implementation is coming),Sergei Golubchik2013-04-071-90/+0