mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
after-merge fixup: archive test/result adjusted.
This commit is contained in:
parent
f03fb473b3
commit
e2fa11fb50
2 changed files with 2 additions and 2 deletions
|
@ -2618,7 +2618,7 @@ auto fld1 companynr fld3 fld4 fld5 fld6
|
|||
INSERT INTO t2 VALUES (2,011401,37,'breaking','dreaded','Steinberg','W');
|
||||
INSERT INTO t2 VALUES (3,011402,37,'Romans','scholastics','jarring','');
|
||||
INSERT INTO t2 VALUES (4,011403,37,'intercepted','audiology','tinily','');
|
||||
OPTIMIZE TABLE t2 EXTENDED;
|
||||
OPTIMIZE TABLE t2;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t2 optimize status OK
|
||||
SELECT * FROM t2;
|
||||
|
|
|
@ -1317,7 +1317,7 @@ SELECT * FROM t2;
|
|||
INSERT INTO t2 VALUES (2,011401,37,'breaking','dreaded','Steinberg','W');
|
||||
INSERT INTO t2 VALUES (3,011402,37,'Romans','scholastics','jarring','');
|
||||
INSERT INTO t2 VALUES (4,011403,37,'intercepted','audiology','tinily','');
|
||||
OPTIMIZE TABLE t2 EXTENDED;
|
||||
OPTIMIZE TABLE t2;
|
||||
SELECT * FROM t2;
|
||||
REPAIR TABLE t2;
|
||||
SELECT * FROM t2;
|
||||
|
|
Loading…
Reference in a new issue