1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Show all generated warnings in SHOW ERROR

Previously we only stored the first given error (the error sent to the client)
This commit is contained in:
monty@mysql.com
2005-02-24 23:33:42 +02:00
parent d5f573713a
commit cd78e701a5
24 changed files with 115 additions and 57 deletions

View File

@@ -204,7 +204,7 @@ THD::THD()
#endif
net.last_error[0]=0; // If error on boot
ull=0;
system_thread= cleanup_done= abort_on_warning= 0;
system_thread= cleanup_done= abort_on_warning= no_warnings_for_error= 0;
peer_port= 0; // For SHOW PROCESSLIST
#ifdef __WIN__
real_id = 0;