1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix buildbot failure

Debug printout should not attempt to print Ref_ptr_array value as %p.
This commit is contained in:
Sergei Petrunia
2016-02-14 00:16:01 +03:00
parent 43c49d0826
commit cb83e6c816

View File

@ -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));