summaryrefslogtreecommitdiff
path: root/sql/spatial.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-02 21:22:20 +0300
committermonty@hundin.mysql.fi <>2002-06-02 21:22:20 +0300
commit6e54cc492c424a7697a7139600b67b9cfe36a5da (patch)
tree3ff8869368f9ada509521ec47ec79586d3c86167 /sql/spatial.h
parentd1e13bec397f4aa737c3dff85dbb01ae526d9429 (diff)
downloadmariadb-git-6e54cc492c424a7697a7139600b67b9cfe36a5da.tar.gz
Extension of .frm file (not yet ready for push)
Diffstat (limited to 'sql/spatial.h')
-rw-r--r--sql/spatial.h4
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
{