Fix a compilation failure of the community tree.

This commit is contained in:
unknown 2008-02-19 23:47:15 +03:00
parent 9060b50f14
commit 533d435463

View File

@ -456,7 +456,7 @@ bool PROFILING::show_profiles()
if (protocol->write())
DBUG_RETURN(TRUE);
}
send_eof(thd);
my_eof(thd);
DBUG_RETURN(FALSE);
}