diff options
author | Michael Widenius <monty@askmonty.org> | 2011-05-03 19:10:10 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-05-03 19:10:10 +0300 |
commit | 633b07e0abff927fe673b068d5d639cefcb20c75 (patch) | |
tree | 17ba1ed90233efa64bc83364ed1ffb74dd637ead /sql/field.h | |
parent | 0576b10d7b78deba4230a04b8509378aef2725fc (diff) | |
parent | 774344d9ed9477179b86f575928b56110fe9c3ce (diff) | |
download | mariadb-git-633b07e0abff927fe673b068d5d639cefcb20c75.tar.gz |
Merge with MariaDB 5.1
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h index c205c9b5582..5302b3de821 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. |