1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-01 03:26:54 +03:00
Files
mariadb/storage/heap
Michael Widenius 7042dd38c6 Fixed BUG#51763 Can't delete rows from MEMORY table with HASH key
mysql-test/suite/heap/heap.result:
  Added test case
mysql-test/suite/heap/heap.test:
  Added test case
storage/heap/hp_delete.c:
  Fixed that we don't change order of keys for the current key when we delete them from the hash table.
  Fixed that 'current_hash_ptr' is correct after heap_delete_key().
  Don't "reset current_hash_ptr" on delete; This will improve time a lot for delete of rows when not all rows matches the search criteria.
2013-02-15 20:25:27 +02:00
..
2012-03-23 18:11:29 +02:00
2011-11-03 19:17:05 +01:00
2011-06-30 17:46:53 +02:00
2012-02-15 17:21:38 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2011-02-23 14:46:16 +02:00
2012-11-22 10:19:31 +01:00
2011-02-23 14:46:16 +02:00
2011-02-23 14:46:16 +02:00
2011-02-23 14:46:16 +02:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2012-03-24 18:21:22 +01:00