Skip to content

Commit ee33c4a

Browse files
spetruniasanja-byelkin
authored andcommitted
Post-merge fix
1 parent 70815ed commit ee33c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/main/join.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,6 +3381,7 @@ t03 A,
33813381
t1000 B;
33823382
analyze table t2;
33833383
Table Op Msg_type Msg_text
3384+
test.t2 analyze status Engine-independent statistics collected
33843385
test.t2 analyze status OK
33853386
create table t3(a int, filler char(100), key(a));
33863387
insert into t3 select A.a+1000*B.a, 'filler-data' from t1000 A, t10 B;

0 commit comments

Comments
 (0)