mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge with 4.0
mysql-test/r/bigint.result: Auto merged mysql-test/t/bigint.test: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_load.cc: Auto merged sql/item.h: merge (use local copy) sql/sql_show.cc: merge
This commit is contained in:
@@ -451,7 +451,7 @@ inline static uint int_token(const char *str,uint length)
|
||||
{
|
||||
cmp=longlong_str;
|
||||
smaller=LONG_NUM;
|
||||
bigger=REAL_NUM;
|
||||
bigger= ULONGLONG_NUM;
|
||||
}
|
||||
}
|
||||
while (*cmp && *cmp++ == *str++) ;
|
||||
|
||||
Reference in New Issue
Block a user