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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/libsvn_fs_fs/rep-cache-db.h b/subversion/libsvn_fs_fs/rep-cache-db.h
index e66253810c9de..4cad0667a8fe6 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 subversion/libsvn_fs_fs/token-map.h.
+/* This file is automatically generated from rep-cache-db.sql and token-map.h.
* Do not edit this file -- edit the source and rerun gen-make.py */
#define STMT_CREATE_SCHEMA_V1 0
@@ -38,7 +38,7 @@
#define STMT_SET_REP 3
#define STMT_3_INFO {"STMT_SET_REP", NULL}
#define STMT_3 \
- "INSERT OR FAIL INTO rep_cache (hash, revision, offset, size, expanded_size) " \
+ "INSERT OR IGNORE INTO rep_cache (hash, revision, offset, size, expanded_size) " \
"VALUES (?1, ?2, ?3, ?4, ?5) " \
""