mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge fixes
mysql-test/r/mysqldump.result: Merge result fix mysql-test/r/repair.result: Merge Result Fix mysql-test/t/mysqldump.test: Fix of test
This commit is contained in:
@ -2923,15 +2923,8 @@ grant RELOAD on *.* to mysqltest_1@localhost;
|
||||
mysqldump: Couldn't execute 'SHOW MASTER STATUS': Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation (1227)
|
||||
mysqldump: Couldn't execute 'SHOW MASTER STATUS': Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation (1227)
|
||||
grant REPLICATION CLIENT on *.* to mysqltest_1@localhost;
|
||||
CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=537;
|
||||
CREATE TABLE `t1` (
|
||||
`a` int(11) default NULL,
|
||||
`b` varchar(34) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
drop table t1;
|
||||
drop user mysqltest_1@localhost;
|
||||
drop table t1;
|
||||
drop user mysqltest_1;
|
||||
End of 5.0 tests
|
||||
create table t1 (a text , b text);
|
||||
create table t2 (a text , b text);
|
||||
|
Reference in New Issue
Block a user