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/key_cache.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/key_cache.result')
-rw-r--r-- | mysql-test/r/key_cache.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/key_cache.result b/mysql-test/r/key_cache.result index 79b5a6e84b2..7c286ced58a 100644 --- a/mysql-test/r/key_cache.result +++ b/mysql-test/r/key_cache.result @@ -193,6 +193,8 @@ cache index t1 key (unknown_key) in keycache1; Table Op Msg_type Msg_text test.t1 assign_to_keycache error Key column 'unknown_key' doesn't exist in table test.t1 assign_to_keycache status Operation failed +Warnings: +Error 1072 Key column 'unknown_key' doesn't exist in table select @@keycache2.key_buffer_size; @@keycache2.key_buffer_size 4194304 |