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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8aa9a439
Commit
8aa9a439
authored
Dec 18, 2009
by
Alfranio Correia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge fix after BUG##45292
Updated suppressed warning messages.
parent
5421878c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/t/rpl_bug41902.test
mysql-test/suite/rpl/t/rpl_bug41902.test
+2
-2
No files found.
mysql-test/suite/rpl/t/rpl_bug41902.test
View file @
8aa9a439
...
...
@@ -52,10 +52,10 @@ purge binary logs to 'master-bin.000001';
--
disable_query_log
call
mtr
.
add_suppression
(
"Failed to locate old binlog or relay log files"
);
call
mtr
.
add_suppression
(
"MYSQL_LOG::purge_logs was called with file ./master-bin.000001 not listed in the index"
);
call
mtr
.
add_suppression
(
"MYSQL_
BIN_
LOG::purge_logs was called with file ./master-bin.000001 not listed in the index"
);
connection
slave
;
call
mtr
.
add_suppression
(
"Failed to locate old binlog or relay log files"
);
call
mtr
.
add_suppression
(
"MYSQL_LOG::purge_logs was called with file ./master-bin.000001 not listed in the index"
);
call
mtr
.
add_suppression
(
"MYSQL_
BIN_
LOG::purge_logs was called with file ./master-bin.000001 not listed in the index"
);
--
enable_query_log
--
echo
End
of
the
tests
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