Loading mysql-test/t/skip_grants.test +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
mysql-test/t/skip_grants.test +2 −2 Original line number Diff line number Diff line Loading @@ -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