28 Jun
2011
28 Jun
'11
7:02 a.m.
On Mon, Jun 27, 2011 at 05:31:30PM -0500, Dan McGee wrote:
* Do all list building and freeing outside of the transaction to keep it as short as possible. * Remove ability to blacklist without transactions as we now only support InnoDB/transactional engines with proper relations. * No need to turn autocommit off; BEGIN TRANSACTION operates regardless of this setting.
Signed-off-by: Dan McGee <dan@archlinux.org> --- scripts/aurblup/aurblup.c | 23 +++++------------------ scripts/aurblup/config.h.proto | 3 --- 2 files changed, 5 insertions(+), 21 deletions(-)
Pushed this one, thanks!