Ensure autocommit is always activated.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 16 Jan 2011 15:58:52 +0000 (16:58 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 16 Jan 2011 15:58:52 +0000 (16:58 +0100)
commit31ddf875617ffddbc713b7acfc5ab3c4711c5c09
treec5ee459a8d6dae5f41a3f345aa08c2a4a34f2ea9
parent42567b67d3f7f76cfd182e664376ae5ee1274434
Ensure autocommit is always activated.

This should have two major consequences:
* the rpc should have a view of the db consistent with the view of the
website
* this should reduce the overall memory footprint of the mysql database
since there is no "in progress transaction" and thus no need to keep old
data in the db.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
bin/lists.rpc.py