mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge from 4.1
This commit is contained in:
@ -423,7 +423,7 @@ static const uint signed_longlong_len=19;
|
||||
static const char *unsigned_longlong_str="18446744073709551615";
|
||||
static const uint unsigned_longlong_len=20;
|
||||
|
||||
inline static uint int_token(const char *str,uint length)
|
||||
static inline uint int_token(const char *str,uint length)
|
||||
{
|
||||
if (length < long_len) // quick normal case
|
||||
return NUM;
|
||||
|
Reference in New Issue
Block a user