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.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/shw000001.test b/mysql-test/t/shw000001.test
index a1ba2a18faf..6b24d8a44c7 100644
--- a/mysql-test/t/shw000001.test
+++ b/mysql-test/t/shw000001.test
@@ -4,5 +4,5 @@ create table t1 (
test_set set( 'val1', 'val2', 'val3' ) not null default '',
name char(20) default 'O''Brien'
) comment = 'it\'s a table' ;
-@r/shw000001.result show create table t1 ;
+show create table t1 ;
drop table t1;