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

Portability fix when using -DBIG_TABLES

This commit is contained in:
monty@mashka.mysql.fi
2002-11-14 12:21:36 +02:00
parent 12c11c34b8
commit 7a70332836
16 changed files with 35 additions and 31 deletions

View File

@ -210,7 +210,6 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
print_version();
exit(0);
case '?':
default:
usage();
exit(0);
}