From 89ee326c1d27f3bee4acba67060a475811ebd842 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Nov 2000 02:57:02 +0200 Subject: Bug fix for NATURAL JOIN, Split manual sections and more statistic variables Docs/manual.texi: Split BDB into different sections Added MySQL developers section Changed an SQL to a SQL include/my_sys.h: More statistic variables libmysql/libmysql.c: Added option "interactive-timeout" mysys/mf_tempfile.c: More statistic variables mysys/my_static.c: More statistic variables sql-bench/crash-me.sh: Fixed bug in truncate table test sql-bench/limits/mysql-3.23.cfg: Updated to crash-me 1.51 sql-bench/limits/mysql.cfg: Updated to crash-me 1.51 sql/filesort.cc: More statistics sql/mysql_priv.h: More statistics sql/mysqld.cc: More statistics sql/sql_base.cc: Fix for NATURAL JOIN sql/sql_delete.cc: cleanup + Added logging if one doesn't use index sql/sql_parse.cc: Logging if one doesn't use index sql/sql_select.cc: Logging if one doesn't use index sql/sql_update.cc: cleanup + Added logging if one doesn't use index sql/structs.h: Fix for NATURAL JOIN support-files/my-huge.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-large.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-medium.cnf.sh: Added interactive-timeout to [mysqlhotcopy] support-files/my-small.cnf.sh: Added interactive-timeout to [mysqlhotcopy] --- sql-bench/crash-me.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-bench/crash-me.sh') diff --git a/sql-bench/crash-me.sh b/sql-bench/crash-me.sh index 45bcd2d4a1c..394f64b85ab 100755 --- a/sql-bench/crash-me.sh +++ b/sql-bench/crash-me.sh @@ -292,7 +292,7 @@ $dbh->do("drop table crash_q"); report("truncate","truncate_table", "create table crash_q (a integer, b integer,c CHAR(10))", "truncate crash_q", - "drop table crash_q1"); + "drop table crash_q"); if ($dbh->do("create table crash_q (a integer, b integer,c CHAR(10))") && $dbh->do("create table crash_q1 (a integer, b integer,c CHAR(10) not null)")) -- cgit v1.2.1