1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-02 19:25:03 +03:00
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
..
2013-01-23 16:18:09 +01:00
2013-01-29 15:10:47 +01:00
2013-01-29 15:10:47 +01:00
2013-01-29 15:10:47 +01:00
2011-11-24 18:48:58 +02:00
2013-01-29 15:10:47 +01:00
2013-01-29 15:10:47 +01:00
2013-01-29 15:10:47 +01:00