mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Postfix for #17595. few lines in a test were accidentally commented.
Comments removed.
This commit is contained in:
parent
01f65c7bb6
commit
2c8a6fadf9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue