Commit cb83e6c8 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix buildbot failure

Debug printout should not attempt to print Ref_ptr_array value as %p.
parent 43c49d08
......@@ -7904,7 +7904,7 @@ bool setup_fields(THD *thd, Ref_ptr_array ref_pointer_array,
List_iterator<Item> it(fields);
bool save_is_item_list_lookup;
DBUG_ENTER("setup_fields");
DBUG_PRINT("enter", ("ref_pointer_array: %p", ref_pointer_array));
DBUG_PRINT("enter", ("ref_pointer_array: %p", ref_pointer_array.array()));
thd->mark_used_columns= mark_used_columns;
DBUG_PRINT("info", ("thd->mark_used_columns: %d", thd->mark_used_columns));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment