summaryrefslogtreecommitdiff
path: root/sql/sql_profile.cc
diff options
context:
space:
mode:
authorunknown <kostja@dipika.(none)>2008-02-19 23:47:15 +0300
committerunknown <kostja@dipika.(none)>2008-02-19 23:47:15 +0300
commit533d4354635163a5430d77d85a131909d991731c (patch)
treea6f102a084f8264c65d80282b91c3c9d16ee7c30 /sql/sql_profile.cc
parent9060b50f144a6172742ff0089f9cfe36b433c11e (diff)
downloadmariadb-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.cc2
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);
}