summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-05-20 23:56:13 +0200
committerSergei Golubchik <sergii@pisem.net>2011-05-20 23:56:13 +0200
commit7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8 (patch)
tree7aa6c0cd967e881fe4516ce22b133d595d8c4f11 /sql/rpl_utility.cc
parent8767540a43b28c977714e2f35aadcfd1bcefef5f (diff)
downloadmariadb-git-7c459960ece917dcdc4dedc9f3dd0c9f5d07c3b8.tar.gz
db_low_byte_first is gone
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 6058c473e9f..56b0b293d88 100644
--- a/sql/rpl_utility.cc
+++ b/sql/rpl_utility.cc
@@ -133,7 +133,7 @@ uint32 table_def::calc_field_size(uint col, uchar *master_data) const
always read the length in little-endian order.
*/
Field_blob fb(m_field_metadata[col]);
- length= fb.get_packed_size(master_data, TRUE);
+ length= fb.get_packed_size(master_data);
#else
/*
Compute the length of the data. We cannot use get_length() here