Commit ca5e1f6d authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

test case for a coredump on merge tables. Sergei or Monty, can you fix this?

parent 36c7d4eb
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ cd ..
BASEDIR=`pwd`
cd $CWD
MYSQL_TEST_DIR=$BASEDIR/mysql-test
STD_DATA=$MYSQL_TEST_DIR/std_data
  
TESTDIR="$MYSQL_TEST_DIR/t/"
TESTSUFFIX=test
@@ -127,6 +128,7 @@ else
 INSTALL_DB="../scripts/install_test_db -bin"
fi


SLAVE_MYSQLD=$MYSQLD #this will be changed later if we are doing gcov


@@ -395,7 +397,7 @@ mysql_restart () {

mysql_loadstd () {
    
    #sleep 2
    cp $STD_DATA/*.frm $STD_DATA/*.MRG $MASTER_MYDDIR/test  
    return 1
}

@@ -506,11 +508,11 @@ then
 [ $res = 1 ] && echo_ok
fi

#$SETCOLOR_NORMAL && $ECHO -n "Loading Standard Test Database"
#mysql_loadstd
#res=$?
#[ $res != 1 ] && echo_notok && error "Loading STD"
#[ $res = 1 ] && echo_ok
$SETCOLOR_NORMAL && $ECHO -n "Loading Standard Test Database"
mysql_loadstd
res=$?
[ x$res != x1 ] && echo_notok && error "Loading STD"
[ x$res = x1 ] && echo_ok

$SETCOLOR_NORMAL && $ECHO -n "Starting Tests for MySQL $TESTVER Series"
$SETCOLOR_SUCCESS && echo_ok
+0 −0

Empty file added.

+0 −0

Empty file added.

+8.35 KiB

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −0
Original line number Diff line number Diff line
use test;
@r/mrg000002.result select * from m;