mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
add missing ifdef
This commit is contained in:
parent
38772455a4
commit
8d2406f448
1 changed files with 2 additions and 0 deletions
|
@ -1581,7 +1581,9 @@ void sqlite3VdbeDelete(Vdbe *p){
|
|||
int sqlite3VdbeCursorMoveto(Cursor *p){
|
||||
if( p->deferredMoveto ){
|
||||
int res, rc;
|
||||
#ifdef SQLITE_TEST
|
||||
extern int sqlite3_search_count;
|
||||
#endif
|
||||
assert( p->isTable );
|
||||
if( p->isTable ){
|
||||
rc = sqlite3BtreeMoveto(p->pCursor, 0, p->movetoTarget, &res);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue