mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Manual merge.
This commit is contained in:
@ -1105,9 +1105,12 @@ int MYSQLlex(void *arg, void *yythd)
|
||||
}
|
||||
}
|
||||
#ifdef USE_MB
|
||||
else if (var_length < 1)
|
||||
break; // Error
|
||||
lip->skip_binary(var_length-1);
|
||||
else if (use_mb(cs))
|
||||
{
|
||||
if ((var_length= my_ismbchar(cs, lip->get_ptr() - 1,
|
||||
lip->get_end_of_query())))
|
||||
lip->skip_binary(var_length-1);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (double_quotes)
|
||||
|
Reference in New Issue
Block a user