summaryrefslogtreecommitdiff
path: root/mysql-test/main/delayed.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-08-28 09:42:22 +0300
committerMonty <monty@mariadb.org>2018-08-28 12:14:13 +0300
commit8cc53aded9f6cf7a6dbd66699e896adfda504a04 (patch)
tree4cf8174a5d069f81a3c034d3928d92314da85965 /mysql-test/main/delayed.result
parentf451fd8c06a02b6d710fcaeb3298212732f1dc5c (diff)
downloadmariadb-git-8cc53aded9f6cf7a6dbd66699e896adfda504a04.tar.gz
MDEV-17068 mysql system table is marked as crashed and should be repaired after the server crashes or is killed
- Changed ERROR to WARNING for MyISAM/Aria message that are warnings in the check utilities. This affects for example "client is using or hasn't closed the table properly". - Print "Table is fixed" if check succeded in fixing the table.
Diffstat (limited to 'mysql-test/main/delayed.result')
-rw-r--r--mysql-test/main/delayed.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/delayed.result b/mysql-test/main/delayed.result
index d10f4ae22cf..26a1fc670f4 100644
--- a/mysql-test/main/delayed.result
+++ b/mysql-test/main/delayed.result
@@ -500,7 +500,8 @@ call mtr.add_suppression("Checking table");
insert delayed into t1 values (2,2);
Warnings:
Error 145 Table './test/t1' is marked as crashed and should be repaired
-Error 1034 1 client is using or hasn't closed the table properly
+Warning 1034 1 client is using or hasn't closed the table properly
+Note 1034 Table is fixed
insert delayed into t1 values (3,3);
flush tables t1;
select * from t1;