aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-05-29 20:17:57 +0000
committerdrh <drh@noemail.net>2014-05-29 20:17:57 +0000
commitb463fef3fda4d233ba634d81bfc9c3bf001f0513 (patch)
tree28963f487afe5d42c5d097e71bf0afab625a1b8c /src/shell.c
parentc2ce0bea88a56c20c9bcac526e7dca3335f65ae8 (diff)
downloadsqlite-b463fef3fda4d233ba634d81bfc9c3bf001f0513.tar.gz
sqlite-b463fef3fda4d233ba634d81bfc9c3bf001f0513.zip
Fix to the EXPLAIN indentation logic in the command-line shell.
FossilOrigin-Name: 8f916ed1e185ac728e00624d90e1d7bd2dda4469
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c
index e2748911e..9b45a2059 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -1200,7 +1200,7 @@ static void explain_data_prepare(struct callback_data *p, sqlite3_stmt *pSql){
const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", "SorterNext",
"NextIfOpen", "PrevIfOpen", 0 };
- const char *azYield[] = { "Yield", "SeekLt", "SeekGt", "RowSetRead", "Rewind", 0 };
+ const char *azYield[] = { "Yield", "SeekLT", "SeekGT", "RowSetRead", "Rewind", 0 };
const char *azGoto[] = { "Goto", 0 };
/* Try to figure out if this is really an EXPLAIN statement. If this