Mattias Jonsson
ce30b928b7
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
...
Problem was that auto_repair, is_crashed and check_and_repair was not
implemented in ha_partition.
Solution, implemented them as loop over all partitions for is_crashed and
check_and_repair, and using the first partition for auto_repair.
(Recommit after fixing review comments)
mysql-test/lib/mtr_report.pl:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Added filter for crashed tables, when testing auto repair
mysql-test/std_data/corrupt_t1#P#p1.MYI:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Corrupt MYI file for testing auto repair
mysql-test/std_data/corrupt_t1.MYI:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Corrupt MYI file for testing auto repair
mysql-test/suite/parts/r/partition_repair_myisam.result:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Result file for testing auto repair of crashed myisam partitions
mysql-test/suite/parts/t/partition_repair_myisam-master.opt:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
opt file for testing auto repair of crashed myisam partitions
mysql-test/suite/parts/t/partition_repair_myisam.test:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Test file for testing auto repair of crashed myisam partitions
sql/ha_partition.cc:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Added auto_repair as returning the first partitions auto_repair
Added is_crashed and check_and_repair as loop over all partitions
sql/ha_partition.h:
Bug#35161: --myisam-recover does not work for partitioned MyISAM tables
Activating check_and_repair, auto_repair and is_crashed
2008-07-07 17:54:42 +02:00
..
2008-03-29 17:50:46 +02:00
2008-06-03 13:25:41 +02:00
2008-05-12 19:34:25 +03:00
2007-10-09 17:56:32 -04:00
2007-10-09 17:56:32 -04:00
2007-10-09 17:56:32 -04:00
2008-05-09 09:43:02 +02:00
2008-05-09 09:43:02 +02:00
2008-02-07 08:47:39 -02:00
2007-08-15 19:08:44 +04:00
2008-05-09 09:43:02 +02:00
2008-05-09 09:43:02 +02:00
2008-05-09 09:43:02 +02:00
2007-08-15 19:08:44 +04:00
2007-11-12 21:09:48 +01:00
2007-08-15 19:08:44 +04:00
2008-05-09 09:43:02 +02:00
2007-08-15 19:08:44 +04:00
2007-10-11 13:29:09 -04:00
2008-05-13 17:01:02 +05:00
2008-05-13 17:01:02 +05:00
2008-03-12 11:19:46 +03:00
2008-02-08 12:13:33 +01:00
2007-10-05 16:33:08 +05:00
2007-05-10 12:59:39 +03:00
2008-02-26 19:34:02 +03:00
2007-09-11 16:17:28 +02:00
2008-03-29 09:52:16 +02:00
2008-03-10 07:07:56 +01:00
2008-03-29 09:52:16 +02:00
2008-02-04 15:40:04 +01:00
2008-07-07 17:54:42 +02:00
2008-07-07 17:54:42 +02:00
2008-05-17 12:53:47 +05:00
2008-03-28 12:14:27 +02:00
2007-05-10 12:59:39 +03:00
2007-10-11 13:29:09 -04:00
2008-04-03 13:14:57 -04:00
2007-10-11 13:29:09 -04:00
2008-03-28 14:02:27 -04:00
2008-02-22 13:30:33 +03:00
2008-04-10 23:27:24 -04:00
2007-08-15 17:43:08 +04:00
2008-03-29 17:50:46 +02:00
2008-03-26 10:27:00 +01:00
2007-12-20 22:11:37 +01:00
2008-02-22 13:30:33 +03:00
2008-02-22 13:30:33 +03:00
2008-02-22 13:30:33 +03:00
2008-05-16 12:59:32 +05:00
2008-02-22 13:30:33 +03:00
2008-03-28 18:09:14 +03:00
2008-02-22 13:30:33 +03:00
2008-05-01 14:54:59 +03:00
2008-03-28 18:09:14 +03:00
2008-02-22 13:30:33 +03:00
2008-02-22 13:30:33 +03:00
2007-10-30 12:03:34 +04:00
2007-11-21 16:00:09 +04:00
2008-05-20 11:38:17 +04:00
2008-04-08 20:01:20 +04:00
2008-02-07 15:09:59 +01:00
2008-02-12 10:43:38 +01:00
2008-04-08 10:20:58 +05:00
2008-05-12 19:50:53 +02:00
2007-12-05 20:00:14 +01:00
2008-05-12 19:50:53 +02:00
2008-03-28 14:52:33 +01:00
2008-05-21 14:44:30 +02:00
2007-10-30 12:03:34 +04:00
2008-05-09 09:43:02 +02:00
2007-10-11 13:29:09 -04:00
2007-10-11 13:29:09 -04:00
2008-05-20 11:38:17 +04:00
2008-05-20 11:29:16 +04:00
2007-10-16 16:11:50 -04:00
2008-05-20 11:38:17 +04:00
2008-03-28 14:02:27 -04:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2008-04-14 12:58:53 +02:00
2007-11-06 21:57:51 +03:00
2007-12-20 22:11:37 +01:00
2007-10-11 14:37:45 -04:00
2007-10-16 16:11:50 -04:00
2007-04-13 19:23:02 +02:00
2008-03-17 16:11:26 +01:00
2008-03-14 11:13:54 -07:00
2007-10-11 14:37:45 -04:00
2008-03-21 17:48:28 +02:00
2008-02-19 15:45:21 +03:00
2007-12-20 22:11:37 +01:00
2007-12-14 10:52:10 -05:00
2008-03-20 11:33:34 +01:00
2007-08-16 08:52:50 +02:00
2007-08-13 16:11:25 +03:00
2007-05-10 12:59:39 +03:00
2008-02-19 14:43:01 +03:00
2007-05-10 12:59:39 +03:00
2007-12-14 15:21:37 +02:00
2007-08-16 08:52:50 +02:00
2007-08-16 07:37:50 +02:00
2007-08-16 07:37:50 +02:00
2008-01-31 14:54:03 +02:00
2008-01-31 14:54:03 +02:00
2007-06-11 22:15:39 +02:00
2007-06-11 22:15:39 +02:00
2008-03-26 10:27:00 +01:00
2008-02-27 21:46:06 +04:00
2007-05-10 12:59:39 +03:00
2007-05-10 12:59:39 +03:00
2008-01-30 17:35:25 +01:00
2007-09-17 12:38:22 +02:00
2007-11-14 16:12:46 -05:00
2008-05-20 11:38:17 +04:00
2008-05-20 11:38:17 +04:00
2008-03-29 14:19:53 +02:00
2008-03-14 11:35:41 +08:00
2007-08-13 16:11:25 +03:00
2008-05-20 11:38:17 +04:00
2008-05-15 19:45:42 -04:00
2008-03-21 12:08:04 -06:00
2007-06-10 14:43:57 +04:00
2008-01-23 15:36:57 -07:00
2008-01-23 13:26:41 -07:00
2008-05-20 11:38:17 +04:00
2008-04-08 20:31:40 +04:00
2007-07-07 20:14:06 +05:00
2008-04-08 15:57:44 +02:00
2008-03-21 17:48:28 +02:00
2008-03-29 17:50:46 +02:00
2008-03-21 17:48:28 +02:00
2007-10-18 14:32:43 +04:00
2008-05-20 11:38:17 +04:00
2008-02-19 15:45:21 +03:00
2008-01-29 14:14:34 +03:00
2008-06-03 10:59:46 -03:00
2007-10-16 16:11:50 -04:00
2008-05-20 11:38:17 +04:00
2008-05-20 11:38:17 +04:00
2007-05-24 11:21:27 +02:00
2008-03-28 10:41:52 +02:00
2008-04-17 23:02:01 +04:00
2007-10-16 16:11:50 -04:00
2008-05-09 09:43:02 +02:00
2008-03-27 15:54:45 +04:00
2007-12-12 18:21:01 +03:00
2008-02-19 15:45:21 +03:00
2008-02-19 15:58:08 +03:00
2007-06-06 04:42:41 +05:00
2008-02-19 15:58:08 +03:00
2008-02-19 15:58:08 +03:00
2008-06-03 13:25:41 +02:00
2008-03-28 18:09:14 +03:00
2008-03-28 18:09:14 +03:00
2007-05-28 15:30:01 +04:00
2007-06-01 12:12:06 +04:00
2008-03-28 23:54:14 +03:00
2007-05-10 12:59:39 +03:00
2007-10-23 14:27:11 +05:00
2007-05-10 12:59:39 +03:00
2007-05-10 12:59:39 +03:00
2008-05-20 20:36:26 +04:00
2008-03-07 13:46:29 -08:00
2007-11-20 11:21:00 +01:00
2008-03-28 18:43:13 +02:00
2007-06-12 18:41:56 +03:00
2008-05-20 20:36:26 +04:00
2008-02-19 23:47:15 +03:00
2007-12-14 08:57:37 -05:00
2008-02-19 15:45:21 +03:00
2008-02-19 15:58:08 +03:00
2008-03-14 18:38:54 +01:00
2008-05-16 19:03:50 +03:00
2007-12-20 22:11:37 +01:00
2008-03-21 12:46:01 +04:00
2008-05-12 12:09:10 +02:00
2007-08-03 03:14:05 +05:00
2007-07-01 15:33:28 -07:00
2008-02-29 17:56:50 +04:00
2008-02-29 17:56:50 +04:00
2008-05-20 11:38:17 +04:00
2007-06-19 14:27:53 +03:00
2008-05-09 09:43:02 +02:00
2008-02-19 15:45:21 +03:00
2007-10-16 16:11:50 -04:00
2008-02-19 14:43:01 +03:00
2007-07-06 16:18:49 +04:00
2008-03-29 16:12:23 +02:00
2008-05-20 11:38:17 +04:00
2008-05-08 09:41:22 +02:00
2008-02-21 23:21:52 -02:00
2008-05-20 11:38:17 +04:00
2008-02-21 01:53:35 +01:00
2008-02-21 01:53:35 +01:00
2007-08-13 16:11:25 +03:00
2008-03-14 11:35:41 +08:00
2008-03-28 12:14:27 +02:00
2008-05-20 11:29:16 +04:00
2007-05-10 12:59:39 +03:00
2007-08-27 12:33:57 +03:00
2007-05-10 12:59:39 +03:00
2008-04-03 13:19:55 -04:00
2007-10-16 16:11:50 -04:00
2007-11-27 17:19:51 +02:00
2007-10-17 17:54:11 -04:00
2007-07-04 11:46:45 +03:00
2008-03-28 12:14:27 +02:00
2008-04-09 18:24:50 -04:00