From 6156089bc72904098c79fc12eba3c0537d5796d4 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 31 Aug 2018 10:47:18 +0300 Subject: Fixed several issues with aria_chk - Made output to be aligned in aria_chk -d - Aria engine error texts are now written instead of "Undefined error" - When running with --check --force, tables with wrong TRN's but otherwise correct are now zerofilled - Fixed several bugs in check and recovery related to fulltext - When doing recovery, store highest found TRID in aria_control_file Before this, the --- mysql-test/suite/maria/maria.result | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mysql-test/suite/maria/maria.result') diff --git a/mysql-test/suite/maria/maria.result b/mysql-test/suite/maria/maria.result index 106bb85c4c8..f49b62638d1 100644 --- a/mysql-test/suite/maria/maria.result +++ b/mysql-test/suite/maria/maria.result @@ -2227,9 +2227,9 @@ Block_size: 8192 Recordlength: 99 Table description: -Key Start Len Index Type -1 2 30 multip. varchar -2 33 30 multip. char NULL +Key Start Len Index Type +1 2 30 multip. varchar +2 33 30 multip. char NULL DROP TABLE t1; create table t1 (n int not null, c char(1)) transactional=1; show create table t1; -- cgit v1.2.1