Commit 533d4354 authored by unknown's avatar unknown

Fix a compilation failure of the community tree.

parent 9060b50f
......@@ -456,7 +456,7 @@ bool PROFILING::show_profiles()
if (protocol->write())
DBUG_RETURN(TRUE);
}
send_eof(thd);
my_eof(thd);
DBUG_RETURN(FALSE);
}
......
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