diff options
author | drh <drh@noemail.net> | 2011-08-12 01:51:45 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2011-08-12 01:51:45 +0000 |
commit | faacf17cc1a1d6b062d63a27fca5fa5a87bf3bb9 (patch) | |
tree | 1f8b790ae295f34d4700ef6f0c2116bbdbdac402 /test/auth.test | |
parent | 90315a24179a23538b9a906a066d484cd782e3d8 (diff) | |
download | sqlite-faacf17cc1a1d6b062d63a27fca5fa5a87bf3bb9.tar.gz sqlite-faacf17cc1a1d6b062d63a27fca5fa5a87bf3bb9.zip |
Begin a branch that experimentally replaces sqlite_stat2 with a new table
called sqlite_stat3 that will hopefully facilitate better query
planning decisions.
FossilOrigin-Name: 52e1d7e8ddd4bb5ef3a9d00fd2d719a8a784f807
Diffstat (limited to 'test/auth.test')
-rw-r--r-- | test/auth.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/auth.test b/test/auth.test index 8d2159ecd..5b97a9d74 100644 --- a/test/auth.test +++ b/test/auth.test @@ -2324,7 +2324,11 @@ ifcapable compound&&subquery { ifcapable stat2 { set stat2 "sqlite_stat2 " } else { - set stat2 "" + ifcapable stat3 { + set stat2 "sqlite_stat3 " + } else { + set stat2 "" + } } do_test auth-5.2 { execsql { |