A post fix for BUG#45645 Mysql server close all connection and restart using lower function
- Initialized caseinfo only if it is NULL
This commit is contained in:
parent
e942adb23d
commit
c12dad02d6
@ -7858,6 +7858,7 @@ static my_bool create_tailoring(CHARSET_INFO *cs, void *(*alloc)(size_t))
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!cs->caseinfo)
|
||||
cs->caseinfo= my_unicase_default;
|
||||
|
||||
if (!(newweights= (uint16**) (*alloc)(256*sizeof(uint16*))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user