1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/demo/.svn/text-base/test504.sh.svn-base
2016-01-06 14:08:59 -06:00

27 lines
516 B
Bash

#!/bin/sh
#
# Test 504. Concurrent very fast / slow query test.
#
TEST=test504
STATUSTEXT="504 Very Fast / Slow Concurrent: "
if [ -z "$MYSQLCMD" ]; then
MYSQLCMD="/usr/local/Calpont/mysql/bin/mysql --defaults-file=/usr/local/Calpont/mysql/my.cnf -u root"
export MYSQLCMD
fi
# Default the status to Failed.
echo "$STATUSTEXT In Progress" > $TEST.status
cd $TEST
./go504.sh
cd ..
#
# Populate the .status file.
#
echo "$STATUSTEXT $(cat $TEST/status.txt))" > $TEST.status
cat $TEST.status