diff options
author | unknown <monty@hundin.mysql.fi> | 2002-06-02 21:22:20 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-06-02 21:22:20 +0300 |
commit | bdb74237346fefff8829d9f4d5f61ec48b35a8f3 (patch) | |
tree | 3ff8869368f9ada509521ec47ec79586d3c86167 /sql/spatial.h | |
parent | e494b724d0b3100d325a6dd9f59c004b3bb71c1c (diff) | |
download | mariadb-git-bdb74237346fefff8829d9f4d5f61ec48b35a8f3.tar.gz |
Extension of .frm file (not yet ready for push)
include/m_ctype.h:
cleanup
include/mysqld_error.h:
New error messages
sql/field.cc:
Extension of .frm file
sql/field.h:
Extension of .frm file
sql/handler.h:
cleanup
Added CHARSET_INFO to ha_create_information
sql/item_strfunc.cc:
cleanup
sql/lex.h:
Update for FOREIGN KEYS
sql/mysql_priv.h:
Extension of .frm file
sql/slave.cc:
Fixed bug in wait_for_relay_log_space()
sql/spatial.h:
Cleanup
sql/sql_class.h:
Cleanup
sql/sql_lex.h:
Extension of .frm file
sql/sql_parse.cc:
Extension of .frm file
sql/sql_show.cc:
Extension of .frm file
sql/sql_table.cc:
Extension of .frm file
sql/sql_yacc.yy:
Extension of .frm file
sql/table.cc:
Extension of .frm file
sql/unireg.cc:
Extension of .frm file
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index 09e8722a85e..2daa8e856c9 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -3,8 +3,8 @@ #include "gstream.h" -const int POINT_DATA_SIZE = 8+8; -const int WKB_HEADER_SIZE = 1+4; +const uint POINT_DATA_SIZE = 8+8; +const uint WKB_HEADER_SIZE = 1+4; struct stPoint2D { |