summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-24 23:33:42 +0200
committermonty@mysql.com <>2005-02-24 23:33:42 +0200
commitcd78e701a5c83394c360f6ba9a1783c7b950e8ee (patch)
tree7dbb7787461bf6040b70c1701768dfa24df638d8 /mysql-test/r/repair.result
parentd5f573713aeac2bde0d1fa9d6c8cc38559f81cdc (diff)
downloadmariadb-git-cd78e701a5c83394c360f6ba9a1783c7b950e8ee.tar.gz
Show all generated warnings in SHOW ERROR
Previously we only stored the first given error (the error sent to the client)
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r--mysql-test/r/repair.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result
index 0347d3a52f5..d8fa4dbbb72 100644
--- a/mysql-test/r/repair.result
+++ b/mysql-test/r/repair.result
@@ -27,11 +27,15 @@ drop table t1;
repair table t1 use_frm;
Table Op Msg_type Msg_text
test.t1 repair error Table 'test.t1' doesn't exist
+Warnings:
+Error 1146 Table 'test.t1' doesn't exist
create table t1 engine=myisam SELECT 1,"table 1";
flush tables;
repair table t1;
Table Op Msg_type Msg_text
test.t1 repair error Incorrect file format 't1'
+Warnings:
+Error 130 Incorrect file format 't1'
repair table t1 use_frm;
Table Op Msg_type Msg_text
test.t1 repair warning Number of rows changed from 0 to 1