Commit 6fae04ea authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Fixed compile warning of windows.

parent f9849766
......@@ -126,7 +126,7 @@ void Item_subselect::init(st_select_lex *select_lex,
else
engine= new subselect_single_select_engine(select_lex, result, this);
}
DBUG_PRINT("info", ("engine: 0x%lx", (ulong)engine));
DBUG_PRINT("info", ("engine: %p", engine));
DBUG_VOID_RETURN;
}
......
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