diff options
Diffstat (limited to 'contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h')
-rw-r--r-- | contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h b/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h index c3a2307..56692c9 100644 --- a/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h +++ b/contrib/subversion/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.14/subversion/libsvn_fs_fs/token-map.h. +/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.9.4/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} \ } |