Index: third_party/sqlite/preprocessed/opcodes.c |
diff --git a/third_party/sqlite/preprocessed/opcodes.c b/third_party/sqlite/preprocessed/opcodes.c |
index 706e565da9a7832f98f2dc0eb3454ada0590a6e6..1039e69db06a5efffc59cd8f6210ad1f18cf7206 100644 |
--- a/third_party/sqlite/preprocessed/opcodes.c |
+++ b/third_party/sqlite/preprocessed/opcodes.c |
@@ -3,143 +3,143 @@ |
#if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) || defined(SQLITE_DEBUG) |
const char *sqlite3OpcodeName(int i){ |
static const char *const azName[] = { "?", |
- /* 1 */ "NotExists", |
- /* 2 */ "SeekLe", |
- /* 3 */ "IncrVacuum", |
- /* 4 */ "VCreate", |
- /* 5 */ "ResultRow", |
- /* 6 */ "DropTrigger", |
- /* 7 */ "OpenPseudo", |
- /* 8 */ "Affinity", |
- /* 9 */ "IntegrityCk", |
- /* 10 */ "RowKey", |
- /* 11 */ "LoadAnalysis", |
- /* 12 */ "Last", |
- /* 13 */ "SetCookie", |
- /* 14 */ "Sequence", |
- /* 15 */ "VRename", |
- /* 16 */ "SeekLt", |
- /* 17 */ "SCopy", |
- /* 18 */ "VUpdate", |
+ /* 1 */ "Goto", |
+ /* 2 */ "Gosub", |
+ /* 3 */ "Return", |
+ /* 4 */ "Yield", |
+ /* 5 */ "HaltIfNull", |
+ /* 6 */ "Halt", |
+ /* 7 */ "Integer", |
+ /* 8 */ "Int64", |
+ /* 9 */ "String", |
+ /* 10 */ "Null", |
+ /* 11 */ "Blob", |
+ /* 12 */ "Variable", |
+ /* 13 */ "Move", |
+ /* 14 */ "Copy", |
+ /* 15 */ "SCopy", |
+ /* 16 */ "ResultRow", |
+ /* 17 */ "CollSeq", |
+ /* 18 */ "Function", |
/* 19 */ "Not", |
- /* 20 */ "VColumn", |
- /* 21 */ "DropTable", |
- /* 22 */ "Rowid", |
- /* 23 */ "VFilter", |
- /* 24 */ "NullRow", |
- /* 25 */ "HaltIfNull", |
- /* 26 */ "Noop", |
- /* 27 */ "RowSetRead", |
- /* 28 */ "RowSetAdd", |
- /* 29 */ "ParseSchema", |
- /* 30 */ "CollSeq", |
- /* 31 */ "RowSetTest", |
- /* 32 */ "If", |
- /* 33 */ "IfNot", |
- /* 34 */ "Destroy", |
- /* 35 */ "Program", |
- /* 36 */ "Permutation", |
- /* 37 */ "CreateIndex", |
- /* 38 */ "ResetCount", |
- /* 39 */ "Goto", |
- /* 40 */ "IdxDelete", |
- /* 41 */ "Found", |
- /* 42 */ "SeekGe", |
- /* 43 */ "Jump", |
- /* 44 */ "Pagecount", |
- /* 45 */ "MustBeInt", |
- /* 46 */ "Prev", |
- /* 47 */ "AutoCommit", |
- /* 48 */ "String", |
- /* 49 */ "Return", |
- /* 50 */ "Copy", |
- /* 51 */ "AddImm", |
- /* 52 */ "Function", |
- /* 53 */ "Trace", |
- /* 54 */ "Seek", |
- /* 55 */ "NewRowid", |
- /* 56 */ "SeekGt", |
- /* 57 */ "Blob", |
- /* 58 */ "Next", |
- /* 59 */ "ReadCookie", |
- /* 60 */ "Halt", |
- /* 61 */ "Expire", |
- /* 62 */ "DropIndex", |
- /* 63 */ "IdxInsert", |
- /* 64 */ "Savepoint", |
- /* 65 */ "Column", |
- /* 66 */ "Or", |
- /* 67 */ "And", |
- /* 68 */ "Int64", |
- /* 69 */ "Gosub", |
- /* 70 */ "RowData", |
- /* 71 */ "IsNull", |
- /* 72 */ "NotNull", |
- /* 73 */ "Ne", |
- /* 74 */ "Eq", |
- /* 75 */ "Gt", |
- /* 76 */ "Le", |
- /* 77 */ "Lt", |
- /* 78 */ "Ge", |
- /* 79 */ "Move", |
- /* 80 */ "BitAnd", |
- /* 81 */ "BitOr", |
- /* 82 */ "ShiftLeft", |
- /* 83 */ "ShiftRight", |
- /* 84 */ "Add", |
- /* 85 */ "Subtract", |
- /* 86 */ "Multiply", |
- /* 87 */ "Divide", |
- /* 88 */ "Remainder", |
- /* 89 */ "Concat", |
- /* 90 */ "MemMax", |
- /* 91 */ "Close", |
- /* 92 */ "VerifyCookie", |
+ /* 20 */ "AddImm", |
+ /* 21 */ "MustBeInt", |
+ /* 22 */ "RealAffinity", |
+ /* 23 */ "Permutation", |
+ /* 24 */ "Compare", |
+ /* 25 */ "Jump", |
+ /* 26 */ "If", |
+ /* 27 */ "IfNot", |
+ /* 28 */ "Column", |
+ /* 29 */ "Affinity", |
+ /* 30 */ "MakeRecord", |
+ /* 31 */ "Count", |
+ /* 32 */ "Savepoint", |
+ /* 33 */ "AutoCommit", |
+ /* 34 */ "Transaction", |
+ /* 35 */ "ReadCookie", |
+ /* 36 */ "SetCookie", |
+ /* 37 */ "VerifyCookie", |
+ /* 38 */ "OpenRead", |
+ /* 39 */ "OpenWrite", |
+ /* 40 */ "OpenAutoindex", |
+ /* 41 */ "OpenEphemeral", |
+ /* 42 */ "OpenPseudo", |
+ /* 43 */ "Close", |
+ /* 44 */ "SeekLt", |
+ /* 45 */ "SeekLe", |
+ /* 46 */ "SeekGe", |
+ /* 47 */ "SeekGt", |
+ /* 48 */ "Seek", |
+ /* 49 */ "NotFound", |
+ /* 50 */ "Found", |
+ /* 51 */ "IsUnique", |
+ /* 52 */ "NotExists", |
+ /* 53 */ "Sequence", |
+ /* 54 */ "NewRowid", |
+ /* 55 */ "Insert", |
+ /* 56 */ "InsertInt", |
+ /* 57 */ "Delete", |
+ /* 58 */ "ResetCount", |
+ /* 59 */ "RowKey", |
+ /* 60 */ "RowData", |
+ /* 61 */ "Rowid", |
+ /* 62 */ "NullRow", |
+ /* 63 */ "Last", |
+ /* 64 */ "Sort", |
+ /* 65 */ "Rewind", |
+ /* 66 */ "Prev", |
+ /* 67 */ "Next", |
+ /* 68 */ "Or", |
+ /* 69 */ "And", |
+ /* 70 */ "IdxInsert", |
+ /* 71 */ "IdxDelete", |
+ /* 72 */ "IdxRowid", |
+ /* 73 */ "IsNull", |
+ /* 74 */ "NotNull", |
+ /* 75 */ "Ne", |
+ /* 76 */ "Eq", |
+ /* 77 */ "Gt", |
+ /* 78 */ "Le", |
+ /* 79 */ "Lt", |
+ /* 80 */ "Ge", |
+ /* 81 */ "IdxLT", |
+ /* 82 */ "BitAnd", |
+ /* 83 */ "BitOr", |
+ /* 84 */ "ShiftLeft", |
+ /* 85 */ "ShiftRight", |
+ /* 86 */ "Add", |
+ /* 87 */ "Subtract", |
+ /* 88 */ "Multiply", |
+ /* 89 */ "Divide", |
+ /* 90 */ "Remainder", |
+ /* 91 */ "Concat", |
+ /* 92 */ "IdxGE", |
/* 93 */ "BitNot", |
/* 94 */ "String8", |
- /* 95 */ "Null", |
- /* 96 */ "Integer", |
- /* 97 */ "Transaction", |
- /* 98 */ "IdxLT", |
- /* 99 */ "Delete", |
- /* 100 */ "IfZero", |
- /* 101 */ "Rewind", |
- /* 102 */ "RealAffinity", |
- /* 103 */ "Clear", |
- /* 104 */ "Explain", |
- /* 105 */ "AggStep", |
- /* 106 */ "Vacuum", |
- /* 107 */ "VDestroy", |
- /* 108 */ "IsUnique", |
- /* 109 */ "Count", |
- /* 110 */ "VOpen", |
- /* 111 */ "Yield", |
- /* 112 */ "AggFinal", |
- /* 113 */ "OpenWrite", |
- /* 114 */ "Param", |
- /* 115 */ "VNext", |
- /* 116 */ "Sort", |
- /* 117 */ "NotFound", |
- /* 118 */ "MakeRecord", |
- /* 119 */ "IfNeg", |
- /* 120 */ "Variable", |
- /* 121 */ "CreateTable", |
- /* 122 */ "Insert", |
- /* 123 */ "Compare", |
- /* 124 */ "IdxGE", |
- /* 125 */ "OpenRead", |
- /* 126 */ "IdxRowid", |
- /* 127 */ "VBegin", |
- /* 128 */ "TableLock", |
- /* 129 */ "IfPos", |
+ /* 95 */ "Destroy", |
+ /* 96 */ "Clear", |
+ /* 97 */ "CreateIndex", |
+ /* 98 */ "CreateTable", |
+ /* 99 */ "ParseSchema", |
+ /* 100 */ "LoadAnalysis", |
+ /* 101 */ "DropTable", |
+ /* 102 */ "DropIndex", |
+ /* 103 */ "DropTrigger", |
+ /* 104 */ "IntegrityCk", |
+ /* 105 */ "RowSetAdd", |
+ /* 106 */ "RowSetRead", |
+ /* 107 */ "RowSetTest", |
+ /* 108 */ "Program", |
+ /* 109 */ "Param", |
+ /* 110 */ "FkCounter", |
+ /* 111 */ "FkIfZero", |
+ /* 112 */ "MemMax", |
+ /* 113 */ "IfPos", |
+ /* 114 */ "IfNeg", |
+ /* 115 */ "IfZero", |
+ /* 116 */ "AggStep", |
+ /* 117 */ "AggFinal", |
+ /* 118 */ "Checkpoint", |
+ /* 119 */ "JournalMode", |
+ /* 120 */ "Vacuum", |
+ /* 121 */ "IncrVacuum", |
+ /* 122 */ "Expire", |
+ /* 123 */ "TableLock", |
+ /* 124 */ "VBegin", |
+ /* 125 */ "VCreate", |
+ /* 126 */ "VDestroy", |
+ /* 127 */ "VOpen", |
+ /* 128 */ "VFilter", |
+ /* 129 */ "VColumn", |
/* 130 */ "Real", |
- /* 131 */ "OpenEphemeral", |
- /* 132 */ "NotUsed_132", |
- /* 133 */ "NotUsed_133", |
- /* 134 */ "NotUsed_134", |
- /* 135 */ "NotUsed_135", |
- /* 136 */ "NotUsed_136", |
- /* 137 */ "NotUsed_137", |
+ /* 131 */ "VNext", |
+ /* 132 */ "VRename", |
+ /* 133 */ "VUpdate", |
+ /* 134 */ "Pagecount", |
+ /* 135 */ "Trace", |
+ /* 136 */ "Noop", |
+ /* 137 */ "Explain", |
/* 138 */ "NotUsed_138", |
/* 139 */ "NotUsed_139", |
/* 140 */ "NotUsed_140", |