summaryrefslogtreecommitdiffstats
path: root/scripts/aurblup/config.h.proto
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-28 00:31:30 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-06-28 08:53:06 +0200
commit0cb493ef2a4182c22c405b15f5d6e86bec80d4bb (patch)
tree158c405b11393e753efa74227a56c70810f22822 /scripts/aurblup/config.h.proto
parent0f994df357c3aa9d7a29cca711cb5f6d29a4b614 (diff)
downloadaur-0cb493ef2a4182c22c405b15f5d6e86bec80d4bb.tar.gz
aur-0cb493ef2a4182c22c405b15f5d6e86bec80d4bb.tar.xz
aurblup: blacklist processing query changes
* 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> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'scripts/aurblup/config.h.proto')
-rw-r--r--scripts/aurblup/config.h.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/aurblup/config.h.proto b/scripts/aurblup/config.h.proto
index fc1a87b8..daf1744c 100644
--- a/scripts/aurblup/config.h.proto
+++ b/scripts/aurblup/config.h.proto
@@ -6,9 +6,6 @@
#define CONFIG_KEY_PASSWD "AUR_db_pass"
#define CONFIG_KEY_DB "AUR_db_name"
-/* unset this to use "LOCK TABLE" instead of transactions */
-#define MYSQL_USE_TRANSACTIONS 1
-
/* libalpm options */
#define ALPM_DBPATH "/var/lib/aurblup/"
#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/i686"