From 0a5a30bef3c4c539cdf458dd359b04e742b644e3 Mon Sep 17 00:00:00 2001 From: "brian@zim.tangent.org" <> Date: Sun, 12 Feb 2006 13:26:30 -0800 Subject: This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. --- tests/mail_to_db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mail_to_db.pl') diff --git a/tests/mail_to_db.pl b/tests/mail_to_db.pl index 5ceda392313..e50415d96f3 100755 --- a/tests/mail_to_db.pl +++ b/tests/mail_to_db.pl @@ -253,7 +253,7 @@ CREATE TABLE my_mail KEY (message_id), KEY (in_reply_to), PRIMARY KEY (mail_from, date, hash)) - TYPE=MyISAM COMMENT='' + ENGINE=MyISAM COMMENT='' EOF $sth = $dbh->prepare($query) or die $DBI::errstr; $sth->execute() or die "Couldn't create table: $DBI::errstr\n"; -- cgit v1.2.1