summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-02-13 12:39:50 +0200
committermonty@donna.mysql.com <>2001-02-13 12:39:50 +0200
commitfbedc9719eed4c1c55f57a93c11ab5c3edfc8cc9 (patch)
treebb589eb1ed2f26d8db4af6466b490a3476f7e401 /sql-bench
parentffe3029814e5d3b550e29ae42fc520774ae61284 (diff)
downloadmariadb-git-fbedc9719eed4c1c55f57a93c11ab5c3edfc8cc9.tar.gz
Added --replace to mysqltest
Fixed that GROUP BY can take DESC
Diffstat (limited to 'sql-bench')
-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)"))
{