1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Cleanup during code review

Faster detection of wrong table names (like PRN) on windows
This commit is contained in:
monty@mysql.com
2005-05-25 12:56:47 +03:00
parent 93565c8e7d
commit fb90aaa7b5
7 changed files with 132 additions and 56 deletions

View File

@ -420,7 +420,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;