summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/maria.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-08-31 10:47:18 +0300
committerMonty <monty@mariadb.org>2018-08-31 14:26:07 +0300
commit6156089bc72904098c79fc12eba3c0537d5796d4 (patch)
tree4446372b7ce1a0a5febbc79e1da8f592b115e01f /mysql-test/suite/maria/maria.result
parentef88c7d306ab97799080d05ee39fc8beca7c3c50 (diff)
downloadmariadb-git-6156089bc72904098c79fc12eba3c0537d5796d4.tar.gz
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
Diffstat (limited to 'mysql-test/suite/maria/maria.result')
-rw-r--r--mysql-test/suite/maria/maria.result6
1 files changed, 3 insertions, 3 deletions
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;