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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8d9ebcf0
Commit
8d9ebcf0
authored
Aug 15, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled rpl_innodb_mixed_dml
mysql-test/suite/rpl/include/rpl_mixed_dml.inc: fix for tmp directory
parent
37714be9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/include/rpl_mixed_dml.inc
mysql-test/suite/rpl/include/rpl_mixed_dml.inc
+1
-1
mysql-test/suite/rpl/t/disabled.def
mysql-test/suite/rpl/t/disabled.def
+1
-1
No files found.
mysql-test/suite/rpl/include/rpl_mixed_dml.inc
View file @
8d9ebcf0
...
...
@@ -53,7 +53,7 @@ DELETE FROM t2 WHERE a = 2;
--
echo
********************
LOAD
DATA
INFILE
********************
--
exec
cp
./
suite
/
rpl
/
data
/
rpl_mixed
.
dat
$MYSQLTEST_VARDIR
/
tmp
/
LOAD
DATA
INFILE
'../tmp/rpl_mixed.dat'
INTO
TABLE
t1
FIELDS
TERMINATED
BY
'|'
;
--
exec
rm
./
var
/
tmp
/
rpl_mixed
.
dat
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
rpl_mixed
.
dat
SELECT
*
FROM
t1
;
--
source
suite
/
rpl
/
include
/
rpl_mixed_check_select
.
inc
--
source
suite
/
rpl
/
include
/
rpl_mixed_clear_tables
.
inc
...
...
mysql-test/suite/rpl/t/disabled.def
View file @
8d9ebcf0
...
...
@@ -12,7 +12,7 @@
rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
#rpl_innodb_mixed_ddl : Bug #29363 rpl.rpl_innodb_mixed_* test failures
#
rpl_innodb_mixed_dml : Bug #29363 rpl.rpl_innodb_mixed_* test failures
rpl_innodb_mixed_dml : Bug #29363 rpl.rpl_innodb_mixed_* test failures
rpl_invoked_features : BUG#29020 2007-06-21 Lars Non-deterministic test case
rpl_auto_increment_11932 : Bug#29809 2007-07-16 ingo Slave SQL errors in warnings file
rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported in ndb. Enable test when supported.
...
...
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