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
57929f76
Commit
57929f76
authored
Sep 01, 2019
by
Sachin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
19708 compatibility
parent
d39df82f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
mysql-test/std_data/rpl/19708-compatibility.binlog
mysql-test/std_data/rpl/19708-compatibility.binlog
+0
-0
mysql-test/suite/binlog/r/mdev-19708_compatibility.result
mysql-test/suite/binlog/r/mdev-19708_compatibility.result
+5
-0
mysql-test/suite/binlog/t/mdev-19708_compatibility.test
mysql-test/suite/binlog/t/mdev-19708_compatibility.test
+13
-0
No files found.
mysql-test/std_data/rpl/19708-compatibility.binlog
0 → 100644
View file @
57929f76
File added
mysql-test/suite/binlog/r/mdev-19708_compatibility.result
0 → 100644
View file @
57929f76
select * from t1 order by a;
a b
1 1
2 2
drop table t1;
mysql-test/suite/binlog/t/mdev-19708_compatibility.test
0 → 100644
View file @
57929f76
--
source
include
/
have_binlog_format_row
.
inc
--
exec
$MYSQL_BINLOG
$MYSQL_TEST_DIR
/
std_data
/
rpl
/
19708
-
compatibility
.
binlog
>
$MYSQLTEST_VARDIR
/
tmp
/
19708.
binlog
# data in binlog
#CREATE TABLE t1(a INT UNSIGNED, b char);
#SET GLOBAL binlog_row_metadata = MINIMAL;
#INSERT INTO t1 VALUES(1, 1);
#SET GLOBAL binlog_row_metadata = FULL;
#INSERT INTO t1 VALUES(2, 2);
--
exec
$MYSQL
test
<
$MYSQLTEST_VARDIR
/
tmp
/
19708.
binlog
;
select
*
from
t1
order
by
a
;
drop
table
t1
;
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
19708.
binlog
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