diff options
author | monty@hundin.mysql.fi <> | 2002-06-02 21:22:20 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-02 21:22:20 +0300 |
commit | 6e54cc492c424a7697a7139600b67b9cfe36a5da (patch) | |
tree | 3ff8869368f9ada509521ec47ec79586d3c86167 /sql/spatial.h | |
parent | d1e13bec397f4aa737c3dff85dbb01ae526d9429 (diff) | |
download | mariadb-git-6e54cc492c424a7697a7139600b67b9cfe36a5da.tar.gz |
Extension of .frm file (not yet ready for push)
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 { |