1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

ha_ndbcluster.h, ha_innodb.h:

corrected compile error
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-08-18 12:24:52 +02:00
parent 880bbb0406
commit e9ce46a0bc
2 changed files with 4 additions and 4 deletions

View File

@@ -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[];

View File

@@ -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);