summaryrefslogtreecommitdiff
path: root/mysql-test/t/archive.test
diff options
context:
space:
mode:
authorbrian@avenger.(none) <>2004-12-09 01:48:07 -0800
committerbrian@avenger.(none) <>2004-12-09 01:48:07 -0800
commitc8137bbb8009c3fa717c51bd0f1de4d6f4ae2739 (patch)
tree66f6f185076f7632561bb4c2c3857cbac4eda56c /mysql-test/t/archive.test
parentf96a9a7a4a3a3b9f15cdfc3cc0f815ef0ec6c319 (diff)
downloadmariadb-git-c8137bbb8009c3fa717c51bd0f1de4d6f4ae2739.tar.gz
A few simple fixes plus the added support of being able to repair the meta data file via REPAIR TABLE. More information is now provided in SHOW TABLE STATUS.
Diffstat (limited to 'mysql-test/t/archive.test')
-rw-r--r--mysql-test/t/archive.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/archive.test b/mysql-test/t/archive.test
index e710de7b35e..8cf54610914 100644
--- a/mysql-test/t/archive.test
+++ b/mysql-test/t/archive.test
@@ -1299,6 +1299,8 @@ INSERT INTO t2 VALUES (4,011403,37,'intercepted','audiology','tinily','');
SELECT * FROM t2;
OPTIMIZE TABLE t2;
SELECT * FROM t2;
+REPAIR TABLE t2;
+SELECT * FROM t2;
#
# Test bulk inserts