mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
New error messages
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
This commit is contained in:
parent
e2a5c3e4cd
commit
be46289855
57 changed files with 1112 additions and 722 deletions
|
|
@ -49,7 +49,8 @@
|
|||
X >= 'a' && X <= 'z' ? X-'a'+10 :\
|
||||
'\177')
|
||||
|
||||
char *str2int(register const char *src, register int radix, long int lower, long int upper, long int *val)
|
||||
char *str2int(register const char *src, register int radix, long int lower,
|
||||
long int upper, long int *val)
|
||||
{
|
||||
int sign; /* is number negative (+1) or positive (-1) */
|
||||
int n; /* number of digits yet to be converted */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue