Commit 6c8f5476 authored by evgen@moonbone.local's avatar evgen@moonbone.local

grant.result, grant.test:

  Corrected test case for the bug#27878.
parent 9a427d8d
......@@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
f1 f2
1 1
2 2
DROP VIEW v1;
DROP DATABASE db27878;
use test;
DROP TABLE t1;
End of 5.0 tests
......@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
SELECT * FROM test.t1;
disconnect user1;
connection default;
DROP VIEW v1;
DROP DATABASE db27878;
use test;
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