Loading sql/ha_innodb.h +2 −2 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ 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, bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); }; Loading sql/ha_ndbcluster.h +2 −2 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ 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, bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); private: Loading Loading
sql/ha_innodb.h +2 −2 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ 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, bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); }; Loading
sql/ha_ndbcluster.h +2 −2 Original line number Diff line number Diff line Loading @@ -584,7 +584,7 @@ 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, bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes); private: Loading