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
..
2006-03-01 21:36:05 +01:00
2005-12-21 10:18:40 -08:00
2005-12-31 09:01:26 +04:00
2006-03-01 04:22:05 +01:00
2006-02-28 18:33:38 +01:00
2006-03-02 21:02:00 +01:00
2006-02-28 20:32:37 +01:00
2006-02-28 18:33:38 +01:00
2006-03-03 12:03:27 +01:00
2006-02-27 20:00:07 +03:00
2006-03-01 10:16:14 +01:00
2006-02-25 22:21:03 +01:00
2006-02-15 00:59:24 -08:00
2006-02-25 22:21:03 +01:00
2005-12-05 18:09:42 -08:00
2006-02-25 22:21:03 +01:00
2005-12-02 01:11:49 +01:00
2006-02-25 22:21:03 +01:00
2006-02-08 00:33:31 +03:00
2006-02-25 22:21:03 +01:00
2006-02-08 23:53:45 +03:00
2006-02-25 22:21:03 +01:00
2006-01-31 21:41:48 +03:00
2006-02-25 22:21:03 +01:00
2006-01-20 00:40:56 +03:00
2006-02-27 20:00:07 +03:00
2006-03-01 18:23:00 +01:00
2006-03-01 18:23:00 +01:00
2006-03-01 13:31:21 +01:00
2006-03-01 18:24:07 +01:00
2006-03-01 15:24:46 +01:00
2006-03-04 14:21:27 -06:00
2006-03-04 14:21:27 -06:00
2006-02-25 22:21:03 +01:00
2006-02-28 14:45:31 +01:00
2005-12-31 09:01:26 +04:00
2006-03-02 09:17:11 +04:00
2006-02-25 17:46:30 +02:00
2005-12-21 17:13:52 +04:00
2005-12-21 17:13:52 +04:00
2006-02-25 22:21:03 +01:00
2006-02-07 15:30:32 +04:00
2006-02-25 22:21:03 +01:00
2005-12-07 15:45:31 +01:00
2005-12-12 11:57:07 -08:00
2006-02-15 19:45:06 +03:00
2005-12-22 06:39:02 +01:00
2006-02-28 19:30:30 +03:00
2006-03-03 12:03:27 +01:00
2006-01-18 20:41:22 +01:00
2006-03-02 14:05:38 +04:00
2005-12-21 17:13:52 +04:00
2006-02-25 21:54:34 +02:00
2006-03-03 12:03:27 +01: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
2006-02-25 22:21:03 +01:00
2006-02-25 22:21:03 +01:00
2006-02-21 17:40:07 -06:00
2006-03-01 21:36:05 +01:00
2006-02-26 15:12:56 +02:00
2006-03-02 10:55:55 +01:00
2006-02-25 21:54:34 +02:00
2006-02-02 16:57:34 +03:00
2006-01-06 23:26:20 -08:00
2006-01-24 15:37:56 +01:00
2006-02-25 17:46:30 +02:00
2006-02-28 22:07:14 +01:00
2006-02-28 22:07:14 +01:00
2006-02-28 22:07:14 +01:00
2006-01-11 17:49:56 +03:00
2006-02-24 18:34:15 +02:00
2006-02-24 18:34:15 +02:00
2005-12-01 13:34:48 +01:00
2006-02-02 16:57:34 +03:00
2005-12-22 06:39:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2006-01-01 22:18:02 +01:00
2006-03-01 21:36:05 +01:00
2006-02-25 22:21:03 +01:00
2006-02-17 11:26:03 +04:00
2006-02-02 16:57:34 +03:00
2006-03-01 16:27:57 +01:00
2006-03-01 16:27:57 +01:00
2005-12-07 17:01:17 +03:00
2006-01-16 15:37:25 +01:00
2006-02-01 16:00:11 +01:00
2006-02-25 17:46:30 +02:00
2006-02-22 14:04:24 +03:00
2006-01-26 13:29:46 +01:00
2006-02-25 17:46:30 +02:00
2006-03-01 10:07:14 +01:00
2006-02-14 17:05:36 +01:00
2006-02-27 20:11:54 +03:00
2006-03-01 12:45:13 +02:00
2006-02-14 22:36:11 +01:00
2006-02-25 17:46:30 +02:00
2006-02-28 12:21:56 +04:00
2006-02-26 15:12:56 +02:00
2006-02-24 18:34:15 +02:00
2006-03-01 15:49:50 +01:00
2006-02-25 22:21:03 +01:00
2006-02-10 15:02:57 +01:00
2006-02-02 12:03:35 +03:00
2006-02-02 16:57:34 +03:00
2006-02-25 22:21:03 +01:00
2006-02-09 13:35:59 +03:00
2006-02-28 18:33:38 +01:00
2005-12-22 06:39:02 +01:00
2006-02-26 00:03:52 +01:00
2005-12-19 14:16:21 +01:00
2006-03-01 21:39:43 +01:00
2006-03-02 12:25:02 +04:00
2006-02-28 12:29:50 +01:00
2006-02-28 12:42:06 +04:00
2006-02-14 22:57:12 +01:00
2006-02-24 18:34:15 +02:00
2006-02-27 20:00:07 +03:00
2006-02-26 00:03:52 +01:00
2005-12-22 06:39:02 +01:00
2006-02-19 19:26:25 -08:00
2006-02-27 20:00:07 +03:00
2006-02-28 18:33:38 +01:00
2005-12-22 06:39:02 +01:00
2005-12-14 01:21:56 +02:00
2006-02-28 14:29:48 +01:00
2006-01-11 19:49:38 +01:00
2006-02-02 16:57:34 +03:00
2006-02-27 20:00:07 +03:00
2006-02-26 16:38:48 +03:00
2006-03-03 12:03:27 +01:00
2005-12-22 06:39:02 +01:00
2006-02-25 17:46:30 +02:00
2006-02-08 18:08:18 +01:00
2005-12-21 10:18:40 -08:00
2006-03-01 21:39:43 +01:00
2005-12-31 12:34:39 +04:00
2006-01-07 14:41:57 +01:00
2006-03-03 12:03:27 +01:00
2006-02-25 21:54:34 +02:00
2006-01-18 20:41:22 +01:00
2006-02-25 21:54:34 +02:00
2006-02-25 21:54:34 +02:00
2006-02-09 13:00:32 +01:00
2006-01-03 17:54:54 +01:00
2006-01-28 19:21:40 +01:00
2005-12-06 08:31:38 +01:00