mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Table 1 of a database (the sqlite_master table) defaults to use B+trees. (CVS 1378)
FossilOrigin-Name: 45b60de5c7deb83d10ab54759434e32847f0c2ef
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this script is btree database backend
|
||||
#
|
||||
# $Id: btree5.test,v 1.4 2004/05/13 11:34:17 danielk1977 Exp $
|
||||
# $Id: btree5.test,v 1.5 2004/05/14 12:17:46 drh Exp $
|
||||
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -171,6 +171,7 @@ for {set i 1} {$i<=100} {incr i} {
|
||||
} {}
|
||||
}
|
||||
|
||||
#btree_tree_dump $b1 1
|
||||
btree_close_cursor $c1
|
||||
btree_commit $b1
|
||||
btree_begin_transaction $b1
|
||||
|
Reference in New Issue
Block a user