Home
last modified time | relevance | path

Searched refs:max_octet_length (Results 1 – 25 of 40) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_type_json.cc69 Type_handler_json_common::json_type_handler(uint max_octet_length) in json_type_handler() argument
71 if (max_octet_length >= 16777216) in json_type_handler()
73 else if (max_octet_length >= 65536) in json_type_handler()
75 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in json_type_handler()
H A Dsql_type_json.h36 static const Type_handler *json_type_handler(uint max_octet_length);
H A Dsql_type.cc1359 Type_handler::string_type_handler(uint max_octet_length) in string_type_handler() argument
1361 if (max_octet_length >= 16777216) in string_type_handler()
1363 else if (max_octet_length >= 65536) in string_type_handler()
1365 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in string_type_handler()
1383 Type_handler::blob_type_handler(uint max_octet_length) in blob_type_handler() argument
1385 if (max_octet_length <= 255) in blob_type_handler()
1387 if (max_octet_length <= 65535) in blob_type_handler()
1389 if (max_octet_length <= 16777215) in blob_type_handler()
1411 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB) in type_handler_adjusted_to_max_octet_length()
1413 if (max_octet_length >= 16777216) in type_handler_adjusted_to_max_octet_length()
[all …]
H A Dsql_type.h216 uint max_octet_length() const in max_octet_length() function
3623 static const Type_handler *blob_type_handler(uint max_octet_length);
3624 static const Type_handler *string_type_handler(uint max_octet_length);
3760 virtual uint max_octet_length() const { return 0; } in max_octet_length() function
3825 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
5391 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
7178 uint max_octet_length() const override { return UINT_MAX8; } in max_octet_length() function
7195 uint max_octet_length() const override { return UINT_MAX24; } in max_octet_length() function
7214 uint max_octet_length() const override { return UINT_MAX32; } in max_octet_length() function
7231 uint max_octet_length() const override { return UINT_MAX16; } in max_octet_length() function
H A Dprotocol.cc889 uint32 field_length= field.max_octet_length(charset_for_protocol, in store_field_metadata()
H A Ditem.cc1172 size_t max_octet_length) in make_name() argument
1176 set_if_smaller(dst_nbytes, max_octet_length); in make_name()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_type_json.cc69 Type_handler_json_common::json_type_handler(uint max_octet_length) in json_type_handler() argument
71 if (max_octet_length >= 16777216) in json_type_handler()
73 else if (max_octet_length >= 65536) in json_type_handler()
75 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in json_type_handler()
H A Dsql_type_json.h36 static const Type_handler *json_type_handler(uint max_octet_length);
H A Dsql_type.cc1359 Type_handler::string_type_handler(uint max_octet_length) in string_type_handler() argument
1361 if (max_octet_length >= 16777216) in string_type_handler()
1363 else if (max_octet_length >= 65536) in string_type_handler()
1365 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in string_type_handler()
1383 Type_handler::blob_type_handler(uint max_octet_length) in blob_type_handler() argument
1385 if (max_octet_length <= 255) in blob_type_handler()
1387 if (max_octet_length <= 65535) in blob_type_handler()
1389 if (max_octet_length <= 16777215) in blob_type_handler()
1411 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB) in type_handler_adjusted_to_max_octet_length()
1413 if (max_octet_length >= 16777216) in type_handler_adjusted_to_max_octet_length()
[all …]
H A Dsql_type.h216 uint max_octet_length() const in max_octet_length() function
3623 static const Type_handler *blob_type_handler(uint max_octet_length);
3624 static const Type_handler *string_type_handler(uint max_octet_length);
3760 virtual uint max_octet_length() const { return 0; } in max_octet_length() function
3825 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
5391 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
7178 uint max_octet_length() const override { return UINT_MAX8; } in max_octet_length() function
7195 uint max_octet_length() const override { return UINT_MAX24; } in max_octet_length() function
7214 uint max_octet_length() const override { return UINT_MAX32; } in max_octet_length() function
7231 uint max_octet_length() const override { return UINT_MAX16; } in max_octet_length() function
H A Dprotocol.cc889 uint32 field_length= field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_type.cc331 Type_handler::string_type_handler(uint max_octet_length) in string_type_handler() argument
333 if (max_octet_length >= 16777216) in string_type_handler()
335 else if (max_octet_length >= 65536) in string_type_handler()
337 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in string_type_handler()
355 Type_handler::blob_type_handler(uint max_octet_length) in blob_type_handler() argument
357 if (max_octet_length <= 255) in blob_type_handler()
359 if (max_octet_length <= 65535) in blob_type_handler()
361 if (max_octet_length <= 16777215) in blob_type_handler()
383 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB) in type_handler_adjusted_to_max_octet_length()
385 if (max_octet_length >= 16777216) in type_handler_adjusted_to_max_octet_length()
[all …]
H A Dsql_type.h1035 static const Type_handler *blob_type_handler(uint max_octet_length);
1036 static const Type_handler *string_type_handler(uint max_octet_length);
1121 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
2241 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
3553 uint max_octet_length, in set_handler_by_result_type() argument
3558 m_type_handler->type_handler_adjusted_to_max_octet_length(max_octet_length, in set_handler_by_result_type()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_type.cc331 Type_handler::string_type_handler(uint max_octet_length)
333 if (max_octet_length >= 16777216)
335 else if (max_octet_length >= 65536)
337 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH)
355 Type_handler::blob_type_handler(uint max_octet_length)
357 if (max_octet_length <= 255)
359 if (max_octet_length <= 65535)
361 if (max_octet_length <= 16777215)
383 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB)
385 if (max_octet_length >= 16777216)
[all …]
H A Dsql_type.h1035 static const Type_handler *blob_type_handler(uint max_octet_length);
1036 static const Type_handler *string_type_handler(uint max_octet_length);
1121 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
2241 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
3553 uint max_octet_length, in set_handler_by_result_type() argument
3558 m_type_handler->type_handler_adjusted_to_max_octet_length(max_octet_length, in set_handler_by_result_type()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_type.cc1244 Type_handler::string_type_handler(uint max_octet_length) in string_type_handler() argument
1246 if (max_octet_length >= 16777216) in string_type_handler()
1248 else if (max_octet_length >= 65536) in string_type_handler()
1250 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in string_type_handler()
1268 Type_handler::blob_type_handler(uint max_octet_length) in blob_type_handler() argument
1270 if (max_octet_length <= 255) in blob_type_handler()
1272 if (max_octet_length <= 65535) in blob_type_handler()
1274 if (max_octet_length <= 16777215) in blob_type_handler()
1296 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB) in type_handler_adjusted_to_max_octet_length()
1298 if (max_octet_length >= 16777216) in type_handler_adjusted_to_max_octet_length()
[all …]
H A Dsql_type.h3394 static const Type_handler *blob_type_handler(uint max_octet_length);
3395 static const Type_handler *string_type_handler(uint max_octet_length);
3511 virtual uint max_octet_length() const { return 0; } in max_octet_length() function
3548 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
4884 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
6334 uint max_octet_length() const { return UINT_MAX8; } in max_octet_length() function
6350 uint max_octet_length() const { return UINT_MAX24; } in max_octet_length() function
6368 uint max_octet_length() const { return UINT_MAX32; } in max_octet_length() function
6384 uint max_octet_length() const { return UINT_MAX16; } in max_octet_length() function
6657 uint max_octet_length, in set_handler_by_result_type() argument
[all …]
H A Dprotocol.cc840 uint32 field_length= field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_type.cc1244 Type_handler::string_type_handler(uint max_octet_length) in string_type_handler() argument
1246 if (max_octet_length >= 16777216) in string_type_handler()
1248 else if (max_octet_length >= 65536) in string_type_handler()
1250 else if (max_octet_length >= MAX_FIELD_VARCHARLENGTH) in string_type_handler()
1268 Type_handler::blob_type_handler(uint max_octet_length) in blob_type_handler() argument
1270 if (max_octet_length <= 255) in blob_type_handler()
1272 if (max_octet_length <= 65535) in blob_type_handler()
1274 if (max_octet_length <= 16777215) in blob_type_handler()
1296 if (max_octet_length / cs->mbmaxlen <= CONVERT_IF_BIGGER_TO_BLOB) in type_handler_adjusted_to_max_octet_length()
1298 if (max_octet_length >= 16777216) in type_handler_adjusted_to_max_octet_length()
[all …]
H A Dsql_type.h3394 static const Type_handler *blob_type_handler(uint max_octet_length);
3395 static const Type_handler *string_type_handler(uint max_octet_length);
3511 virtual uint max_octet_length() const { return 0; } in max_octet_length() function
3548 type_handler_adjusted_to_max_octet_length(uint max_octet_length, in type_handler_adjusted_to_max_octet_length() argument
4884 type_handler_adjusted_to_max_octet_length(uint max_octet_length,
6334 uint max_octet_length() const { return UINT_MAX8; } in max_octet_length() function
6350 uint max_octet_length() const { return UINT_MAX24; } in max_octet_length() function
6368 uint max_octet_length() const { return UINT_MAX32; } in max_octet_length() function
6384 uint max_octet_length() const { return UINT_MAX16; } in max_octet_length() function
6657 uint max_octet_length, in set_handler_by_result_type() argument
[all …]
H A Dprotocol.cc840 uint32 field_length= field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmysqld/
H A Dlib_sql.cc1093 client_field->length= server_field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmysqld/
H A Dlib_sql.cc1076 client_field->length= server_field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmysqld/
H A Dlib_sql.cc1076 client_field->length= server_field.max_octet_length(charset_for_protocol, in store_field_metadata()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmysqld/
H A Dlib_sql.cc1093 client_field->length= server_field.max_octet_length(charset_for_protocol, in store_field_metadata()

12