aboutsummaryrefslogtreecommitdiff
path: root/src/fault.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-06-22 12:37:57 +0000
committerdrh <drh@noemail.net>2008-06-22 12:37:57 +0000
commitb21e7c70f761982929ea792cd7693ee5cc8bc6d8 (patch)
tree66ec7946212e3249e497013b0b793fb74abd9ce5 /src/fault.c
parent04bcc00788ba770377fb171fe423a219a4bac498 (diff)
downloadsqlite-b21e7c70f761982929ea792cd7693ee5cc8bc6d8.tar.gz
sqlite-b21e7c70f761982929ea792cd7693ee5cc8bc6d8.zip
Fix a bug in the KEYINFO handling within select.c. Change the OP_Move
opcode to take a count and to move multiple registers. Initial code for the compound-select merge optimization is added but is incomplete and is commented out. (CVS 5272) FossilOrigin-Name: 663a590e3086145a57af7569d8f798b6b6a8b76c
Diffstat (limited to 'src/fault.c')
-rw-r--r--src/fault.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fault.c b/src/fault.c
index b75dc66ba..5ede8b900 100644
--- a/src/fault.c
+++ b/src/fault.c
@@ -10,7 +10,7 @@
**
*************************************************************************
**
-** $Id: fault.c,v 1.9 2008/06/20 14:59:51 danielk1977 Exp $
+** $Id: fault.c,v 1.10 2008/06/22 12:37:58 drh Exp $
*/
/*
@@ -69,4 +69,3 @@ void sqlite3EndBenignMalloc(void){
}
#endif /* #ifndef SQLITE_OMIT_BUILTIN_TEST */
-