diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-01-14 17:08:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-01-14 17:08:27 +0000 |
commit | 6e350b553bedcfe4694a7118d8b44f80266201f4 (patch) | |
tree | 8be4ab1f00c7a24b19cacbd527d83b6ec61aa265 /ext/sqlite/libsqlite/src/opcodes.c | |
parent | 49b698c67ed0f8408c54d0754672e552376b7554 (diff) | |
download | php-git-6e350b553bedcfe4694a7118d8b44f80266201f4.tar.gz |
Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).
Diffstat (limited to 'ext/sqlite/libsqlite/src/opcodes.c')
-rw-r--r-- | ext/sqlite/libsqlite/src/opcodes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/libsqlite/src/opcodes.c b/ext/sqlite/libsqlite/src/opcodes.c index 8fcd8bdafe..59061b7c0a 100644 --- a/ext/sqlite/libsqlite/src/opcodes.c +++ b/ext/sqlite/libsqlite/src/opcodes.c @@ -79,6 +79,7 @@ char *sqliteOpcodeNames[] = { "???", "PutStrKey", "Delete", "KeyAsData", + "RowKey", "RowData", "Column", "Recno", @@ -94,6 +95,7 @@ char *sqliteOpcodeNames[] = { "???", "IdxLT", "IdxGT", "IdxGE", + "IdxIsNull", "Destroy", "Clear", "CreateIndex", |