diff options
author | monty@hundin.mysql.fi <> | 2001-06-05 03:38:10 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-06-05 03:38:10 +0300 |
commit | 4cbe66582c984434f43a12c06238fe067983d968 (patch) | |
tree | 0630af7b21e80e56fc1ef68e9c7d0fa7233958a1 /myisam/mi_test_all.sh | |
parent | a0b2ddd4dda959af15dc5462ab938eb29029b200 (diff) | |
download | mariadb-git-4cbe66582c984434f43a12c06238fe067983d968.tar.gz |
Symlinking of tables should not work.
Fixed error number handling bug in mysqltest.
Fixed that error number from insert delayed is reported correctly.
merged new vio code with old violite code.
Diffstat (limited to 'myisam/mi_test_all.sh')
-rwxr-xr-x | myisam/mi_test_all.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/myisam/mi_test_all.sh b/myisam/mi_test_all.sh index dfa2e1d0fdd..ccc9c39c64e 100755 --- a/myisam/mi_test_all.sh +++ b/myisam/mi_test_all.sh @@ -1,5 +1,10 @@ +#!/bin/sh +# +# Execute some simple basic test on MyISAM libary to check if things +# works at all. + silent="-s" -suffix=$MACH +if test -f mi_test1$MACH ; then suffix=$MACH else suffix=""; fi mi_test1$suffix $silent myisamchk$suffix -se test1 mi_test1$suffix $silent -N -S |