Commit 2c8a6fad authored by SergeyV@selena's avatar SergeyV@selena

Postfix for #17595. few lines in a test were accidentally commented.

Comments removed.
parent 01f65c7b
......@@ -12,8 +12,8 @@ use test;
# test that we can create VIEW if privileges check switched off
#
create table t1 (field1 INT);
#--error ER_MALFORMED_DEFINER
#CREATE VIEW v1 AS SELECT field1 FROM t1;
-- error ER_MALFORMED_DEFINER
CREATE VIEW v1 AS SELECT field1 FROM t1;
drop table t1;
#
......
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