From 3d203da0e0a1f63dd7347e653c7ecc58cc8d2f35 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Feb 2006 22:07:14 +0100 Subject: fixes to make the code compile with gcc 2.95 BitKeeper/etc/ignore: Added include/openssl to the ignore list --- sql/partition_element.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sql/partition_element.h') diff --git a/sql/partition_element.h b/sql/partition_element.h index bdc0f870e74..8a11c332897 100644 --- a/sql/partition_element.h +++ b/sql/partition_element.h @@ -13,10 +13,6 @@ You should have received a copy of the GNU General Public License 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 interface /* gcc class implementation */ -#endif /** * An enum and a struct to handle partitioning and subpartitioning. @@ -55,7 +51,7 @@ public: handlerton *engine_type; enum partition_state part_state; uint16 nodegroup_id; - + partition_element() : part_max_rows(0), part_min_rows(0), partition_name(NULL), tablespace_name(NULL), range_value(0), part_comment(NULL), -- cgit v1.2.1