1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

First version of sqlite_stat2 (schema forces exactly 10 samples).

FossilOrigin-Name: dd96bda2a85c1d94fb4a0bf5f27e2977f7f7e42e
This commit is contained in:
dan
2009-08-17 17:06:58 +00:00
parent d9c50f7fed
commit 02fa469619
12 changed files with 469 additions and 99 deletions

View File

@ -2316,7 +2316,7 @@ ifcapable compound&&subquery {
WHERE type='table'
ORDER BY name
}
} {sqlite_stat1 t1 t2 t3 t4}
} {sqlite_stat1 sqlite_stat2 t1 t2 t3 t4}
}
# Ticket #3944