mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 22:58:17 -04:00
Disabled STAT[34] compile-time options, which interestingly fixes RT-124227
This commit is contained in:
parent
649f46c58a
commit
9a1a3705c1
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ my @CC_DEFINE = (
|
|||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_RTREE', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||
'-DSQLITE_ENABLE_STAT3', # for sqlite >= 3.7.9
|
||||
'-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
||||
# '-DSQLITE_ENABLE_STAT3', # for sqlite >= 3.7.9
|
||||
# '-DSQLITE_ENABLE_STAT4', # for sqlite >= 3.8.3.1
|
||||
'-DSQLITE_ENABLE_JSON1', # for sqlite >= 3.9.0
|
||||
'-DSQLITE_ENABLE_FTS5', # for sqlite >= 3.9.0
|
||||
'-DNDEBUG=1',
|
||||
|
|
Loading…
Add table
Reference in a new issue