mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
:-) (CVS 35)
FossilOrigin-Name: a57ecd606c8caa67db240d1a4bc46c0a590fde0c
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
** other files are for internal use by SQLite and should not be
|
||||
** accessed by users of the library.
|
||||
**
|
||||
** $Id: main.c,v 1.3 2000/06/02 01:17:37 drh Exp $
|
||||
** $Id: main.c,v 1.4 2000/06/02 01:36:16 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
|
||||
@@ -100,7 +100,7 @@ static int sqliteInit(sqlite *db, char **pzErrMsg){
|
||||
** database scheme.
|
||||
*/
|
||||
static VdbeOp initProg[] = {
|
||||
{ OP_Open, 0, 0, MASTER_NAME},
|
||||
{ OP_Open, 0, 1, MASTER_NAME},
|
||||
{ OP_Next, 0, 8, 0}, /* 1 */
|
||||
{ OP_Field, 0, 0, 0},
|
||||
{ OP_String, 0, 0, "table"},
|
||||
|
Reference in New Issue
Block a user