1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
msvensson@neptunus.(none)
2005-04-13 12:22:20 +02:00
parent 32221d9b9e
commit 3416e42903
7 changed files with 16 additions and 22 deletions

View File

@ -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