innodb.innodb_max_recordsize_32k 'innodb' w1 [ fail ]
|
Test ended at 2017-12-08 17:02:56
|
|
CURRENT_TEST: innodb.innodb_max_recordsize_32k
|
--- /usr/local/mariadb-10.2.12-linux-i686/mysql-test/suite/innodb/r/innodb_max_recordsize_32k.result 2017-12-08 14:47:05.000000000 +0000
|
+++ /usr/local/mariadb-10.2.12-linux-i686/mysql-test/suite/innodb/r/innodb_max_recordsize_32k.reject 2017-12-08 17:02:55.962976341 +0000
|
@@ -358,13 +358,13 @@
|
FLUSH TABLE t;
|
ANALYZE TABLE t;
|
Table Op Msg_type Msg_text
|
-test.t analyze status OK
|
+test.t analyze status Operation failed
|
SELECT stat_value FROM mysql.innodb_index_stats where database_name = 'test' and table_name= 't' and stat_name='n_leaf_pages';
|
stat_value
|
-4
|
+2
|
SELECT clustered_index_size from mysql.innodb_table_stats where database_name = 'test' and table_name= 't';
|
clustered_index_size
|
-5
|
+3
|
DROP TABLE t;
|
CREATE TABLE t(col BLOB) ENGINE=InnoDB ROW_FORMAT=COMPACT;
|
SHOW WARNINGS;
|
|
mysqltest: Result length mismatch
|