Commit 8c62b871 authored by unknown's avatar unknown
Browse files

mysql-test-run.sh:

  Set the ndbcluster slave port (bug#16780)
disabled.def:
  Disabled 'mysqldump' until bug 17443 is closed


mysql-test/t/disabled.def:
  Disabled 'mysqldump' until bug 17443 is closed
mysql-test/mysql-test-run.sh:
  Set the ndbcluster slave port (bug#16780)
parent 428c2a81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -257,6 +257,7 @@ if [ -n "$MTR_BUILD_THREAD" ] ; then
  MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2`
  SLAVE_MYPORT=`expr $MASTER_MYPORT + 3`
  NDBCLUSTER_PORT=`expr $MASTER_MYPORT + 6`
  NDBCLUSTER_PORT_SLAVE=`expr $MASTER_MYPORT + 7`

  echo "Using MTR_BUILD_THREAD      = $MTR_BUILD_THREAD"
  echo "Using MASTER_MYPORT         = $MASTER_MYPORT"
+7 −6
Original line number Diff line number Diff line
@@ -46,3 +46,4 @@ subselect : Bug#15706 (ps mode) [PATCH PENDING]
rpl_ndb_blob            : Bug#17505
rpl_ndb_blob2           : Bug#17505
rpl_ndb_log             : results are not deterministic
mysqldump               : Bug#17443 mysqlimport --use-threads=5 gives crashes