From c77f8d6e460021a6d086c7ec36a95d159c047096 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Aug 2005 12:24:52 +0200 Subject: [PATCH] ha_ndbcluster.h, ha_innodb.h: corrected compile error sql/ha_innodb.h: corrected compile error sql/ha_ndbcluster.h: corrected compile error --- sql/ha_innodb.h | 4 ++-- sql/ha_ndbcluster.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h index 0ce1cfeaab2..b0a463798d9 100644 --- a/sql/ha_innodb.h +++ b/sql/ha_innodb.h @@ -202,8 +202,8 @@ class ha_innobase: public handler static ulonglong get_mysql_bin_log_pos(); bool primary_key_is_clustered() { return true; } int cmp_ref(const byte *ref1, const byte *ref2); - bool ha_innobase::check_if_incompatible_data(HA_CREATE_INFO *info, - uint table_changes); + bool check_if_incompatible_data(HA_CREATE_INFO *info, + uint table_changes); }; extern struct show_var_st innodb_status_variables[]; diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 4ba66e959d4..de38ab2d722 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -584,8 +584,8 @@ static void set_tabname(const char *pathname, char *tabname); qc_engine_callback *engine_callback, ulonglong *engine_data); - bool ha_ndbcluster::check_if_incompatible_data(HA_CREATE_INFO *info, - uint table_changes); + bool check_if_incompatible_data(HA_CREATE_INFO *info, + uint table_changes); private: int alter_table_name(const char *to);