summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
authorAnurag Shekhar <anurag.shekhar@sun.com>2009-11-11 13:33:29 +0530
committerAnurag Shekhar <anurag.shekhar@sun.com>2009-11-11 13:33:29 +0530
commit862c422c4c85808c3559e87fcdae40ce3e3b123e (patch)
tree5f78edcc583a0c88b322f10587c27003f0642591 /mysql-test/std_data
parent49a7e81863fb8cae74030d3a7f8abcb6b9e69502 (diff)
downloadmariadb-git-862c422c4c85808c3559e87fcdae40ce3e3b123e.tar.gz
Bug #47012 archive tables are not upgradeable, and server crashes
on any access Archive engine for 5.1 (and latter) version uses a modified version of zlib (azlib). These two version are incompatible so a proper upgrade is needed before tables created in 5.0 can be used reliable. This upgrade can be performed using repair. But due to lack of test its risky to allow upgrade for now. This patch addresses only the crashing issue. Any attempt to repair will be blocked. Eventually repair can be allowed to run through (which will also cause an upgrade from older version to newer) but only after a thorough testing.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r--mysql-test/std_data/bug47012.ARMbin0 -> 19 bytes
-rw-r--r--mysql-test/std_data/bug47012.ARZbin0 -> 22 bytes
-rw-r--r--mysql-test/std_data/bug47012.frmbin0 -> 8590 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug47012.ARM b/mysql-test/std_data/bug47012.ARM
new file mode 100644
index 00000000000..86bbaf829d2
--- /dev/null
+++ b/mysql-test/std_data/bug47012.ARM
Binary files differ
diff --git a/mysql-test/std_data/bug47012.ARZ b/mysql-test/std_data/bug47012.ARZ
new file mode 100644
index 00000000000..f2aa19ffea6
--- /dev/null
+++ b/mysql-test/std_data/bug47012.ARZ
Binary files differ
diff --git a/mysql-test/std_data/bug47012.frm b/mysql-test/std_data/bug47012.frm
new file mode 100644
index 00000000000..6c0a535cce7
--- /dev/null
+++ b/mysql-test/std_data/bug47012.frm
Binary files differ