diff options
author | Wez Furlong <wez@php.net> | 2005-07-09 04:28:45 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-07-09 04:28:45 +0000 |
commit | 007f571beb5c0c0102c69ffd3af6fb76164ba9ca (patch) | |
tree | d7be27cb14907b3d2048fc067d87fac9aec0b9c7 /ext/pdo_mysql/mysql_statement.c | |
parent | ba66cac1cf1756da2434e8587f91af33d4d98d86 (diff) | |
download | php-git-007f571beb5c0c0102c69ffd3af6fb76164ba9ca.tar.gz |
for the transactions test case, detect working transactions before attempting to run the tests.
Additional ugliness required because mysql does stupid stuff like this:
mysql> CREATE TABLE foo (id int) TYPE=innodb;
Query OK, 0 rows affected, 2 warnings (0.00 sec)
mysql> SHOW CREATE TABLE foo;
CREATE TABLE `foo` (
`id` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
In addition, BEGIN, COMMIT and ROLLBACK all succeed, even when no tables
support transactions.
Diffstat (limited to 'ext/pdo_mysql/mysql_statement.c')
0 files changed, 0 insertions, 0 deletions