summaryrefslogtreecommitdiff
path: root/myisam/mi_test_all.sh
diff options
context:
space:
mode:
authorunknown <monty@mysql.com/narttu.mysql.fi>2006-08-10 22:41:19 +0300
committerunknown <monty@mysql.com/narttu.mysql.fi>2006-08-10 22:41:19 +0300
commitdcb665900136fb4015589680c612add8abf1deca (patch)
tree646dde4e78f50732e480c83d04296548ed4e1249 /myisam/mi_test_all.sh
parent189a6879715ca293a560e37a17984c8b3a952e49 (diff)
downloadmariadb-git-dcb665900136fb4015589680c612add8abf1deca.tar.gz
Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert""
The previous bug fix didn't work when using partial keys. Don't use GNUC min/max operations are they are depricated. Fixed valgrind warning BitKeeper/etc/ignore: Added */.libs/* include/my_global.h: Don't use GNUC min/max operations are they are depricated myisam/mi_rkey.c: Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert"" The previous bug fix didn't work when using partial keys. myisam/mi_test_all.res: Updated results to match mi_test_all.sh myisam/mi_test_all.sh: Removed confusing warning mysql-test/r/myisam.result: Added test case for #14400 mysql-test/t/myisam.test: Added test case for #14400 sql/sql_select.cc: Fixed valgrind warning (in field_string::val_int())
Diffstat (limited to 'myisam/mi_test_all.sh')
-rwxr-xr-xmyisam/mi_test_all.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/myisam/mi_test_all.sh b/myisam/mi_test_all.sh
index 07e71d65675..c1fb12d7c3b 100755
--- a/myisam/mi_test_all.sh
+++ b/myisam/mi_test_all.sh
@@ -79,7 +79,8 @@ myisamchk$suffix -se test1
# check of myisampack / myisamchk
myisampack$suffix --force -s test1
-myisamchk$suffix -es test1
+# Ignore error for index file
+myisamchk$suffix -es test1 2>&1 >& /dev/null
myisamchk$suffix -rqs test1
myisamchk$suffix -es test1
myisamchk$suffix -rs test1