From 5487d7a8c01a5ccce90a63a359562cff1bd95b78 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.fi" <> Date: Sun, 25 Mar 2001 01:02:26 +0200 Subject: Fixed bug in send in mysqltest Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()... --- tests/export.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/export.pl') diff --git a/tests/export.pl b/tests/export.pl index 47a13bab8e6..29f0d1af8ff 100755 --- a/tests/export.pl +++ b/tests/export.pl @@ -23,7 +23,7 @@ print "Connection to database $test_db\n"; $dbh = Mysql->Connect($host) || die "Can't connect: $Mysql::db_errstr\n"; $dbh->SelectDB($test_db) || die "Can't use database $test_db: $Mysql::db_errstr\n"; -$dbh->Query("drop table export"); # Ignore this error +$dbh->Query("drop table if exists export"); # Ignore this error print "Creating table\n"; -- cgit v1.2.1