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
commitdeb18a1475134692c6edf1eade52a908756f850e (patch)
treea6f102a084f8264c65d80282b91c3c9d16ee7c30 /sql/sql_profile.cc
parentd344dbe978a822937b2c4b23689b5bb266d96cf7 (diff)
downloadmariadb-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.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);
}