1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
unknown 2189e5e7bd BUG#9391 mysqlshow prints incorrect "rows" information
- Removed use of mysql->extra_info
 - Removed unused function send_records_num


VC++Files/winmysqladmin/mysql.h:
  Comment extra_info as not used anymore
client/mysqlshow.c:
  Remove use of extra info. Instead read number of records in table using SELECT COUNT(*)
include/mysql.h:
  Comment extra_info as not used anymore
libmysqld/lib_sql.cc:
  Removed unused function send_records_num
sql-common/client.c:
  Remove use of extra_info since number of records is not sent in the protocol anymore
sql/protocol.cc:
  Removed unused function send_records_num
sql/protocol.h:
  Removed unused function send_records_num
2005-04-13 12:22:20 +02:00
..
2004-12-31 00:50:30 +02:00
2005-02-08 19:49:40 +02:00
2005-02-08 19:49:40 +02:00
2005-01-19 12:55:54 +02:00
2005-04-06 21:19:20 +02:00
2005-02-22 12:51:23 +02:00
2004-11-15 19:27:06 +01:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2004-12-31 00:44:00 +02:00
2004-03-18 00:09:13 +02:00
2005-01-06 13:00:13 +02:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2004-11-21 11:51:19 +03:00
2004-05-25 22:00:14 +03:00
2005-03-30 17:07:40 +05:00