1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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