summaryrefslogtreecommitdiff
path: root/subversion/libsvn_fs_fs/rep-cache-db.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_fs_fs/rep-cache-db.h')
-rw-r--r--subversion/libsvn_fs_fs/rep-cache-db.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/subversion/libsvn_fs_fs/rep-cache-db.h b/subversion/libsvn_fs_fs/rep-cache-db.h
index 255ea07..0f2cc89 100644
--- a/subversion/libsvn_fs_fs/rep-cache-db.h
+++ b/subversion/libsvn_fs_fs/rep-cache-db.h
@@ -1,4 +1,4 @@
-/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.8.13/subversion/libsvn_fs_fs/token-map.h.
+/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.9.7/subversion/libsvn_fs_fs/token-map.h.
* Do not edit this file -- edit the source and rerun gen-make.py */
#define STMT_CREATE_SCHEMA 0
@@ -58,6 +58,12 @@
"INSERT INTO rep_cache VALUES ('dummy', 0, 0, 0, 0) " \
""
+#define STMT_UNLOCK_REP 7
+#define STMT_7_INFO {"STMT_UNLOCK_REP", NULL}
+#define STMT_7 \
+ "ROLLBACK TRANSACTION; " \
+ ""
+
#define REP_CACHE_DB_SQL_DECLARE_STATEMENTS(varname) \
static const char * const varname[] = { \
STMT_0, \
@@ -67,6 +73,7 @@
STMT_4, \
STMT_5, \
STMT_6, \
+ STMT_7, \
NULL \
}
@@ -79,5 +86,6 @@
STMT_4_INFO, \
STMT_5_INFO, \
STMT_6_INFO, \
+ STMT_7_INFO, \
{NULL, NULL} \
}