aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2020-01-10 18:05:55 +0000
committerdrh <drh@noemail.net>2020-01-10 18:05:55 +0000
commit8875b9e7b5d699fac33171f7bafa32c7adb62dbf (patch)
tree96ef099b8bd66b938f65d7f27fd6c023991bd7fb /src/sqliteInt.h
parentb2fe5a7c35a114e8d4b869968c61c7b6a9a99cb7 (diff)
downloadsqlite-8875b9e7b5d699fac33171f7bafa32c7adb62dbf.tar.gz
sqlite-8875b9e7b5d699fac33171f7bafa32c7adb62dbf.zip
Rearchitect the way in which filenames are stored in the Pager object so that
the sqlite3_uri_parameter() interface will work from journal and WAL filenames too. This check-in implements the central idea, and compile and runs somewhat, but crashes on an extended test. FossilOrigin-Name: 2ae77bd2335708343bce4541b4d2cf16edfe3fd5bc2dfb93757238c926aa960b
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 14c17a42e..53e7095da 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4108,9 +4108,6 @@ void sqlite3AddDefaultValue(Parse*,Expr*,const char*,const char*);
void sqlite3AddCollateType(Parse*, Token*);
void sqlite3AddGenerated(Parse*,Expr*,Token*);
void sqlite3EndTable(Parse*,Token*,Token*,u8,Select*);
-#ifdef SQLITE_DEBUG
- int sqlite3UriCount(const char*);
-#endif
int sqlite3ParseUri(const char*,const char*,unsigned int*,
sqlite3_vfs**,char**,char **);
#ifdef SQLITE_HAS_CODEC