[Phplib-trackers] [ phplib-Bugs-580453 ] TRANSACTION in ct_split_sql
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-07-12 07:18:29
|
Bugs item #580453, was opened at 2002-07-12 00:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=580453&group_id=31885 Category: Session Group: None Status: Open Resolution: None Priority: 5 Submitted By: Daniel Bondurant (bondu) Assigned to: Nobody/Anonymous (nobody) Summary: TRANSACTION in ct_split_sql Initial Comment: 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"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=580453&group_id=31885 |