Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3a78dbe4
Commit
3a78dbe4
authored
Sep 01, 2009
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
46996 workaruond
parent
822f8103
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
mysql-test/include/mtr_warnings.sql
mysql-test/include/mtr_warnings.sql
+0
-4
mysql-test/suite/rpl/r/rpl_do_grant.result
mysql-test/suite/rpl/r/rpl_do_grant.result
+3
-0
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
+1
-1
mysql-test/suite/rpl/t/disabled.def
mysql-test/suite/rpl/t/disabled.def
+0
-1
mysql-test/suite/rpl/t/rpl_do_grant.test
mysql-test/suite/rpl/t/rpl_do_grant.test
+6
-1
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
+1
-1
No files found.
mysql-test/include/mtr_warnings.sql
View file @
3a78dbe4
...
...
@@ -172,10 +172,6 @@ INSERT INTO global_suppressions VALUES
*/
(
"Can't find file: '.
\\\\
test
\\\\\\
?{8}.frm'"
),
/* Added 2009-08-XX after fixing Bug #42408 */
(
"Slave: Operation DROP USER failed for '.*'@'localhost' Error_code: 1396"
),
(
"THE_LAST_SUPPRESSION"
)
||
...
...
mysql-test/suite/rpl/r/rpl_do_grant.result
View file @
3a78dbe4
...
...
@@ -166,4 +166,7 @@ DROP FUNCTION upgrade_del_func;
DROP FUNCTION upgrade_alter_func;
DROP DATABASE bug42217_db;
DROP USER 'create_rout_db'@'localhost';
call mtr.add_suppression("Slave: Operation DROP USER failed for 'create_rout_db'@'localhost' Error_code: 1396");
USE mtr;
call mtr.add_suppression("Slave: Operation DROP USER failed for 'create_rout_db'@'localhost' Error_code: 1396");
"End of test"
mysql-test/suite/rpl/r/rpl_slave_load_remove_tmpfile.result
View file @
3a78dbe4
...
...
@@ -51,4 +51,4 @@ Last_SQL_Errno 9
Last_SQL_Error Error in Begin_load_query event: write to '../../tmp/SQL_LOAD.data' failed
drop table t1;
drop table t1;
call mtr.add_suppression("Slave: Error writing file 'UNKNOWN'
(Errcode: 9)
Error_code: 3");
call mtr.add_suppression("Slave: Error writing file 'UNKNOWN'
.Errcode: 9.
Error_code: 3");
mysql-test/suite/rpl/t/disabled.def
View file @
3a78dbe4
...
...
@@ -11,4 +11,3 @@
##############################################################################
rpl_cross_version : Bug#42311 2009-03-27 joro rpl_cross_version fails on macosx
rpl_slave_load_remove_tmpfile : Bug#46996, unable to suppress warning
mysql-test/suite/rpl/t/rpl_do_grant.test
View file @
3a78dbe4
...
...
@@ -207,5 +207,10 @@ DROP FUNCTION upgrade_del_func;
DROP
FUNCTION
upgrade_alter_func
;
DROP
DATABASE
bug42217_db
;
DROP
USER
'create_rout_db'
@
'localhost'
;
call
mtr
.
add_suppression
(
"Slave: Operation DROP USER failed for 'create_rout_db'@'localhost' Error_code: 1396"
);
connection
slave
;
USE
mtr
;
call
mtr
.
add_suppression
(
"Slave: Operation DROP USER failed for 'create_rout_db'@'localhost' Error_code: 1396"
);
--
echo
"End of test"
mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
View file @
3a78dbe4
...
...
@@ -49,4 +49,4 @@ connection slave;
drop
table
t1
;
call
mtr
.
add_suppression
(
"Slave: Error writing file 'UNKNOWN'
(Errcode: 9)
Error_code: 3"
);
call
mtr
.
add_suppression
(
"Slave: Error writing file 'UNKNOWN'
.Errcode: 9.
Error_code: 3"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment