diff options
author | unknown <kostja@dipika.(none)> | 2008-02-19 23:47:15 +0300 |
---|---|---|
committer | unknown <kostja@dipika.(none)> | 2008-02-19 23:47:15 +0300 |
commit | deb18a1475134692c6edf1eade52a908756f850e (patch) | |
tree | a6f102a084f8264c65d80282b91c3c9d16ee7c30 /sql/sql_profile.cc | |
parent | d344dbe978a822937b2c4b23689b5bb266d96cf7 (diff) | |
download | mariadb-git-deb18a1475134692c6edf1eade52a908756f850e.tar.gz |
Fix a compilation failure of the community tree.
Diffstat (limited to 'sql/sql_profile.cc')
-rw-r--r-- | sql/sql_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.cc b/sql/sql_profile.cc index 1922fa3bc2b..c62cf6401ba 100644 --- a/sql/sql_profile.cc +++ b/sql/sql_profile.cc @@ -456,7 +456,7 @@ bool PROFILING::show_profiles() if (protocol->write()) DBUG_RETURN(TRUE); } - send_eof(thd); + my_eof(thd); DBUG_RETURN(FALSE); } |