mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
BUG#9391 mysqlshow prints incorrect "rows" information
- Removed use of mysql->extra_info - Removed unused function send_records_num
This commit is contained in:
@@ -709,11 +709,6 @@ bool Protocol::send_fields(List<Item> *list, uint flags)
|
||||
DBUG_RETURN(1); /* purecov: inspected */
|
||||
}
|
||||
|
||||
bool Protocol::send_records_num(List<Item> *list, ulonglong records)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Protocol::write()
|
||||
{
|
||||
if (!thd->mysql) // bootstrap file handling
|
||||
|
||||
Reference in New Issue
Block a user