719 Commits (aa052eeb1a020b8a198e892a7ca0d8f4a3bcd5f1)

Author SHA1 Message Date
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
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 b9f42f4b7a rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image() 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 cda52b2cb2 remove dead HAVE_CRYPTED_FRM code 13 years ago
Sergei Golubchik e727741614 typo fixed 13 years ago
Igor Babaev 1009832c13 Added histogams for table columns. 13 years ago
Igor Babaev fc1c8ffdad The pilot patch for mwl#253. 13 years ago
unknown 1baa0a57df MDEV-26: Global transaction ID. 13 years ago
Michael Widenius e2a72fefb4 Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands. 13 years ago
Michael Widenius 8ed283d882 Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt the table. 13 years ago
Igor Babaev 7d5c56cb41 Fixed bug mdev-4019. 13 years ago
Igor Babaev 01dca17a9c Fixed bug mdev-3979. 13 years ago
Igor Babaev 094f4cf778 Fixed bug mdev-3845. 13 years ago
unknown bc4a456758 MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 13 years ago
unknown b0d11675fb Fix of MDEV-589. 13 years ago
Michael Widenius af4eeaf548 This fix+comments was originally made by Alexey Kopytov 13 years ago
unknown 54bb28d4a1 MDEV-486 LP BUG#1010116 fix. 13 years ago
Igor Babaev a6b88f1431 MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line. 13 years ago
Igor Babaev 8c499274da Performed re-factoring and re-structuring of the code for mwl#248: 13 years ago
Igor Babaev 10f42e2c33 Fixed LP bug #1010729. 14 years ago
Sergey Petrunya 58b9164f04 MDEV-238: SHOW EXPLAIN: Server crashes in JOIN::print_explain with FROM subquery and GROUP BY 14 years ago
Vladislav Vaintroub 97aa8e8c0a LPBUG#983285 - incompatibility in frm in case of VIEWs with non-default ALGORITHM option. 14 years ago
Igor Babaev 1c0a89afcc The pilot implementation of mwl#250: Use the statistics from persistent 14 years ago
unknown 1a48919036 Fix of LP bug#968720. 14 years ago
Sergey Petrunya 2a16e7674b BUG#913030: Optimizer chooses a suboptimal excution plan for Q18 from DBT-3 14 years ago
unknown f72e0e686b Improve filesort performance for small sorts: Don't write pointers to records that we will never use. 14 years ago
Michael Widenius 6f06cef02b Fixed bug lp:917689 "Archive table corruption crashing MariaDB signal 11" 14 years ago
Igor Babaev 841a74a4d6 Fixed LP bug #939009. 14 years ago
unknown 764eeeee74 Fix for LP BUG#910123 MariaDB 5.3.3 causes 1093 error on Drupal 14 years ago
unknown 79a04a2c9c Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view. 14 years ago
unknown d6e1377ac2 Fix check of view updatability in case of underlying view changes its updatability. 14 years ago
Tor Didriksen 26c52659c9 Bug#13580775 ASSERTION FAILED: RECORD_LENGTH == M_RECORD_LENGTH 14 years ago
Igor Babaev e8497370b9 The main patch for the MWL#248 back-ported from 14 years ago
Igor Babaev b6b5f9fabe Implementation of the MWL#247: Make the optimizer use extended keys. 14 years ago
Sergey Petrunya 8e25dcfcd7 BUG#868908: Crash in check_simple_equality() with semijoin + materialization + prepared statement 14 years ago
Igor Babaev 249a10c7dd Fixed LP bug #825035. 14 years ago