diff options
author | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-04-20 10:51:50 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-04-20 10:51:50 +0200 |
commit | ac7873663866e74fb7572c0b2a5f2548a2897420 (patch) | |
tree | 3c10718d95da445db1e1f9405aa01297659a8739 /sql/unireg.cc | |
parent | afdf0f030c342e28c5cfd7220e55830b18424de3 (diff) | |
parent | 1a3c03dbb49cfc9ae8246957c5b0ac2a9389d28e (diff) | |
download | mariadb-git-ac7873663866e74fb7572c0b2a5f2548a2897420.tar.gz |
merge from mysql-trunk-bugfixing
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index c7d2f2f5b5b..dbe4e8712ea 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -23,7 +23,11 @@ str is a (long) to record position where 0 is the first position. */ -#include "mysql_priv.h" +#include "sql_priv.h" +#include "unireg.h" +#include "sql_partition.h" // struct partition_info +#include "sql_table.h" // check_duplicate_warning +#include "sql_class.h" // THD, Internal_error_handler #include <m_ctype.h> #include <assert.h> |