Browse Source

grant.result, grant.test:

Corrected test case for the bug#27878.


mysql-test/t/grant.test:
  Corrected test case for the bug#27878.
mysql-test/r/grant.result:
  Corrected test case for the bug#27878.
pull/374/head
unknown 19 years ago
parent
commit
f0ddabc518
  1. 2
      mysql-test/r/grant.result
  2. 2
      mysql-test/t/grant.test

2
mysql-test/r/grant.result

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

2
mysql-test/t/grant.test

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

Loading…
Cancel
Save