mariadb/storage/heap
Monty e69466d023 Improve performance of heap tables
- make hp_mask an inline function (short and called 16 times)
- Simplify hp_search. Biggest benefit is for doing key lookup
  without a matching row. Matching rows may be a bit slower, but
  is offseted by having hp_mask inlined.
2017-11-23 10:04:12 +02:00
..
mysql-test/mtr2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
_check.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
_rectest.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ChangeLog
CMakeLists.txt MDEV-672 : storage/maria and storage/perfschema do not appear to honor WITH_UNIT_TESTS 2012-10-30 23:05:55 +01:00
ha_heap.cc Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00
ha_heap.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
heapdef.h Improve performance of heap tables 2017-11-23 10:04:12 +02:00
hp_block.c Fixed typo in comments 2017-01-03 14:27:53 +01:00
hp_clear.c Fix that end_bulk_insert() doesn't write to to-be-deleted files 2017-05-17 00:34:48 +03:00
hp_close.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_create.c Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
hp_delete.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_extra.c MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthrough=] 2017-07-20 20:13:28 +02:00
hp_hash.c Improve performance of heap tables 2017-11-23 10:04:12 +02:00
hp_info.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_open.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_panic.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_rename.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
hp_rfirst.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_rkey.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rlast.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_rnext.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_rprev.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_rrnd.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rsame.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_scan.c MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
hp_static.c fixes for test failures 2012-09-27 20:09:46 +02:00
hp_test1.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_test2.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_update.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_write.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00