From deb18a1475134692c6edf1eade52a908756f850e Mon Sep 17 00:00:00 2001
From: unknown <kostja@dipika.(none)>
Date: Tue, 19 Feb 2008 23:47:15 +0300
Subject: Fix a compilation failure of the community tree.

---
 sql/sql_profile.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sql/sql_profile.cc')

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);
 }
 
-- 
cgit v1.2.1