Home
last modified time | relevance | path

Searched refs:LONG_EPSG_PREFIX (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h356 static const char *LONG_EPSG_PREFIX; variable
H A Ditem_geofunc.cc296 LONG_EPSG_PREFIX= "urn:ogc:def:crs:EPSG::"; member in Item_func_geomfromgeojson
1216 else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) in parse_crs_object()
1739 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_geofunc.cc819 const char *Item_func_geomfromgeojson::LONG_EPSG_PREFIX = member in Item_func_geomfromgeojson
1703 } else if (native_strncasecmp(crs_name, LONG_EPSG_PREFIX, 22) == 0) { in parse_crs_object()
2120 strcpy(crs_name, Item_func_geomfromgeojson::LONG_EPSG_PREFIX); in append_crs()
H A Ditem_geofunc.h426 static const char *LONG_EPSG_PREFIX; variable