Commit 2c6ef57f authored by shuichi@mysql.com's avatar shuichi@mysql.com

uncommented the drop table statement

parent 3126e822
......@@ -339,7 +339,7 @@ SELECT HEX(c1) FROM t3;
CREATE TABLE t4 SELECT CONVERT(c1 USING cp932) AS c1 FROM t1;
SELECT HEX(c1) FROM t4;
#DROP TABLE t1;
#DROP TABLE t2;
#DROP TABLE t3;
#DROP TABLE t4;
DROP TABLE t1;
DROP TABLE t2;
DROP TABLE t3;
DROP TABLE t4;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment