mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixes during review of new code
- Mostly indentation fixes - Added missing test - Ensure that Item_func_case() checks for stack overruns - Use real_item() instead of (Item_ref*) item - Fixed wrong error handling
This commit is contained in:
@ -2790,7 +2790,7 @@ static void test_mb(CHARSET_INFO *cs, uchar *s)
|
||||
{
|
||||
while(*s)
|
||||
{
|
||||
if(my_ismbhead_utf8(cs,*s))
|
||||
if (my_ismbhead_utf8(cs,*s))
|
||||
{
|
||||
int len=my_mbcharlen_utf8(cs,*s);
|
||||
while(len--)
|
||||
|
Reference in New Issue
Block a user