TRANSACTION in ct_split_sql
Brought to you by:
nhruby,
richardarcher
get a database error when using ct_split_sql. Here is
the fix from the mailing list back in 2000: MySQL
doesn't like TRANSACTION.
- comment the BEGIN TRANSACTION line of
ct_split_sql.inc (function ac_store)
- " " END TRANSACTION " " "
- add this line just before return $ret (function
ac_store);
$this->db->query("COMMIT");