diff options
author | Mattias Jonsson <mattiasj@mysql.com> | 2008-07-07 17:54:42 +0200 |
---|---|---|
committer | Mattias Jonsson <mattiasj@mysql.com> | 2008-07-07 17:54:42 +0200 |
commit | da29c528d3ed59182ad3013ee225e2107cab93a7 (patch) | |
tree | 683e56da7ba5a02bf0e2e3016489b73b35f2e804 /mysql-test/std_data | |
parent | 78cca2d58ed2173169cbae75800c57ab3a5ddab1 (diff) | |
download | mariadb-git-da29c528d3ed59182ad3013ee225e2107cab93a7.tar.gz |
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)
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/corrupt_t1#P#p1.MYI | bin | 0 -> 1024 bytes |
-rw-r--r-- | mysql-test/std_data/corrupt_t1.MYI | bin | 0 -> 1024 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/corrupt_t1#P#p1.MYI b/mysql-test/std_data/corrupt_t1#P#p1.MYI Binary files differnew file mode 100644 index 00000000000..27a37c710b4 --- /dev/null +++ b/mysql-test/std_data/corrupt_t1#P#p1.MYI diff --git a/mysql-test/std_data/corrupt_t1.MYI b/mysql-test/std_data/corrupt_t1.MYI Binary files differnew file mode 100644 index 00000000000..10df2e8c3e1 --- /dev/null +++ b/mysql-test/std_data/corrupt_t1.MYI |