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 | 533d4354635163a5430d77d85a131909d991731c (patch) | |
tree | a6f102a084f8264c65d80282b91c3c9d16ee7c30 /sql/sql_profile.cc | |
parent | 9060b50f144a6172742ff0089f9cfe36b433c11e (diff) | |
download | mariadb-git-533d4354635163a5430d77d85a131909d991731c.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); } |