Commit d1ae1a1f authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

ctype-mb.c:

  Stupid typo. Led to compilation failure with non-gcc compilers.
parent 58647aa9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment