mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted)
We signed error instead of returning the result
This commit is contained in:
@ -520,6 +520,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
|
||||
// Send error to Comment field
|
||||
protocol->store(thd->net.last_error, system_charset_info);
|
||||
thd->net.last_error[0]=0;
|
||||
thd->net.last_errno= 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user