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
00c40efc
Commit
00c40efc
authored
Oct 12, 2018
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix portability issues with rpl test suite.
parent
6120ae4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/suite/rpl/t/rpl_drop_db.test
mysql-test/suite/rpl/t/rpl_drop_db.test
+4
-4
mysql-test/suite/rpl/t/rpl_mdev382.test
mysql-test/suite/rpl/t/rpl_mdev382.test
+1
-1
No files found.
mysql-test/suite/rpl/t/rpl_drop_db.test
View file @
00c40efc
...
...
@@ -13,8 +13,8 @@ insert into mysqltest1.t1 values (1);
select
*
from
mysqltest1
.
t1
into
outfile
'mysqltest1/f1.txt'
;
create
table
mysqltest1
.
t2
(
n
int
);
create
table
mysqltest1
.
t3
(
n
int
);
--
replace_result
\\
/
66
39
93
39
17
39
247
39
"File exists"
"Directory not empty"
--
error
1010
--
replace_result
\\
/
66
39
93
39
17
39
247
39
41
39
"File exists"
"Directory not empty"
--
error
ER_DB_DROP_RMDIR
drop
database
mysqltest1
;
use
mysqltest1
;
show
tables
;
...
...
@@ -30,8 +30,8 @@ while ($1)
}
--
enable_query_log
--
replace_result
\\
/
66
39
93
39
17
39
247
39
"File exists"
"Directory not empty"
--
error
1010
--
replace_result
\\
/
66
39
93
39
17
39
247
39
41
39
"File exists"
"Directory not empty"
--
error
ER_DB_DROP_RMDIR
drop
database
mysqltest1
;
use
mysqltest1
;
show
tables
;
...
...
mysql-test/suite/rpl/t/rpl_mdev382.test
View file @
00c40efc
...
...
@@ -257,7 +257,7 @@ let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1);
INSERT
INTO
t1
VALUES
(
1
);
--
source
include
/
show_binlog_events2
.
inc
let
$pos2
=
query_get_value
(
SHOW
MASTER
STATUS
,
Position
,
1
);
--
exec
$MYSQL_BINLOG
--
short
-
form
--
start
-
position
=
$binlog_start
--
stop
-
position
=
$pos2
--
rewrite
-
db
=
'test->ts`et'
$MYSQLD_DATADIR
/
master
-
bin
.
000002
--
exec
$MYSQL_BINLOG
--
short
-
form
--
start
-
position
=
$binlog_start
--
stop
-
position
=
$pos2
"--rewrite-db=test->ts`et"
$MYSQLD_DATADIR
/
master
-
bin
.
000002
DROP
TABLE
t1
;
--
source
include
/
rpl_end
.
inc
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