summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.cc
diff options
context:
space:
mode:
authorrafal@quant.(none) <>2007-08-27 14:01:19 +0200
committerrafal@quant.(none) <>2007-08-27 14:01:19 +0200
commitfedc0a3ca8d13f49ed70f6537bd3c9b70f6a4998 (patch)
tree4a3c54f9e841d93b2ba708aa041f2081682b5f7b /sql/rpl_utility.cc
parent3500810898ea7680923122128fc55c76cac3a2b9 (diff)
parentf8b64e17f94923ef421469d648c31c0f06d2cf96 (diff)
downloadmariadb-git-fedc0a3ca8d13f49ed70f6537bd3c9b70f6a4998.tar.gz
Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22
into quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-rpl
Diffstat (limited to 'sql/rpl_utility.cc')
-rw-r--r--sql/rpl_utility.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_utility.cc b/sql/rpl_utility.cc
index bc552650ac5..d1ce5bf3b7b 100644
--- a/sql/rpl_utility.cc
+++ b/sql/rpl_utility.cc
@@ -24,7 +24,7 @@
This function returns the field size in raw bytes based on the type
and the encoded field data from the master's raw data.
*/
-uint32 table_def::calc_field_size(uint col, uchar *master_data)
+uint32 table_def::calc_field_size(uint col, uchar *master_data) const
{
uint32 length;