From 2b91a639cc767928ca063a466b4058e22f8fb7ff Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Fri, 16 Oct 2009 19:58:26 +0400 Subject: Backport of: ---------------------------------------------------------- revno: 2630.22.11 committer: Konstantin Osipov branch nick: mysql-6.0-records timestamp: Mon 2008-08-11 16:40:09 +0400 message: Move read_record related functions to a new header - records.h --- sql/records.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sql/records.cc') diff --git a/sql/records.cc b/sql/records.cc index 9e040de3fda..9b5ea40478e 100644 --- a/sql/records.cc +++ b/sql/records.cc @@ -13,6 +13,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef USE_PRAGMA_INTERFACE +#pragma implementation /* gcc class implementation */ +#endif /** @file @@ -21,8 +24,10 @@ Functions for easy reading of records, possible through a cache */ +#include "records.h" #include "mysql_priv.h" + static int rr_quick(READ_RECORD *info); int rr_sequential(READ_RECORD *info); static int rr_from_tempfile(READ_RECORD *info); -- cgit v1.2.1