summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-05-10 18:17:43 +0300
committerMichael Widenius <monty@askmonty.org>2011-05-10 18:17:43 +0300
commitce3b7273a6b5b5bf3dc4a0f3c72ef9889d091f59 (patch)
treed7eed818fd8b648e5eabe0dbad53e61665d8dc37 /sql/field.h
parent355e250544e69df7b547d8950bc9febfc5668be6 (diff)
parent82b49178600e3b21f378bef71b8f9e81bc7bcd3a (diff)
downloadmariadb-git-ce3b7273a6b5b5bf3dc4a0f3c72ef9889d091f59.tar.gz
Merge with MariaDB 5.2
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index d695479f197..6706f85d368 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -13,6 +13,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
+#include "my_compare.h" /* for clr_rec_bits */
+
/*
Because of the function new_field() all field classes that have static
variables must declare the size_of() member function.