summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-08-18 12:24:52 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2005-08-18 12:24:52 +0200
commitc77f8d6e460021a6d086c7ec36a95d159c047096 (patch)
treec483a77a72d4fb81068dd6170fc5fe83e223980a /sql/ha_innodb.h
parent50ceb4647a2fa0f88f3d5443ca6771827ee3a2c0 (diff)
downloadmariadb-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.h4
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[];