Various minor fixes and updates to make more test cases pass. (CVS 1370)

FossilOrigin-Name: dbe8385ecf1df8bf0b1baf5e811ec5a1de5c4c42
This commit is contained in:
danielk1977
2004-05-13 11:34:16 +00:00
parent 183f9f7360
commit 96fc5fe6a5
14 changed files with 107 additions and 90 deletions
+2 -1
View File
@@ -13,7 +13,7 @@
# the B+tree tables. B+trees store all data on the leaves rather
# that storing data with keys on interior nodes.
#
# $Id: btree6.test,v 1.2 2004/05/12 21:11:27 drh Exp $
# $Id: btree6.test,v 1.3 2004/05/13 11:34:17 danielk1977 Exp $
set testdir [file dirname $argv0]
@@ -123,5 +123,6 @@ for {set i 1} {$i<=100} {incr i} {
btree_close_cursor $cur
btree_commit $b1
btree_close $b1
finish_test