diff options
author | mats@romeo.(none) <> | 2007-03-22 09:05:11 +0100 |
---|---|---|
committer | mats@romeo.(none) <> | 2007-03-22 09:05:11 +0100 |
commit | 68ebc7e49577a5e447cc1a1f66566282d7c5c7da (patch) | |
tree | 95f7524f2b6c4cbacd479d5c251d41b542a2b26f /sql/rpl_utility.h | |
parent | 11d37efa5e117c5f64870a00ec56b438b7e4dca9 (diff) | |
parent | 2ee007ba9d0eb8517a43d767bf2ec4b7fcdad5ad (diff) | |
download | mariadb-git-68ebc7e49577a5e447cc1a1f66566282d7c5c7da.tar.gz |
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/b23171-mysql-5.1-new-rpl
Diffstat (limited to 'sql/rpl_utility.h')
-rw-r--r-- | sql/rpl_utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_utility.h b/sql/rpl_utility.h index b1aa642619c..17879a9ecfc 100644 --- a/sql/rpl_utility.h +++ b/sql/rpl_utility.h @@ -117,7 +117,7 @@ public: @retval 1 if the table definition is not compatible with @c table @retval 0 if the table definition is compatible with @c table */ - int compatible_with(RELAY_LOG_INFO *rli, TABLE *table) const; + int compatible_with(RELAY_LOG_INFO const *rli, TABLE *table) const; private: my_size_t m_size; // Number of elements in the types array |