summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/rpl_utility.h')
-rw-r--r--sql/rpl_utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_utility.h b/sql/rpl_utility.h
index 34cebf93ddb..9c4c4890942 100644
--- a/sql/rpl_utility.h
+++ b/sql/rpl_utility.h
@@ -64,7 +64,7 @@ public:
size Number of elements in array 'types'
*/
table_def(field_type *types, my_size_t size)
- : m_type(types), m_size(size)
+ : m_size(size), m_type(types)
{
}