mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into lmy004.:/work/mysql-5.1-bug16410
This commit is contained in:
commit
46fcb188d0
1 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ void Item::print_item_w_name(String *str)
|
|||
void Item::cleanup()
|
||||
{
|
||||
DBUG_ENTER("Item::cleanup");
|
||||
DBUG_PRINT("info", ("Item: 0x%lx, Type: %d, name %s, original name %s",
|
||||
this, (int)type(), name ? name : "(null)",
|
||||
DBUG_PRINT("info", ("Item: 0x%lx, name %s, original name %s",
|
||||
this, name ? name : "(null)",
|
||||
orig_name ? orig_name : "null"));
|
||||
fixed=0;
|
||||
marker= 0;
|
||||
|
|
Loading…
Reference in a new issue