commit | 3e0327d5deadbfbf8550456b338d128f35c48bca | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Mon May 11 11:59:15 2015 +0000 |
committer | drh <drh@noemail.net> | Mon May 11 11:59:15 2015 +0000 |
tree | 180e1df39c5a4f6238daadaa53542779a63b0a8f | |
parent | 1fef289133ffd341e01da9e037faace4fef488b7 [diff] [blame] |
Revamp the way the DBSTAT virtual table is registered. FossilOrigin-Name: 4e6520159e729b6ea96ccdb14f0ecb00a0ff7cbd
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 7b9542a..d809245 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h
@@ -3867,4 +3867,8 @@ int sqlite3ThreadJoin(SQLiteThread*, void**); #endif +#if defined(SQLITE_ENABLE_DBSTAT_VTAB) || defined(SQLITE_TEST) +int sqlite3DbstatRegister(sqlite3*); +#endif + #endif /* _SQLITEINT_H_ */