Possible error in t/50commit.t?

Possible error in t/50commit.t?

am 27.07.2003 00:31:04 von Scotty Allen

Hi all,

I've been troubleshooting why transactions aren't working as I expect on
mysql 4.0.14 and DBD-mysql 2.9002, and while I don't think it has
anything to do with it, I found that t/50commit.t was skipping testing
transactions, even though transactions are supported.

If you look at line 145-149 of t/mysql.dbtest:

if ($row->{'Variable_name'} eq 'have_innobase' &&
$row->{'Value'} eq 'YES') {
$have_transactions = "innobase";
last;
}

It references have_innobase, but if I do a "show variables" in mysql,
there is a have_innodb instead.

Am I missing something here, or is this genuinely a difference between
mysql 3.2 and 4.0 that needs to be addressed in DBD::mysql?

-Scotty
--
Haiku's inventor
must have had seven fingers
on his middle hand


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org