1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix a compilation failure of the community tree.

This commit is contained in:
kostja@dipika.(none)
2008-02-19 23:47:15 +03:00
parent 72495c968b
commit f8ec5e0984

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