mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Automatic repair of MyISAM tables + portability fixes
This commit is contained in:
@ -48,7 +48,7 @@ static my_bool win32_init_tcp_ip();
|
||||
static my_bool my_init_done=0;
|
||||
|
||||
|
||||
ulong atoi_octal(const char *str)
|
||||
static ulong atoi_octal(const char *str)
|
||||
{
|
||||
long int tmp;
|
||||
while (*str && isspace(*str))
|
||||
|
Reference in New Issue
Block a user