mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge
This commit is contained in:
@ -86,7 +86,7 @@ ulonglong find_set(TYPELIB *lib, const char *str, uint length, CHARSET_INFO *cs,
|
||||
*set_warning= 1;
|
||||
}
|
||||
else
|
||||
found|= ((longlong) 1 << (find - 1));
|
||||
found|= 1ULL << (find - 1);
|
||||
if (pos >= end)
|
||||
break;
|
||||
start= pos + mblen;
|
||||
|
Reference in New Issue
Block a user