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
e0678e2c
Commit
e0678e2c
authored
Nov 06, 2010
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some test fixes after merging 57840
parent
c4c19809
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
3 deletions
+13
-3
mysql-test/suite/rpl/r/rpl000017.result
mysql-test/suite/rpl/r/rpl000017.result
+1
-0
mysql-test/suite/rpl/r/rpl_slave_status.result
mysql-test/suite/rpl/r/rpl_slave_status.result
+1
-0
mysql-test/suite/rpl/t/rpl000017.test
mysql-test/suite/rpl/t/rpl000017.test
+2
-0
mysql-test/suite/rpl/t/rpl_bug33931-master.opt
mysql-test/suite/rpl/t/rpl_bug33931-master.opt
+1
-0
mysql-test/suite/rpl/t/rpl_heartbeat-master.opt
mysql-test/suite/rpl/t/rpl_heartbeat-master.opt
+1
-0
mysql-test/suite/rpl/t/rpl_ip_mix-master.opt
mysql-test/suite/rpl/t/rpl_ip_mix-master.opt
+1
-0
mysql-test/suite/rpl/t/rpl_ip_mix2-master.opt
mysql-test/suite/rpl/t/rpl_ip_mix2-master.opt
+1
-0
mysql-test/suite/rpl/t/rpl_semi_sync-master.opt
mysql-test/suite/rpl/t/rpl_semi_sync-master.opt
+1
-0
mysql-test/suite/rpl/t/rpl_slave_status.test
mysql-test/suite/rpl/t/rpl_slave_status.test
+1
-0
mysql-test/suite/rpl/t/rpl_sync.test
mysql-test/suite/rpl/t/rpl_sync.test
+1
-0
mysql-test/suite/rpl/t/rpl_temporary_errors-slave.opt
mysql-test/suite/rpl/t/rpl_temporary_errors-slave.opt
+1
-2
mysql-test/t/union.test
mysql-test/t/union.test
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl000017.result
View file @
e0678e2c
...
...
@@ -13,3 +13,4 @@ n
24
drop table t1;
delete from mysql.user where user="replicate";
call mtr.force_restart();
mysql-test/suite/rpl/r/rpl_slave_status.result
View file @
e0678e2c
...
...
@@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No)
DROP TABLE t1;
[on master]
DROP TABLE t1;
call mtr.force_restart();
mysql-test/suite/rpl/t/rpl000017.test
View file @
e0678e2c
...
...
@@ -31,4 +31,6 @@ drop table t1;
delete
from
mysql
.
user
where
user
=
"replicate"
;
sync_slave_with_master
;
call
mtr
.
force_restart
();
# End of 4.1 tests
mysql-test/suite/rpl/t/rpl_bug33931-master.opt
0 → 100644
View file @
e0678e2c
--force-restart
mysql-test/suite/rpl/t/rpl_heartbeat-master.opt
0 → 100644
View file @
e0678e2c
--force-restart
mysql-test/suite/rpl/t/rpl_ip_mix-master.opt
0 → 100644
View file @
e0678e2c
--force-restart
mysql-test/suite/rpl/t/rpl_ip_mix2-master.opt
0 → 100644
View file @
e0678e2c
--force-restart
mysql-test/suite/rpl/t/rpl_semi_sync-master.opt
View file @
e0678e2c
$SEMISYNC_PLUGIN_OPT
--force-restart
mysql-test/suite/rpl/t/rpl_slave_status.test
View file @
e0678e2c
...
...
@@ -68,3 +68,4 @@ DROP TABLE t1;
--
echo
[
on
master
]
connection
master
;
DROP
TABLE
t1
;
call
mtr
.
force_restart
();
mysql-test/suite/rpl/t/rpl_sync.test
View file @
e0678e2c
...
...
@@ -150,3 +150,4 @@ source include/diff_tables.inc;
--
echo
=====
Clean
up
=======
;
connection
master
;
drop
table
t1
;
--
remove_file
$MYSQLD_SLAVE_DATADIR
/
master
.
backup
mysql-test/suite/rpl/t/rpl_temporary_errors-slave.opt
View file @
e0678e2c
--loose-debug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2
--force-restart
mysql-test/t/union.test
View file @
e0678e2c
...
...
@@ -1062,7 +1062,7 @@ SELECT ( SELECT a UNION SELECT a ) INTO OUTFILE 'union.out.file3' FROM t1;
SELECT
(
SELECT
a
UNION
SELECT
a
)
INTO
DUMPFILE
'union.out.file4'
FROM
t1
;
DROP
TABLE
t1
;
remove_files_wildcard
$MYSQLTEST_VARDIR
/
mysqld
.
1
/
data
/
test
union
.
out
.
fil
*
;
--
echo
#
--
echo
# Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY
...
...
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