upstream 3.7.9

This commit is contained in:
Stephen Lombardo
2011-12-26 14:52:17 -05:00
parent 12069ec913
commit ddb595fbc9
329 changed files with 14622 additions and 8785 deletions
+4 -4
View File
@@ -2321,10 +2321,10 @@ ifcapable compound&&subquery {
}
}
}
ifcapable stat2 {
set stat2 "sqlite_stat2 "
ifcapable stat3 {
set stat3 "sqlite_stat3 "
} else {
set stat2 ""
set stat3 ""
}
do_test auth-5.2 {
execsql {
@@ -2333,7 +2333,7 @@ ifcapable compound&&subquery {
WHERE type='table'
ORDER BY name
}
} "sqlite_stat1 ${stat2}t1 t2 t3 t4"
} "sqlite_stat1 ${stat3}t1 t2 t3 t4"
}
# Ticket #3944