summaryrefslogtreecommitdiff
path: root/sql-bench/crash-me.sh
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-02-13 12:39:50 +0200
committerunknown <monty@donna.mysql.com>2001-02-13 12:39:50 +0200
commit01eff509a044abb9ccf28026ee5c41d8a59afc18 (patch)
treebb589eb1ed2f26d8db4af6466b490a3476f7e401 /sql-bench/crash-me.sh
parenta00ef17fdbfeb033c8a1030f3af38b9b687a505f (diff)
downloadmariadb-git-01eff509a044abb9ccf28026ee5c41d8a59afc18.tar.gz
Added --replace to mysqltest
Fixed that GROUP BY can take DESC Docs/manual.texi: Cleanups client/mysqltest.c: Added --replace to mysqltest mysql-test/t/backup.test: Fix to handle different error codes from backup table sql-bench/crash-me.sh: Fixed error in create_index test sql/item_func.cc: Cleanup sql/sql_yacc.yy: Fixed that GROUP BY can take DESC
Diffstat (limited to 'sql-bench/crash-me.sh')
-rw-r--r--sql-bench/crash-me.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-bench/crash-me.sh b/sql-bench/crash-me.sh
index 74226e1ff48..f5d25a26ffb 100644
--- a/sql-bench/crash-me.sh
+++ b/sql-bench/crash-me.sh
@@ -38,7 +38,7 @@
# as such, and clarify ones such as "mediumint" with comments such as
# "3-byte int" or "same as xxx".
-$version="1.55";
+$version="1.56";
use DBI;
use Getopt::Long;
@@ -1333,7 +1333,7 @@ report("index in create table",'index_in_create',
# The following must be executed as we need the value of end_drop_keyword
# later
-if (defined($limits{'create_index'}) && defined($limits{'drop_index'}))
+if (!(defined($limits{'create_index'}) && defined($limits{'drop_index'})))
{
if ($res=safe_query("create index crash_q on crash_me (a)"))
{