1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-08 17:02:21 +03:00
Files
mariadb/ndb/test/ndbapi/old_dirs/lmc-bench/script/async-lmc-bench-p10.sh
tomas@poseidon.(none) 8327a68438 neww ndb automake
2004-05-26 15:36:55 +00:00

15 lines
143 B
Bash
Executable File

#!/bin/sh
DbCreate
ret=$?
if [ $ret -ne 0 ]
then
echo "DbCreate failed"
exit $ret
fi
DbAsyncGenerator -time 300 -p 10 $*
ret=$?
exit $ret