Home
last modified time | relevance | path

Searched refs:geohash_length_arg_index (Results 1 – 7 of 7) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_strfunc.cc2474 int geohash_length_arg_index; in fix_fields() local
2484 geohash_length_arg_index= 1; in fix_fields()
2502 geohash_length_arg_index= 2; in fix_fields()
2533 if (is_item_null(args[geohash_length_arg_index])) in fix_fields()
2537 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2539 (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2540 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2542 switch (args[geohash_length_arg_index]->field_type()) in fix_fields()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_geofunc.cc2716 int geohash_length_arg_index; in fix_fields() local
2722 geohash_length_arg_index = 1; in fix_fields()
2734 geohash_length_arg_index = 2; in fix_fields()
2759 if (is_item_null(args[geohash_length_arg_index])) return false; in fix_fields()
2762 (args[geohash_length_arg_index]->collation.collation == &my_charset_bin); in fix_fields()
2763 bool is_parameter = (args[geohash_length_arg_index]->type() == PARAM_ITEM || in fix_fields()
2764 args[geohash_length_arg_index]->type() == INT_ITEM); in fix_fields()
2766 switch (args[geohash_length_arg_index]->data_type()) { in fix_fields()