Shouldn't let the non-deterministic temperary filename output in result file for bug#30417

parent a42cf6f5
......@@ -18,7 +18,6 @@ KEY(id)
) ENGINE=MYISAM;
ALTER TABLE t3
ENGINE NDBCLUSTER;
ERROR HY000: Can't create table 'test.#sql-7b9e_3' (errno: 4335)
SHOW CREATE TABLE t3;
Table Create Table
t3 CREATE TABLE `t3` (
......
......@@ -27,9 +27,11 @@ CREATE TABLE t3 (
KEY(id)
) ENGINE=MYISAM;
--disable_result_log
--error 1005
ALTER TABLE t3
ENGINE NDBCLUSTER;
--enable_result_log
SHOW CREATE TABLE t3;
......
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