mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed problems with decimals withing IF()
Force add of FN_LIBCHAR to symlinks on windows
This commit is contained in:
@ -338,7 +338,7 @@ static int get_options(int *argc, char ***argv)
|
||||
{
|
||||
int pnlen = strlen(my_progname);
|
||||
|
||||
if (pnlen < 6) // name too short
|
||||
if (pnlen < 6) /* name too short */
|
||||
what_to_do = DO_CHECK;
|
||||
else if (!strcmp("repair", my_progname + pnlen - 6))
|
||||
what_to_do = DO_REPAIR;
|
||||
|
Reference in New Issue
Block a user