mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
ctype-mb.c:
Stupid typo. Led to compilation failure with non-gcc compilers.
This commit is contained in:
parent
58647aa92e
commit
d1ae1a1f88
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ uint my_instr_mb(CHARSET_INFO *cs,
|
|||
{
|
||||
if (nmatch)
|
||||
{
|
||||
match[0].beg= big0;
|
||||
match[0].beg= 0;
|
||||
match[0].end= big-big0;
|
||||
match[0].mblen= res;
|
||||
if (nmatch > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue