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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user