mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Post-merge fix
This commit is contained in:
committed by
Oleksandr Byelkin
parent
70815ed5b9
commit
ee33c4a694
@@ -3381,6 +3381,7 @@ t03 A,
|
|||||||
t1000 B;
|
t1000 B;
|
||||||
analyze table t2;
|
analyze table t2;
|
||||||
Table Op Msg_type Msg_text
|
Table Op Msg_type Msg_text
|
||||||
|
test.t2 analyze status Engine-independent statistics collected
|
||||||
test.t2 analyze status OK
|
test.t2 analyze status OK
|
||||||
create table t3(a int, filler char(100), key(a));
|
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;
|
insert into t3 select A.a+1000*B.a, 'filler-data' from t1000 A, t10 B;
|
||||||
|
Reference in New Issue
Block a user