mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
df563e0c03
main.derived_cond_pushdown: Move all 10.3 tests to the end, trim trailing white space, and add an "End of 10.3 tests" marker. Add --sorted_result to tests where the ordering is not deterministic. main.win_percentile: Add --sorted_result to tests where the ordering is no longer deterministic.
20 lines
697 B
Text
20 lines
697 B
Text
--- suite/innodb/r/table_flags.result
|
|
+++ suite/innodb/r/table_flags,64k.reject
|
|
@@ -5,6 +5,8 @@
|
|
SET innodb_strict_mode=OFF;
|
|
CREATE TABLE tz(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=COMPRESSED
|
|
KEY_BLOCK_SIZE=1;
|
|
+Warnings:
|
|
+Warning 1478 InnoDB: Cannot create a COMPRESSED table when innodb_page_size > 16k. Assuming ROW_FORMAT=DYNAMIC.
|
|
SET innodb_strict_mode=ON;
|
|
CREATE TABLE tp(a INT PRIMARY KEY)ENGINE=InnoDB ROW_FORMAT=DYNAMIC
|
|
PAGE_COMPRESSED=1 PAGE_COMPRESSION_LEVEL=9;
|
|
@@ -103,7 +105,7 @@
|
|
DB_ROLL_PTR=0x80000000000000,
|
|
ID=0x0000000000000013,
|
|
N_COLS=0x80000001,
|
|
- TYPE=0x00000023,
|
|
+ TYPE=0x00000021,
|
|
MIX_ID=0x0000000000000000,
|
|
MIX_LEN=0x00000050,
|
|
CLUSTER_NAME=NULL(0 bytes),
|