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

Remove a debugging btree_breakpoint from vtab1.test. (CVS 4267)

FossilOrigin-Name: 6cc8641ed2fbfc32d418ce153f2819052f230be2
This commit is contained in:
drh
2007-08-22 02:57:16 +00:00
parent 27641703cc
commit 1f12f9aa30
3 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C A\scomplete\srun\sof\squick.test\swith\smutex\sdebugging\senabled.\s(CVS\s4266) C Remove\sa\sdebugging\sbtree_breakpoint\sfrom\svtab1.test.\s(CVS\s4267)
D 2007-08-22T02:56:43 D 2007-08-22T02:57:17
F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -461,7 +461,7 @@ F test/vacuum.test cf839fc3ff24d601057319bbb5c700ce9c8e0fb0
F test/vacuum2.test e198d81a1cbc3f3f6b8aeee27cadfffea8995d42 F test/vacuum2.test e198d81a1cbc3f3f6b8aeee27cadfffea8995d42
F test/varint.test ab7b110089a08b9926ed7390e7e97bdefeb74102 F test/varint.test ab7b110089a08b9926ed7390e7e97bdefeb74102
F test/view.test 852bd4101e6d171c46ad682eb5c5faf662b2eba4 F test/view.test 852bd4101e6d171c46ad682eb5c5faf662b2eba4
F test/vtab1.test f05e77fa16c6e5a6a7fea4b5e9a97f36ee78fdae F test/vtab1.test 607cddf5b425ff3076b8caacc6d6b4422f66ffab
F test/vtab2.test 94bb3bf691ac10e34cf7dad46b1cf94b861d513c F test/vtab2.test 94bb3bf691ac10e34cf7dad46b1cf94b861d513c
F test/vtab3.test f38d6d7d19f08bffdadce4d5b8cba078f8118587 F test/vtab3.test f38d6d7d19f08bffdadce4d5b8cba078f8118587
F test/vtab4.test a9d7104d41a787754a734740d7aa61c807a69f87 F test/vtab4.test a9d7104d41a787754a734740d7aa61c807a69f87
@ -558,7 +558,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P 1914044b8832041f13b20ead613bd13725425d7a P 783e07d561d1f5509de9475f3b9f38315f247002
R da84160f0df065e75198c0663969de9f R c5d3ce86bb4b05fc274208eefc6e2108
U drh U drh
Z 4868a722cbf9dfdb786e2878b91cc4b4 Z 9b8a52ba0f42f58ff0496debe78e0c8e

View File

@ -1 +1 @@
783e07d561d1f5509de9475f3b9f38315f247002 6cc8641ed2fbfc32d418ce153f2819052f230be2

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The # This file implements regression tests for SQLite library. The
# focus of this file is creating and dropping virtual tables. # focus of this file is creating and dropping virtual tables.
# #
# $Id: vtab1.test,v 1.44 2007/08/22 02:56:44 drh Exp $ # $Id: vtab1.test,v 1.45 2007/08/22 02:57:17 drh Exp $
set testdir [file dirname $argv0] set testdir [file dirname $argv0]
source $testdir/tester.tcl source $testdir/tester.tcl
@ -814,7 +814,6 @@ do_test vtab1.10-1 {
do_test vtab1.10-2 { do_test vtab1.10-2 {
set rc [catch { set rc [catch {
set ptr [sqlite3_connection_pointer db] set ptr [sqlite3_connection_pointer db]
btree_breakpoint
sqlite3_declare_vtab $ptr {CREATE TABLE abc(a, b, c)} sqlite3_declare_vtab $ptr {CREATE TABLE abc(a, b, c)}
} msg] } msg]
list $rc $msg list $rc $msg