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
7aa8b209
Commit
7aa8b209
authored
Nov 08, 2022
by
asklavou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-29866: Add RESET MASTER to clear possible remaining binlog from previous test
parent
e616c9a0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_binary.result
...binlog/r/binlog_table_map_optional_metadata_binary.result
+1
-0
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_ucs2.result
...e/binlog/r/binlog_table_map_optional_metadata_ucs2.result
+1
-0
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_utf32.result
.../binlog/r/binlog_table_map_optional_metadata_utf32.result
+1
-0
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_binary.test
...e/binlog/t/binlog_table_map_optional_metadata_binary.test
+1
-0
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_ucs2.test
...ite/binlog/t/binlog_table_map_optional_metadata_ucs2.test
+1
-0
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_utf32.test
...te/binlog/t/binlog_table_map_optional_metadata_utf32.test
+1
-0
No files found.
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_binary.result
View file @
7aa8b209
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
...
...
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_ucs2.result
View file @
7aa8b209
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
...
...
mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_utf32.result
View file @
7aa8b209
RESET MASTER;
#
# Verify that SET string values and character sets can be printed correctly
#
...
...
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_binary.test
View file @
7aa8b209
...
...
@@ -20,6 +20,7 @@
--
let
$MYSQLD_DATADIR
=
`select @@datadir`
--
let
$binlog_file
=
$MYSQLD_DATADIR
/
master
-
bin
.
000001
RESET
MASTER
;
--
echo
#
--
echo
# Verify that SET string values and character sets can be printed correctly
--
echo
#
...
...
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_ucs2.test
View file @
7aa8b209
...
...
@@ -21,6 +21,7 @@
--
let
$MYSQLD_DATADIR
=
`select @@datadir`
--
let
$binlog_file
=
$MYSQLD_DATADIR
/
master
-
bin
.
000001
RESET
MASTER
;
--
echo
#
--
echo
# Verify that SET string values and character sets can be printed correctly
--
echo
#
...
...
mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_utf32.test
View file @
7aa8b209
...
...
@@ -21,6 +21,7 @@
--
let
$MYSQLD_DATADIR
=
`select @@datadir`
--
let
$binlog_file
=
$MYSQLD_DATADIR
/
master
-
bin
.
000001
RESET
MASTER
;
--
echo
#
--
echo
# Verify that SET string values and character sets can be printed correctly
--
echo
#
...
...
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