Commit d67a56cb authored by unknown's avatar unknown

uncommented the drop table statement


mysql-test/t/ctype_eucjp_ms.test:
  uncommnented the drop table statement
parent 37a15ec0
...@@ -339,7 +339,7 @@ SELECT HEX(c1) FROM t3; ...@@ -339,7 +339,7 @@ SELECT HEX(c1) FROM t3;
CREATE TABLE t4 SELECT CONVERT(c1 USING cp932) AS c1 FROM t1; CREATE TABLE t4 SELECT CONVERT(c1 USING cp932) AS c1 FROM t1;
SELECT HEX(c1) FROM t4; SELECT HEX(c1) FROM t4;
#DROP TABLE t1; DROP TABLE t1;
#DROP TABLE t2; DROP TABLE t2;
#DROP TABLE t3; DROP TABLE t3;
#DROP TABLE t4; 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