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
e616c9a0
Commit
e616c9a0
authored
Nov 08, 2022
by
asklavou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-28970: Add RESET MASTER to clear possible remaining binlog from previous test
parent
3278c579
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
mysql-test/suite/binlog/r/binlog_empty_xa_prepared.result
mysql-test/suite/binlog/r/binlog_empty_xa_prepared.result
+1
-0
mysql-test/suite/binlog/t/binlog_empty_xa_prepared.test
mysql-test/suite/binlog/t/binlog_empty_xa_prepared.test
+1
-1
mysql-test/suite/maria/rollback.result
mysql-test/suite/maria/rollback.result
+1
-0
mysql-test/suite/maria/rollback.test
mysql-test/suite/maria/rollback.test
+2
-0
No files found.
mysql-test/suite/binlog/r/binlog_empty_xa_prepared.result
View file @
e616c9a0
RESET MASTER;
CREATE TEMPORARY SEQUENCE seq_1;
XA START '3';
CREATE TEMPORARY TABLE tmp_1(c INT);
...
...
mysql-test/suite/binlog/t/binlog_empty_xa_prepared.test
View file @
e616c9a0
...
...
@@ -4,7 +4,7 @@
--
source
include
/
have_binlog_format_mixed
.
inc
--
source
include
/
have_innodb
.
inc
RESET
MASTER
;
# clear binlogs
# MDEV-22420 DDL on temporary object is prohibited when XA is in prepare state
# Temporary sequnce may not be created within a transaction
...
...
mysql-test/suite/maria/rollback.result
View file @
e616c9a0
reset master;
call mtr.add_suppression("Table '.*' is marked as crashed and should be repaired");
call mtr.add_suppression("Checking table: .*");
create table t1 (a int primary key auto_increment, b int) engine=aria transactional= 1;
...
...
mysql-test/suite/maria/rollback.test
View file @
e616c9a0
...
...
@@ -3,6 +3,8 @@
# no-protocol doesn't print warnings about repaired tables
--
source
include
/
no_protocol
.
inc
reset
master
;
# clear binlogs
call
mtr
.
add_suppression
(
"Table '.*' is marked as crashed and should be repaired"
);
call
mtr
.
add_suppression
(
"Checking table: .*"
);
...
...
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