1885 Commits (b7f9c894236c38cb40b5ca70e36d23497fcc01be)

Author SHA1 Message Date
Sergey Vojtovich b7f9c89423 MDEV-4702 - Reduce usage of LOCK_open 12 years ago
Sergei Golubchik 9747fbb411 MDEV-4786 merge 10.0-monty -> 10.0 12 years ago
Sergei Golubchik eafb11c821 MDEV-4786 merge 10.0-monty -> 10.0 12 years ago
Sergey Vojtovich e33e9825a4 MDEV-4786 - merge 10.0-monty - 10.0 12 years ago
unknown f4d5dacf43 Merge the following patch from MySQL 5.6.10, in order to make perfschema.binlog_* tests work. 12 years ago
unknown b8d9889e80 added lost part about preopened temporary tables 12 years ago
Sergey Petrunya c3e70a0104 Fix assert failures in main.merge test (line 234) and main.merge_mmap (line 44) 12 years ago
unknown 54999b2863 Merge performance schema test cases from MySQL 5.6.10 12 years ago
unknown f231edcda3 fixed opening temporary tables. 12 years ago
Michael Widenius a9d1d76e5e Fixed issues with partitions and create temporary table SELECT ... 13 years ago
Michael Widenius 99aae21ed2 mdl_sync now works. 13 years ago
unknown 70092601bc merge of 2876.430.11 & 2876.430.1 13 years ago
Michael Widenius 5f4e0e8767 Don't update table and index statics for temporary tables 13 years ago
unknown 1f08a51858 Case when we close temporary table which was not opened in its engine (ALTER TABLE) fixed. 13 years ago
Michael Widenius f62f4bd563 Fixed some memory leaks 13 years ago
Michael Widenius 2534521f9a Fixed some merge issues: 13 years ago
Sergei Golubchik d7e0c3cc73 MDEV-4456 Reverse discovery of ARCHIVE table on SELECT after disappearance of ARZ file 13 years ago
Michael Widenius 8075b05b7d More merge fixes: 13 years ago
Michael Widenius 5f1f2fc0e4 Applied all changes from Igor and Sanja 13 years ago
Sergei Golubchik 07315d3603 strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) 13 years ago
Sergei Golubchik 821db3801d remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE 13 years ago
Sergei Golubchik 050d7d6d75 optimize discovery for cases when the storage engine is known in advance 13 years ago
Sergei Golubchik 2d788ff5ca test_sql_discovery storage engine 13 years ago
Sergei Golubchik e06cb31719 CREATE TABLE and frm-less discovering engines. 13 years ago
Sergei Golubchik 84b882172d if discovery in recover_from_failed_open fails, don't bother to reopen 13 years ago
Sergei Golubchik cdc01e29d3 remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() 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 934115184b convenience helpers for get_table_share() and tdc_open_view(). 13 years ago
Sergei Golubchik b0a5dd73fa * remove ha_check_if_table_exists() and get_table_share_with_discover(). 13 years ago
Sergei Golubchik 474e5ecd1f Don't hold LOCK_open over open_table_def/open_binary_frm call 13 years ago
Sergei Golubchik d71b75c90d moving LOCK_open into get_table_share() 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 bbbd7cedf5 my_dir() cleanup 13 years ago
Sergei Golubchik 6770a9a836 MDEV-4316 MariaDB server crash with signal 11 13 years ago
unknown 5fa4c23519 MDEV-26: Global transaction ID. 13 years ago
Murthy Narkedimilli 8afe262ae5 Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 13 years ago
Murthy Narkedimilli fe85f54640 Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 13 years ago
Michael Widenius 8ed283d882 Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt the table. 13 years ago
unknown 1f08be94bb MDEV-26: Global transaction ID 13 years ago
Murthy Narkedimilli 053d7e775c Updated/added copyright headers. 13 years ago
Sergei Golubchik 682da0aa75 cleanup: use MYF() for mysys flags 13 years ago
Michael Widenius a260b15554 MDEV-4011 Added per thread memory counting and usage 13 years ago
Igor Babaev f8f90aa75f Fixed bug mdev-3938. 13 years ago
Igor Babaev 7d5c56cb41 Fixed bug mdev-4019. 13 years ago
Michael Widenius 396f4d62c6 Fix for MDEV-4009: main.delayed sporadically fails with "query 'REPLACE DELAYED t1 VALUES (5)' failed: 1317: Query execution was interrupted" 13 years ago
Igor Babaev 01dca17a9c Fixed bug mdev-3979. 13 years ago
Roy Lyseng 96c373c51a Bug#15972635: Incorrect results returned in 32 table join with HAVING 13 years ago