aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2018-03-19 16:09:36 +0000
committerdrh <drh@noemail.net>2018-03-19 16:09:36 +0000
commit9d03f63a7c6be9bb38f2c40b372fdbbd98d2ab9c (patch)
tree9f71a6508f6daa877112417eee9bfa7a65c511e9 /src
parent926961dc53c7eaedeeee29b6af5f1dd75f83c151 (diff)
downloadsqlite-9d03f63a7c6be9bb38f2c40b372fdbbd98d2ab9c.tar.gz
sqlite-9d03f63a7c6be9bb38f2c40b372fdbbd98d2ab9c.zip
In the compile_options pragma, show the actual value of the
SQLITE_ENABLE_CEROD compile-time option, if it exists. FossilOrigin-Name: 1ec339fd109b31e1d2b1e73345bd7a00c3d755f2c45c14d050a8203969163d60
Diffstat (limited to 'src')
-rw-r--r--src/ctime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctime.c b/src/ctime.c
index e8f4e7f90..1877aee10 100644
--- a/src/ctime.c
+++ b/src/ctime.c
@@ -188,7 +188,7 @@ static const char * const sqlite3azCompileOpt[] = {
"ENABLE_BATCH_ATOMIC_WRITE",
#endif
#if SQLITE_ENABLE_CEROD
- "ENABLE_CEROD",
+ "ENABLE_CEROD=" CTIMEOPT_VAL(SQLITE_ENABLE_CEROD),
#endif
#if SQLITE_ENABLE_COLUMN_METADATA
"ENABLE_COLUMN_METADATA",