diff options
author | monty@mysql.com <> | 2005-02-24 23:33:42 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-24 23:33:42 +0200 |
commit | cd78e701a5c83394c360f6ba9a1783c7b950e8ee (patch) | |
tree | 7dbb7787461bf6040b70c1701768dfa24df638d8 /mysql-test/r/preload.result | |
parent | d5f573713aeac2bde0d1fa9d6c8cc38559f81cdc (diff) | |
download | mariadb-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/preload.result')
-rw-r--r-- | mysql-test/r/preload.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/preload.result b/mysql-test/r/preload.result index 7237a0da7e0..b5e6dcfcdbb 100644 --- a/mysql-test/r/preload.result +++ b/mysql-test/r/preload.result @@ -145,6 +145,8 @@ load index into cache t3, t2 key (primary,b) ; Table Op Msg_type Msg_text test.t3 preload_keys error Table 'test.t3' doesn't exist test.t2 preload_keys status OK +Warnings: +Error 1146 Table 'test.t3' doesn't exist show status like "key_read%"; Variable_name Value Key_read_requests 355 @@ -160,6 +162,9 @@ Table Op Msg_type Msg_text test.t3 preload_keys error Table 'test.t3' doesn't exist test.t2 preload_keys error Key column 'c' doesn't exist in table test.t2 preload_keys status Operation failed +Warnings: +Error 1146 Table 'test.t3' doesn't exist +Error 1072 Key column 'c' doesn't exist in table show status like "key_read%"; Variable_name Value Key_read_requests 0 |