1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

Comments removed.
This commit is contained in:
unknown
2006-02-27 22:14:48 +03:00
parent d23dcb0fe2
commit bc6a0661aa

View File

@ -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;
#