summaryrefslogtreecommitdiff
path: root/mysql-test/main/explain_json.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/explain_json.result')
-rw-r--r--mysql-test/main/explain_json.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/explain_json.result b/mysql-test/main/explain_json.result
index ef6b70aff71..3ca3ac200af 100644
--- a/mysql-test/main/explain_json.result
+++ b/mysql-test/main/explain_json.result
@@ -1029,6 +1029,7 @@ create index idx_t1_1 on t1 (a1,a2,b,c);
create index idx_t1_2 on t1 (a1,a2,b);
analyze table t1;
Table Op Msg_type Msg_text
+test.t1 analyze status Engine-independent statistics collected
test.t1 analyze status Table is already up to date
explain select count(distinct a1,a2,b) from t1 where (a2 >= 'b') and (b = 'a');
id select_type table type possible_keys key key_len ref rows Extra