mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -3551,7 +3551,7 @@ public:
|
||||
{
|
||||
return !MY_TEST(variables.sql_mode & MODE_NO_BACKSLASH_ESCAPES);
|
||||
}
|
||||
const Type_handler *type_handler_for_date() const;
|
||||
const Type_handler *type_handler_for_datetime() const;
|
||||
bool timestamp_to_TIME(MYSQL_TIME *ltime, my_time_t ts,
|
||||
ulong sec_part, date_mode_t fuzzydate);
|
||||
inline my_time_t query_start() { return start_time; }
|
||||
@ -6453,7 +6453,8 @@ struct SORT_FIELD_ATTR
|
||||
*/
|
||||
bool maybe_null;
|
||||
CHARSET_INFO *cs;
|
||||
uint pack_sort_string(uchar *to, String *str) const;
|
||||
uint pack_sort_string(uchar *to, const Binary_string *str,
|
||||
CHARSET_INFO *cs) const;
|
||||
int compare_packed_fixed_size_vals(uchar *a, size_t *a_len,
|
||||
uchar *b, size_t *b_len);
|
||||
int compare_packed_varstrings(uchar *a, size_t *a_len,
|
||||
|
Reference in New Issue
Block a user