diff options
author | unknown <serg@serg.mylan> | 2006-02-28 22:07:14 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-02-28 22:07:14 +0100 |
commit | 3d203da0e0a1f63dd7347e653c7ecc58cc8d2f35 (patch) | |
tree | f2c84497ede6617272cf28ec4f539918155dbcba /sql/partition_element.h | |
parent | 594ba86bc534f1f81cdb897a9a414ba8248a0aad (diff) | |
download | mariadb-git-3d203da0e0a1f63dd7347e653c7ecc58cc8d2f35.tar.gz |
fixes to make the code compile with gcc 2.95
BitKeeper/etc/ignore:
Added include/openssl to the ignore list
Diffstat (limited to 'sql/partition_element.h')
-rw-r--r-- | sql/partition_element.h | 6 |
1 files changed, 1 insertions, 5 deletions
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), |