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
8d9b1aa0
Commit
8d9b1aa0
authored
Jan 27, 2022
by
Andrei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-27536 incremental commit to correct regression test.
parent
2ef12cab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
mysql-test/suite/binlog/r/binlog_xa_handling.result
mysql-test/suite/binlog/r/binlog_xa_handling.result
+4
-4
mysql-test/suite/binlog/t/binlog_xa_handling.test
mysql-test/suite/binlog/t/binlog_xa_handling.test
+4
-4
No files found.
mysql-test/suite/binlog/r/binlog_xa_handling.result
View file @
8d9b1aa0
connection default;
CREATE TABLE t1(f1 int) ENGINE=Innodb;
XA START '
','
';
XA START '
xa
';
INSERT INTO t1 VALUES(10);
BINLOG '
SOgWTg8BAAAAbgAAAHIAAAAAAAQANS42LjMtbTUtZGVidWctbG9nAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABI6BZOEzgNAAgAEgAEBAQEEgAAVgAEGggAAAAICAgCAAAAAAVAYI8=';
XA END '';
XA PREPARE '';
XA ROLLBACK '';
XA END '
xa
';
XA PREPARE '
xa
';
XA ROLLBACK '
xa
';
DROP TABLE t1;
mysql-test/suite/binlog/t/binlog_xa_handling.test
View file @
8d9b1aa0
...
...
@@ -16,13 +16,13 @@
--
connection
default
CREATE
TABLE
t1
(
f1
int
)
ENGINE
=
Innodb
;
XA
START
'
'
,
'
'
;
XA
START
'
xa
'
;
INSERT
INTO
t1
VALUES
(
10
);
BINLOG
'
SOgWTg8BAAAAbgAAAHIAAAAAAAQANS42LjMtbTUtZGVidWctbG9nAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABI6BZOEzgNAAgAEgAEBAQEEgAAVgAEGggAAAAICAgCAAAAAAVAYI8='
;
XA
END
''
;
XA
PREPARE
''
;
XA
ROLLBACK
''
;
XA
END
'
xa
'
;
XA
PREPARE
'
xa
'
;
XA
ROLLBACK
'
xa
'
;
DROP
TABLE
t1
;
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