From ddbbf1ebdefa78d5dc30bd2734c15faacda6809a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Mar 2004 19:28:18 +0200 Subject: [PATCH] fixed debug information --- sql/sql_table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 8011809d6ab..099dab8885b 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -2936,7 +2936,7 @@ int mysql_checksum_table(THD *thd, TABLE_LIST *tables, HA_CHECK_OPT *check_opt) List field_list; Item *item; Protocol *protocol= thd->protocol; - DBUG_ENTER("mysql_admin_table"); + DBUG_ENTER("mysql_checksum_table"); field_list.push_back(item = new Item_empty_string("Table", NAME_LEN*2)); item->maybe_null= 1;