We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fe0f52 + 6c8f547 commit e3bd20bCopy full SHA for e3bd20b
mysql-test/r/grant.result
@@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
1121
f1 f2
1122
1 1
1123
2 2
1124
-DROP VIEW v1;
+DROP DATABASE db27878;
1125
use test;
1126
DROP TABLE t1;
1127
End of 5.0 tests
mysql-test/t/grant.test
@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
1144
SELECT * FROM test.t1;
1145
disconnect user1;
1146
connection default;
1147
1148
1149
1150
0 commit comments