mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-test-run.sh:
Set the ndbcluster slave port (bug#16780) disabled.def: Disabled 'mysqldump' until bug 17443 is closed
This commit is contained in:
@@ -257,6 +257,7 @@ if [ -n "$MTR_BUILD_THREAD" ] ; then
|
|||||||
MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2`
|
MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2`
|
||||||
SLAVE_MYPORT=`expr $MASTER_MYPORT + 3`
|
SLAVE_MYPORT=`expr $MASTER_MYPORT + 3`
|
||||||
NDBCLUSTER_PORT=`expr $MASTER_MYPORT + 6`
|
NDBCLUSTER_PORT=`expr $MASTER_MYPORT + 6`
|
||||||
|
NDBCLUSTER_PORT_SLAVE=`expr $MASTER_MYPORT + 7`
|
||||||
|
|
||||||
echo "Using MTR_BUILD_THREAD = $MTR_BUILD_THREAD"
|
echo "Using MTR_BUILD_THREAD = $MTR_BUILD_THREAD"
|
||||||
echo "Using MASTER_MYPORT = $MASTER_MYPORT"
|
echo "Using MASTER_MYPORT = $MASTER_MYPORT"
|
||||||
|
@@ -35,14 +35,15 @@ rpl_ndb_insert_ignore : Bugs: #17431: INSERT IGNORE INTO returns failed: 1296
|
|||||||
#rpl_ndb_log : result not deterministic
|
#rpl_ndb_log : result not deterministic
|
||||||
rpl_ndb_relay_space : Bug#16993
|
rpl_ndb_relay_space : Bug#16993
|
||||||
rpl_ndb_multi_update3 : Bug#17400: delete & update of rows in table without pk fails
|
rpl_ndb_multi_update3 : Bug#17400: delete & update of rows in table without pk fails
|
||||||
rpl_ndb_sp007 : Bug #17290
|
rpl_ndb_sp007 : Bug#17290
|
||||||
rpl_row_create_table : Bug #17385
|
rpl_row_create_table : Bug#17385
|
||||||
rpl_row_basic_2myisam : Bug #17385
|
rpl_row_basic_2myisam : Bug#17385
|
||||||
rpl_row_basic_3innodb : Bug #17385
|
rpl_row_basic_3innodb : Bug#17385
|
||||||
rpl_sp : Bug#16456
|
rpl_sp : Bug#16456
|
||||||
rpl_until : Unstable test case, bug#15886
|
rpl_until : Unstable test case, bug#15886
|
||||||
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
||||||
subselect : Bug#15706 (ps mode) [PATCH PENDING]
|
subselect : Bug#15706 (ps mode) [PATCH PENDING]
|
||||||
rpl_ndb_blob : Bug #17505
|
rpl_ndb_blob : Bug#17505
|
||||||
rpl_ndb_blob2 : Bug #17505
|
rpl_ndb_blob2 : Bug#17505
|
||||||
rpl_ndb_log : results are not deterministic
|
rpl_ndb_log : results are not deterministic
|
||||||
|
mysqldump : Bug#17443 mysqlimport --use-threads=5 gives crashes
|
||||||
|
Reference in New Issue
Block a user