diff options
author | brian@zim.tangent.org <> | 2006-02-12 13:26:30 -0800 |
---|---|---|
committer | brian@zim.tangent.org <> | 2006-02-12 13:26:30 -0800 |
commit | 0a5a30bef3c4c539cdf458dd359b04e742b644e3 (patch) | |
tree | a998c1754983b8b4aba1c4acc4ff63214d4b3bef /tests/mail_to_db.pl | |
parent | eeefb8ba7c4223706d66f580b3895ec467d8d29c (diff) | |
download | mariadb-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-x | tests/mail_to_db.pl | 2 |
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"; |