From cd78e701a5c83394c360f6ba9a1783c7b950e8ee Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Thu, 24 Feb 2005 23:33:42 +0200 Subject: Show all generated warnings in SHOW ERROR Previously we only stored the first given error (the error sent to the client) --- mysql-test/r/key_cache.result | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/r/key_cache.result') 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 -- cgit v1.2.1