mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
after-merge fix:
- archive test/result adjusted.
- OPTIMIZE/ANALYZE PARTITION EXTENDED test case added.
mysql-test/r/archive.result:
after-merge fix:
- archive test/result adjusted.
mysql-test/r/partition.result:
after-merge fix:
- test case added.
mysql-test/t/archive.test:
after-merge fix:
- archive test/result adjusted.
mysql-test/t/partition.test:
after-merge fix:
- test case added.
This commit is contained in:
parent
7eb5a83de6
commit
42853d172c
4 changed files with 27 additions and 2 deletions
|
|
@ -2619,7 +2619,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue