mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Extension of .frm file (not yet ready for push)
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user