summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
authorMattias Jonsson <mattiasj@mysql.com>2008-07-07 17:54:42 +0200
committerMattias Jonsson <mattiasj@mysql.com>2008-07-07 17:54:42 +0200
commitda29c528d3ed59182ad3013ee225e2107cab93a7 (patch)
tree683e56da7ba5a02bf0e2e3016489b73b35f2e804 /mysql-test/std_data
parent78cca2d58ed2173169cbae75800c57ab3a5ddab1 (diff)
downloadmariadb-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.MYIbin0 -> 1024 bytes
-rw-r--r--mysql-test/std_data/corrupt_t1.MYIbin0 -> 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
new file mode 100644
index 00000000000..27a37c710b4
--- /dev/null
+++ b/mysql-test/std_data/corrupt_t1#P#p1.MYI
Binary files differ
diff --git a/mysql-test/std_data/corrupt_t1.MYI b/mysql-test/std_data/corrupt_t1.MYI
new file mode 100644
index 00000000000..10df2e8c3e1
--- /dev/null
+++ b/mysql-test/std_data/corrupt_t1.MYI
Binary files differ