diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-12-30 19:42:03 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-12-30 19:42:03 +0200 |
commit | a4a80302b87c692c8c7e55020be67f73711a6536 (patch) | |
tree | e65a242470eeb2ba49f452576a2d1c9e73049583 /sql/sql_show.cc | |
parent | a72d2a6db8495533c4b53a37b19e69939f3360ec (diff) | |
parent | 8797bb25511a975d597bdca2fc0f51933a8d7f1c (diff) | |
download | mariadb-git-a4a80302b87c692c8c7e55020be67f73711a6536.tar.gz |
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 8ea357e65f2..2b51b687a73 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -841,7 +841,6 @@ int mysqld_show_keys(THD *thd, TABLE_LIST *table_list) { TABLE *table; - char buff[256]; Protocol *protocol= thd->protocol; DBUG_ENTER("mysqld_show_keys"); DBUG_PRINT("enter",("db: %s table: %s",table_list->db, @@ -1329,7 +1328,6 @@ void mysqld_list_processes(THD *thd,const char *user, bool verbose) time_t now= time(0); while ((thd_info=thread_infos.get())) { - char buff[20],*end; protocol->prepare_for_resend(); protocol->store((ulonglong) thd_info->thread_id); protocol->store(thd_info->user); |