diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-07-03 13:05:15 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-07-03 14:51:00 +0400 |
commit | b5112023353a12902852e781f579d200e0f224c0 (patch) | |
tree | 580d7224accf1afedbc291f94e7c603f0ef0ee76 /sql/sql_table.h | |
parent | c1519d62d0fe132c8d81008cc6a686f7f7e327c0 (diff) | |
download | mariadb-git-b5112023353a12902852e781f579d200e0f224c0.tar.gz |
MDEV-19923 Add type handlers for geometry sub-types
Diffstat (limited to 'sql/sql_table.h')
-rw-r--r-- | sql/sql_table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_table.h b/sql/sql_table.h index 5b6349fc0bf..ae05fe05c5d 100644 --- a/sql/sql_table.h +++ b/sql/sql_table.h @@ -118,8 +118,6 @@ enum enum_explain_filename_mode EXPLAIN_PARTITIONS_AS_COMMENT }; -/* Maximum length of GEOM_POINT Field */ -#define MAX_LEN_GEOM_POINT_FIELD 25 /* depends on errmsg.txt Database `db`, Table `t` ... */ #define EXPLAIN_FILENAME_MAX_EXTRA_LENGTH 63 |