summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2020-01-26 12:47:20 +0300
committerOleksandr Byelkin <sanja@mariadb.com>2020-01-26 11:47:16 +0100
commitee33c4a6946c4291f103437428e34a405193b270 (patch)
treed091de329a2b173060fef0a7645817fa09379197
parent70815ed5b9edbb26795589bc4d8d29b500350302 (diff)
downloadmariadb-git-ee33c4a6946c4291f103437428e34a405193b270.tar.gz
Post-merge fix
-rw-r--r--mysql-test/main/join.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/join.result b/mysql-test/main/join.result
index 55730da47f0..1a59c7b16e9 100644
--- a/mysql-test/main/join.result
+++ b/mysql-test/main/join.result
@@ -3381,6 +3381,7 @@ t03 A,
t1000 B;
analyze table t2;
Table Op Msg_type Msg_text
+test.t2 analyze status Engine-independent statistics collected
test.t2 analyze status OK
create table t3(a int, filler char(100), key(a));
insert into t3 select A.a+1000*B.a, 'filler-data' from t1000 A, t10 B;