785 Commits (648b957f42e0b6600da5456407a563b1218c000b)

Author SHA1 Message Date
Sergei Petrunia c08de06246 MDEV-406: ANALYZE $stmt: get ANALYZE work for subqueries 12 years ago
unknown 0fbe91b45b MDEV-6251: SIGSEGV in query optimizer (in set_check_materialized with MERGE view) 12 years ago
unknown 45a91d8cbb MDEV-6193: Problems with multi-table updates that JOIN against read-only table 12 years ago
Sergei Golubchik d81b662b8c Asserting correct database name lettercase in 12 years ago
Sergey Petrunya 2bbca99018 MDEV-6041: ORDER BY+subqueries: subquery_table.key=outer_table.col is not recongized as binding 12 years ago
Sergei Golubchik 707dd6b9e9 MDEV-5943 'show table status' does not immediately show tokudb tables 12 years ago
Sergei Golubchik 88ec8a08f3 MDEV-5909 MySQL BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNING 12 years ago
Sergey Vojtovich e4fde57712 MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tables 12 years ago
Michael Widenius c4bb7cd6dc Fix for MDEV-5589: "Discrepancy in binlog on half-failed CREATE OR REPLACE" 12 years ago
unknown af3180ab6f MDEV-9095: Executing triggers on slave in row-based replication 12 years ago
unknown 321ff25f3d MDEV-5740: Assertion `!derived->first_select()->exclude_from_table_unique_test || derived->outer_select()-> exclude_from_table_unique_test' failed on 2nd execution of PS with derived_merge 12 years ago
unknown 982607508d MDEV-4309: DBT-3 Q1 benchmark: Benchmark + profile a patch 12 years ago
Sergey Vojtovich d12c7adf71 MDEV-5314 - Compiling fails on OSX using clang 12 years ago
Sergey Vojtovich fd1437dfe5 MDEV-5597 - Reduce usage of LOCK_open: LOCK_flush 12 years ago
Sergey Vojtovich 048e9c40a6 MDEV-5492 - Reduce usage of LOCK_open: TABLE::in_use 12 years ago
Michael Widenius 7ffc9da093 Implementation of MDEV-5491: CREATE OR REPLACE TABLE 12 years ago
Sergey Petrunya 0e593c123f MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-serg 12 years ago
Murthy Narkedimilli c92223e198 Updated/added copyright headers 12 years ago
Michael Widenius 273078c5fa Fixes to get valgrind to work with jemalloc 12 years ago
Sergey Vojtovich 2d7c073852 MDEV-5388 - Reduce usage of LOCK_open: unused_tables 12 years ago
Sergey Vojtovich 98c4f167c5 MDEV-4956 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.used_tables 12 years ago
Michael Widenius 192678e7bf MDEV-5241: Collation incompatibilities with MySQL-5.6 12 years ago
Vicențiu Ciorbaru fe521dc28e Implemented _non recursive_ role specific grants for table/column level privileges 12 years ago
unknown ec7da1561e MDEV-5039: incorrect Item_func_regex::update_used_tables() 12 years ago
Sergey Vojtovich bbc9e57981 MDEV-4978 - Server cursor is broken with blobs in the select list, 12 years ago
Sergey Vojtovich 77b10802a7 MDEV-4786 - merge 10.0-monty - 10.0 12 years ago
Igor Babaev 37f18d2318 Fixed bug mdev-4962. 12 years ago
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
Sergey Petrunya 5c49041b17 MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-serg 12 years ago
Sergei Golubchik e1c76b80d9 Fixes for innodb suite, merging tests from 5.6. 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
Sergei Golubchik d7e0c3cc73 MDEV-4456 Reverse discovery of ARCHIVE table on SELECT after disappearance of ARZ file 13 years ago
Sergei Golubchik 0973b7a8d2 partitioning frm bugs: 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
Neeraj Bisht 35a3f9d76c Bug#12328597 - MULTIPLE COUNT(DISTINCT) IN SAME SELECT FALSE 13 years ago
unknown 9441e53653 MDEV-4345 13 years ago
Sergei Golubchik ffbd15eb32 post-review comments and other minor edits 13 years ago
Sergei Golubchik 9c089b04b3 TABLE_SHARE::free_frm_image() method to free the memory 13 years ago
Sergei Golubchik 02c712aa54 * frm extra2 segment. 13 years ago
Sergei Golubchik 4853c7192d discovery using sql CREATE TABLE statement 13 years ago
Sergei Golubchik e06cb31719 CREATE TABLE and frm-less discovering engines. 13 years ago
Sergei Golubchik b3e70c4ae7 split mysql_create_frm() in create_frm_image() and writefrm() 13 years ago
Sergei Golubchik 9ec326a8b1 cleanup frm creation: 13 years ago
Sergei Golubchik 2481db063f move writing of the frm into init_from_binary_frm_image() 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