1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00
Files
mariadb/sql
unknown 5f7059219f Bug #17720 Partition ALTER TABLE fails on rename of .MYI file
Fix this by passing the HA_EXTRA_PREPARE_FOR_DELETE onto the newly added or about to be dropped partitions
so they have an opportunity to close their OS file handle.


client/mysqltest.c:
  prevent positive find of pattern when pattern has zero length (this has nothing to do with this bug fix)
sql/ha_partition.cc:
  initialize m_new_file to NULL
  call new function prepare_for_delete for the HA_EXTRA_PREPARE_FOR_DELETE operation
  inside prepare_for_delete, loop over m_new_file and m_reorged_file if they are non-NULL
sql/ha_partition.h:
  added decl for new prepare_for_delete function
2006-03-04 14:21:27 -06:00
..
2005-12-21 10:18:40 -08:00
2006-02-28 18:33:38 +01:00
2006-02-28 18:33:38 +01:00
2006-03-01 10:16:14 +01:00
2006-02-25 21:54:34 +02:00
2006-02-17 11:26:03 +04:00
2006-02-14 22:36:11 +01:00
2006-02-28 23:29:58 +01:00
2006-02-28 23:29:58 +01:00
2005-12-01 13:34:48 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-01 22:18:02 +01:00
2006-02-17 11:26:03 +04:00
2006-02-01 16:00:11 +01:00
2006-02-14 17:05:36 +01:00
2006-02-14 22:36:11 +01:00
2006-02-28 18:33:38 +01:00
2006-02-28 18:33:38 +01:00
2005-12-14 01:21:56 +02:00
2005-12-21 10:18:40 -08:00
2006-02-25 21:54:34 +02:00
2006-02-25 21:54:34 +02:00
2006-02-25 21:54:34 +02:00
2006-01-28 19:21:40 +01:00