Skip to content

Commit e3bd20b

Browse files
author
evgen@moonbone.local
committed
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into moonbone.local:/mnt/gentoo64/work/27878-bug-5.0-opt-mysql
2 parents 6fe0f52 + 6c8f547 commit e3bd20b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/r/grant.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ SELECT * FROM test.t1;
11211121
f1 f2
11221122
1 1
11231123
2 2
1124-
DROP VIEW v1;
1124+
DROP DATABASE db27878;
11251125
use test;
11261126
DROP TABLE t1;
11271127
End of 5.0 tests

mysql-test/t/grant.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
11441144
SELECT * FROM test.t1;
11451145
disconnect user1;
11461146
connection default;
1147-
DROP VIEW v1;
1147+
DROP DATABASE db27878;
11481148
use test;
11491149
DROP TABLE t1;
11501150

0 commit comments

Comments
 (0)