mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
a2bcee626d
3462 changed files with 635147 additions and 221404 deletions
|
|
@ -7025,7 +7025,7 @@ my_wc_mb_filename(CHARSET_INFO *cs __attribute__((unused)),
|
|||
}
|
||||
|
||||
/* Non letter */
|
||||
if (s + 5 > e)
|
||||
if (s + 4 > e)
|
||||
return MY_CS_TOOSMALL5;
|
||||
|
||||
*s++= hex[(wc >> 12) & 15];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue