summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-10-13 15:52:22 +0200
committermsvensson@neptunus.(none) <>2005-10-13 15:52:22 +0200
commitb81f3ef1ef750f2ea5c4e4d71ced6c7429d5ab32 (patch)
tree04f8d57b3b2cebdf367d03475cb412f045d3bf2c /mysql-test/r/show_check.result
parent0ac493d16c03617d7bde630eda8a00ca32095d12 (diff)
downloadmariadb-git-b81f3ef1ef750f2ea5c4e4d71ced6c7429d5ab32.tar.gz
Bug #12698 abnormal program termination running mysql_client_test
- Move test for bug#93 from mysql_client_test.c to show_check.test - No need for test written in c
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r--mysql-test/r/show_check.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
index 1e5e8f442a8..9861daff409 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -513,3 +513,10 @@ t1 CREATE TABLE `t1` (
KEY `c2` USING BTREE (`c2`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP TABLE t1;
+flush tables;
+SHOW TABLE STATUS like 't1';
+Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
+t1 NULL NULL NULL NULL # # # # NULL NULL NULL NULL NULL NULL NULL NULL Incorrect information in file: './test/t1.frm'
+show create table t1;
+ERROR HY000: Incorrect information in file: './test/t1.frm'
+drop table t1;