summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | | 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
* | | | small cleanup - remove prehistoric DB_TYPE_xxx valuesSergei Golubchik2013-04-071-7/+0
* | | | 5.5 mergeSergei Golubchik2013-01-291-9/+57
|\ \ \ \ | |/ / /
| * | | MDEV-4065 thd_kill_statement serviceSergei Golubchik2013-01-181-6/+7
| * | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-7/+34
| |\ \ \ | | |/ /
| | * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-9/+38
| * | | Buildbot fixes and cleanups:Michael Widenius2013-01-111-0/+1
| * | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-1/+20
* | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+3
* | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-4/+31
|\ \ \ \ | |/ / /
| * | | Do not DBUG_PRINT uninitialized variable. This avoid false positive from runt...Vladislav Vaintroub2012-10-181-2/+3
| * | | mysql-5.5.28Sergei Golubchik2012-10-161-2/+28
| |\ \ \ | | |/ /
| | * | Merging from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-07-121-2/+27
| | |\ \ | | | |/
| | | * Bug #11765218 58157: INNODB LOCKS AN UNMATCHED ROW EVEN THOUGH USINGAnnamalai Gurusami2012-07-121-2/+27
* | | | Automatic merge with 5.5Michael Widenius2012-10-051-1/+2
|\ \ \ \ | |/ / /
| * | | Fixed issues found by buildbot & valgrind:Michael Widenius2012-10-041-1/+2
* | | | Automatic mergeMichael Widenius2012-09-221-24/+28
|\ \ \ \ | |/ / /
| * | | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-24/+28