diff options
author | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-19 12:04:09 +0000 |
---|---|---|
committer | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-19 12:04:09 +0000 |
commit | bac6bbab804b6e5428fe9413069148c1dd701a3e (patch) | |
tree | bf3723c24de9b2fda736b139932bfff5e7cf92e8 /mysql-test/r/analyze_stmt.result | |
parent | 29c7aff76784ff2b8329387f69c73e7282f28b2a (diff) | |
download | mariadb-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.result | 2 |
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; |