1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Backport Post fix of result files after push of BUG#34227

This commit is contained in:
He Zhenxing
2009-10-02 17:12:10 +08:00
parent dfbac1dd1d
commit 280bf1cee6
14 changed files with 33 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ id name
CREATE user sameea;
** Connecting connn using username 'sameea' **
SET Global read_ONLY=ON;
ERROR 42000: Access denied; you need the SUPER privilege for this operation
ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
CREATE TABLE t2
(
id INT NOT NULL auto_increment,