mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ctype-mb.c:
Stupid typo. Led to compilation failure with non-gcc compilers. strings/ctype-mb.c: Stupid typo. Led to compilation failure with non-gcc compilers.
This commit is contained in:
@ -307,7 +307,7 @@ uint my_instr_mb(CHARSET_INFO *cs,
|
|||||||
{
|
{
|
||||||
if (nmatch)
|
if (nmatch)
|
||||||
{
|
{
|
||||||
match[0].beg= big0;
|
match[0].beg= 0;
|
||||||
match[0].end= big-big0;
|
match[0].end= big-big0;
|
||||||
match[0].mblen= res;
|
match[0].mblen= res;
|
||||||
if (nmatch > 1)
|
if (nmatch > 1)
|
||||||
|
Reference in New Issue
Block a user