diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-08-18 12:24:52 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-08-18 12:24:52 +0200 |
commit | c77f8d6e460021a6d086c7ec36a95d159c047096 (patch) | |
tree | c483a77a72d4fb81068dd6170fc5fe83e223980a /sql/ha_innodb.h | |
parent | 50ceb4647a2fa0f88f3d5443ca6771827ee3a2c0 (diff) | |
download | mariadb-git-c77f8d6e460021a6d086c7ec36a95d159c047096.tar.gz |
ha_ndbcluster.h, ha_innodb.h:
corrected compile error
sql/ha_innodb.h:
corrected compile error
sql/ha_ndbcluster.h:
corrected compile error
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r-- | sql/ha_innodb.h | 4 |
1 files changed, 2 insertions, 2 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[]; |