149 Commits (74f70c394456767c1c1b0bee6bf34faff5b72dce)

Author SHA1 Message Date
Monty 74f70c3944 Fixed costs in JOIN_TAB::estimate_scan_time() and HEAP 8 months ago
Monty 52c29f3bdc MDEV-35469 Heap tables are calling mallocs to often 11 months ago
Sergei Golubchik 824a63852b MDEV-35043 Unsuitable error upon an attempt to create MEMORY table with vector key 1 year ago
Sergei Golubchik 32e6f8ff2e cleanup: remove unconditional #ifdef's 2 years ago
Sergei Golubchik 22b3ba9312 MDEV-25102 UNIQUE USING HASH error after ALTER ... DISABLE KEYS 1 year ago
Monty b66cdbd1ea Changing all cost calculation to be given in milliseconds 3 years ago
Monty b6215b9b20 Update row and key fetch cost models to take into account data copy costs 4 years ago
Vladislav Vaintroub b1b4d67bcd MDEV-21373 DBUG compilation - bad synchronization in ha_heap::external_lock() 4 years ago
Sergei Golubchik 4e503aec7f MDEV-24593 Signal 11 when group by primary key of table joined to information_schema.columns 5 years ago
Nikita Malyavin a79c6e369e MDEV-22677 UPDATE crashes on partitioned HEAP table WITHOUT OVERLAPS 5 years ago
Sergei Golubchik e64084d5a3 MDEV-21201 No records produced in information_schema query, depending on projection 5 years ago
Sergei Golubchik 641f81baf4 cleanup: use my_multi_malloc(), etc 5 years ago
Sergei Golubchik 6c52931680 replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table() 5 years ago
Sergei Golubchik 4876651e0f remove mysql_declare_plugin declaration from some plugins 5 years ago
Sergei Golubchik b014720b6c optimization: use hton->drop_table in few simple cases 5 years ago
Sergei Golubchik d2b852b4ca cleanup, less #ifdef's 5 years ago
Sergey Vojtovich 7a947614fb Split tdc_remove_table() 6 years ago
Monty f36ca142f7 Added page_range to records_in_range() to improve range statistics 6 years ago
Sergei Golubchik 7c58e97bf6 perfschema memory related instrumentation changes 6 years ago
Sergey Vojtovich afb4878703 MDEV-18783 - Server crash in hp_rb_make_key 6 years ago
Alexander Barkov afe6eb499d Revert "MDEV-20342 Turn Field::flags from a member to a method" 6 years ago
Alexander Barkov e86010f909 MDEV-20342 Turn Field::flags from a member to a method 6 years ago
Eugene Kosov c9aa495fb6 MDEV-19955 make argument of handler::ha_write_row() const 6 years ago
Robert Bindar bf70430ead MDEV-17709 Remove handlerton::state 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Sergei Golubchik 7c6cf7fefe bug: ha_heap was unilaterally increasing reclength 8 years ago
Sergei Golubchik 36eb0b7a55 improve ASAN instrumentation: table->record[0] 8 years ago
Sergei Golubchik b80fa4000d bug: ha_heap was unilaterally increasing reclength 8 years ago
Aleksey Midenkov 33085349e9 IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 8 years ago
Vladislav Vaintroub 7354dc6773 MDEV-13384 - misc Windows warnings fixed 8 years ago
Michael Widenius 4aaa38d26e Enusure that my_global.h is included first 8 years ago
kevg ecc6cd95c4 SQL: Default 'simple' algorithm for InnoDB 'AS OF' [closes #175] 9 years ago
Michael Widenius a05a610d60 Added "const" to new data for handler::update_row() 9 years ago
Oleksandr Byelkin 05d3c3d3f7 MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT) 9 years ago
Oleksandr Byelkin 7aa09a5ed2 MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT) 9 years ago
Sergei Golubchik 74a552d5dc cleanup: remove table->status from some engines 11 years ago
Michael Widenius 70823e1d91 MDEV-5120 Test suite test maria-no-logging fails 11 years ago
Michael Widenius ded448d1d0 MDEV-5905: Creating tmp. memory table kills the server 12 years ago
Sergey Vojtovich d12c7adf71 MDEV-5314 - Compiling fails on OSX using clang 12 years ago
Sergei Golubchik 58e62d701e * move bas_ext from the handler to the handlerton 13 years ago
Michael Widenius 068c61978e Temporary commit of 10.0-merge 13 years ago
Michael Widenius a260b15554 MDEV-4011 Added per thread memory counting and usage 13 years ago
unknown bc4a456758 MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 13 years ago
Michael Widenius b39e6e3d09 Added support of thd->tx_read_only 13 years ago
Ashish Agarwal 5dbcff9b9c BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE 14 years ago
Ashish Agarwal d8c68db1f1 BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE 14 years ago
Mats Kindahl cf5e5f837a Merging into mysql-5.5.16-release. 14 years ago
Mats Kindahl ee789c28b4 Merging into mysql-5.5.16-release. 14 years ago
Sergei Golubchik 4b70fc0c56 less boilerplate code - move common operations to wrappers 14 years ago
Sergei Golubchik b4a0b2c2f8 post-merge fixes. 14 years ago