diff options
author | dan <Dan Kennedy> | 2025-02-11 18:32:22 +0000 |
---|---|---|
committer | dan <Dan Kennedy> | 2025-02-11 18:32:22 +0000 |
commit | e5769f6525ef93e668ff398fc930437cbe5bca10 (patch) | |
tree | dc1fdb190c3ef9624b03fcbe532b6ffe2f2b8e07 /tool | |
parent | 833dd3daff87be91150c6b76da0c7a05afe50c0c (diff) | |
download | sqlite-e5769f6525ef93e668ff398fc930437cbe5bca10.tar.gz sqlite-e5769f6525ef93e668ff398fc930437cbe5bca10.zip |
Update tool/mkctimec.tcl so that sqlite3_compileoption_xxx() APIs report on the SQLITE_ENABLE_SETLK_TIMEOUT option.
FossilOrigin-Name: 303e8009ab59aad32030407baf3eff9443f7f9bed7947218b78293b06bba1737
Diffstat (limited to 'tool')
-rwxr-xr-x | tool/mkctimec.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mkctimec.tcl b/tool/mkctimec.tcl index 69d25c678..9db8e40d2 100755 --- a/tool/mkctimec.tcl +++ b/tool/mkctimec.tcl @@ -167,6 +167,7 @@ set boolean_defnil_options { SQLITE_ENABLE_RBU SQLITE_ENABLE_RTREE SQLITE_ENABLE_SESSION + SQLITE_ENABLE_SETLK_TIMEOUT SQLITE_ENABLE_SNAPSHOT SQLITE_ENABLE_SORTER_REFERENCES SQLITE_ENABLE_SQLLOG |