summaryrefslogtreecommitdiff
path: root/mysql-test/t/shw000001.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/shw000001.test')
-rw-r--r--mysql-test/t/shw000001.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/shw000001.test b/mysql-test/t/shw000001.test
deleted file mode 100644
index 6b24d8a44c7..00000000000
--- a/mysql-test/t/shw000001.test
+++ /dev/null
@@ -1,8 +0,0 @@
-use test;
-drop table if exists t1;
-create table t1 (
- test_set set( 'val1', 'val2', 'val3' ) not null default '',
- name char(20) default 'O''Brien'
- ) comment = 'it\'s a table' ;
-show create table t1 ;
-drop table t1;