Menu

#96 TRANSACTION in ct_split_sql

open
nobody
Session (11)
5
2002-07-12
2002-07-12
No

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");

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.