summaryrefslogtreecommitdiff
path: root/tests/mail_to_db.pl
diff options
context:
space:
mode:
authorbrian@zim.tangent.org <>2006-02-12 13:26:30 -0800
committerbrian@zim.tangent.org <>2006-02-12 13:26:30 -0800
commit0a5a30bef3c4c539cdf458dd359b04e742b644e3 (patch)
treea998c1754983b8b4aba1c4acc4ff63214d4b3bef /tests/mail_to_db.pl
parenteeefb8ba7c4223706d66f580b3895ec467d8d29c (diff)
downloadmariadb-git-0a5a30bef3c4c539cdf458dd359b04e742b644e3.tar.gz
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.
Diffstat (limited to 'tests/mail_to_db.pl')
-rwxr-xr-xtests/mail_to_db.pl2
1 files changed, 1 insertions, 1 deletions
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";