1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fix

This commit is contained in:
Sergei Petrunia
2020-01-26 12:47:20 +03:00
committed by Oleksandr Byelkin
parent 70815ed5b9
commit ee33c4a694

View File

@ -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;