removed temporary debugging print

This commit is contained in:
unknown 2004-10-25 13:33:36 +03:00
parent 5f771ef430
commit 4f410c4b69

View File

@ -323,8 +323,6 @@ Item_singlerow_subselect::select_transformer(JOIN *join)
SELECT_LEX *select_lex= join->select_lex;
/* Juggle with current arena only if we're in prepared statement prepare */
DBUG_PRINT("TANSF:", ("thd %p, select_lex->join->thd: %s",
thd, select_lex->join->thd));
Item_arena *arena= thd->current_arena;
Item_arena backup;
if (arena->is_conventional())