summaryrefslogtreecommitdiff
path: root/mysql-test/r/analyze_stmt.result
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <vicentiu@mariadb.org>2015-05-19 12:04:09 +0000
committerVicentiu Ciorbaru <vicentiu@mariadb.org>2015-05-19 12:04:09 +0000
commitbac6bbab804b6e5428fe9413069148c1dd701a3e (patch)
treebf3723c24de9b2fda736b139932bfff5e7cf92e8 /mysql-test/r/analyze_stmt.result
parent29c7aff76784ff2b8329387f69c73e7282f28b2a (diff)
downloadmariadb-git-bac6bbab804b6e5428fe9413069148c1dd701a3e.tar.gz
[MDEV-8063]: Fix incorrect commit.
The previous commit did not contain the reviewed changes and introduced a behaviour problem for the explain statement. This fixes the issue.
Diffstat (limited to 'mysql-test/r/analyze_stmt.result')
-rw-r--r--mysql-test/r/analyze_stmt.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/analyze_stmt.result b/mysql-test/r/analyze_stmt.result
index e0ae2902404..c3c98593210 100644
--- a/mysql-test/r/analyze_stmt.result
+++ b/mysql-test/r/analyze_stmt.result
@@ -331,4 +331,6 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL 2 Deleting all rows
select * from t1;
i
+1
+2
drop table t1;