Skip to content
/ server Public

MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER B...#41

Merged
cvicentiu merged 1 commit into5.5from
5.5-MDEV-7820
Apr 15, 2015
Merged

MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER B...#41
cvicentiu merged 1 commit into5.5from
5.5-MDEV-7820

Conversation

@cvicentiu
Copy link
Member

...Y clause of GROUP_CONCAT

It is possible for Item_field to have a NULL field_name. This is true if
the Item_field is created based on a field in a temporary table that has
no name. It is thus necessary to do a null check before attempting a
strcmp.

…R BY clause of GROUP_CONCAT

It is possible for Item_field to have a NULL field_name. This is true if
the Item_field is created based on a field in a temporary table that has
no name. It is thus necessary to do a null check before attempting a
strcmp.
cvicentiu added a commit that referenced this pull request Apr 15, 2015
MDEV-7820 Server crashes in in my_strcasecmp_utf8 on subquery in ORDER B...
@cvicentiu cvicentiu merged commit 1115a59 into 5.5 Apr 15, 2015
@cvicentiu cvicentiu deleted the 5.5-MDEV-7820 branch April 15, 2015 16:14
ankitkumar031 pushed a commit to ankitkumar031/server that referenced this pull request Apr 16, 2017
@svoj svoj added this to the 5.5 milestone Apr 22, 2018
ottok added a commit to ottok/mariadb that referenced this pull request Mar 11, 2023
Fix failing shutdown with gcc v6
midenok pushed a commit that referenced this pull request Apr 20, 2023
…e" info is showing alias name, instead of original name of the column) (#41)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants