dbs Sun Nov 27 01:51:43 2005 EDT
Modified files: /phpdoc/en/reference/pdo_mysql reference.xml Log: Address #35417 [NEW]: PDO_MySQL docs unclear about transaction safety http://cvs.php.net/diff.php/phpdoc/en/reference/pdo_mysql/reference.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/pdo_mysql/reference.xml diff -u phpdoc/en/reference/pdo_mysql/reference.xml:1.6 phpdoc/en/reference/pdo_mysql/reference.xml:1.7 --- phpdoc/en/reference/pdo_mysql/reference.xml:1.6 Thu Sep 15 16:57:51 2005 +++ phpdoc/en/reference/pdo_mysql/reference.xml Sun Nov 27 01:51:40 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- Purpose: database.vendors --> <!-- Membership: bundled, external, pecl --> @@ -22,10 +22,10 @@ </para> <warning> <para> - Beware: MySQL tables do not support transactions by default. When - writing transactional database code, MySQL will pretend that a - transaction was initiated successfully, even when no transactional - support is present. In addition, any DDL queries issued will implicitly + Beware: Some MySQL table types (storage engines) do not support transactions. When + writing transactional database code using a table type that does not support + transactions, MySQL will pretend that a transaction was initiated successfully. + In addition, any DDL queries issued will implicitly commit any pending transactions. </para> </warning>