1127 Commits (9c85ced30dc4f6d28b4fe7ad1b73ca76f3c43a44)

Author SHA1 Message Date
Jan Lindström 9c85ced30d Merge fix. 12 years ago
Sergey Vojtovich b7f9c89423 MDEV-4702 - Reduce usage of LOCK_open 13 years ago
Sergei Golubchik 62b658a405 MDEV-4786 merge 10.0-monty -> 10.0 13 years ago
Seppo Jaakola 0a9216835f Initial merge result with mariaDB 10: lp:maria 13 years ago
unknown f4d5dacf43 Merge the following patch from MySQL 5.6.10, in order to make perfschema.binlog_* tests work. 13 years ago
Sergey Petrunya 50dda403b7 Fix test errors like: 13 years ago
Michael Widenius 94d722b6a4 ha_partition.cc and ha_partition.h are now completely merged 13 years ago
Sergei Golubchik a2d795c185 MDEV-4450 misleading error messages from init_from_sql_statement_string() 13 years ago
Sergei Golubchik 8bc6aed491 plugin_hton helper 13 years ago
Sergei Golubchik 68a6705ed1 MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work 13 years ago
Michael Widenius 5f1f2fc0e4 Applied all changes from Igor and Sanja 13 years ago
Michael Widenius bef95a4bbe -Run test suite with smaller aria keybuffer size (to make it possible to run more tests in parallel) 13 years ago
Michael Widenius 3143ad589a Push a lot of small fixes to get larger parts to compile 13 years ago
Sergei Golubchik b9b3d5330a MDEV-260 auditing table accesses 13 years ago
Sergei Golubchik 07315d3603 strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 13 years ago
Sergei Golubchik f398ced7f0 don't compare table names to detect temporary tables 13 years ago
Sergei Golubchik 821db3801d remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE 13 years ago
Sergei Golubchik 5f293dd694 MDEV-4022 table attributes with sysvar as a default value 13 years ago
Sergei Golubchik 3ad01d00f2 error messages: name the storage engine explicitly, 13 years ago
Sergei Golubchik 050d7d6d75 optimize discovery for cases when the storage engine is known in advance 13 years ago
Sergei Golubchik db7809e817 dead code, remove unused argument 13 years ago
Sergei Golubchik 4853c7192d discovery using sql CREATE TABLE statement 13 years ago
Sergei Golubchik 474f45b3dc discover of table non-existance on drop 13 years ago
Sergei Golubchik e06cb31719 CREATE TABLE and frm-less discovering engines. 13 years ago
Sergei Golubchik cdc01e29d3 remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() 13 years ago
Sergei Golubchik 5f69c8a594 ha_create_table: remove unused argument 13 years ago
Sergei Golubchik 07b2523918 rename a handler method to more precisely reflect what kind of a hack it does 13 years ago
Sergei Golubchik 5d364e53cb handlerton::discover_table_names() can not discover only 13 years ago
Sergei Golubchik a489ae89b9 fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file 13 years ago
Sergei Golubchik e5a323e107 single table discovery: handlerton::discover_table() method. 13 years ago
Sergei Golubchik f532653c29 remove ha_create_table_from_engine() 13 years ago
Sergei Golubchik 6a839ff40d handlerton::discover_table_existence() method 13 years ago
Sergei Golubchik b0a5dd73fa * remove ha_check_if_table_exists() and get_table_share_with_discover(). 13 years ago
Sergei Golubchik 163882665e * don't use 1-8 numbers for open_table_error codes, use an enum. 13 years ago
Sergei Golubchik 5ad68a0d2f don't use I_S constants for open_table_def and get_table_share, 13 years ago
Sergei Golubchik 03dfb2c121 file-based table discovery for discovering storage engines 13 years ago
Sergei Golubchik 58e62d701e * move bas_ext from the handler to the handlerton 13 years ago
Sergei Golubchik 09ece94fac remove handlerton::find_files (new implementation is coming), 13 years ago
Sergei Golubchik 94753d8b94 small cleanup - remove prehistoric DB_TYPE_xxx values 13 years ago
Michael Widenius 068c61978e Temporary commit of 10.0-merge 13 years ago
Murthy Narkedimilli fe85f54640 Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 13 years ago
Murthy Narkedimilli 053d7e775c Updated/added copyright headers. 13 years ago
Mattias Jonsson e96182824d Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN 13 years ago
Michael Widenius a260b15554 MDEV-4011 Added per thread memory counting and usage 13 years ago
Sergei Golubchik d41d43f421 MDEV-4065 thd_kill_statement service 13 years ago
Nisha Gopalakrishnan d01b5c392c Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOM 13 years ago
Michael Widenius edc89f7511 Buildbot fixes and cleanups: 13 years ago
Michael Widenius 6e9a48b67f Fixed some race conditons and bugs related to killed queries 13 years ago
Sergei Golubchik 47f5632d60 MDEV-3837 Assertion `table->read_set == &table->def_read_set' failed on updating a performance_schema table 13 years ago
Sergei Golubchik 2985ec2d0b add a forgotten debug sync point, that a test case was referring to 13 years ago