mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
main.cpp:
ifdef on version prior to 5.0 ndb/src/mgmsrv/main.cpp: ifdef on version prior to 5.0
This commit is contained in:
parent
b42f095780
commit
ba9ca88912
1 changed files with 2 additions and 0 deletions
|
|
@ -161,9 +161,11 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
|||
case 'V':
|
||||
print_version();
|
||||
exit(0);
|
||||
#if NDB_VERSION_MAJOR <= 4
|
||||
case 'c':
|
||||
printf("Warning: -c will be removed in 5.0, use -f instead\n");
|
||||
break;
|
||||
#endif
|
||||
case OPT_NDB_SHM:
|
||||
#ifndef NDB_SHM_TRANSPORTER
|
||||
printf("Warning: binary not compiled with shared memory support,\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue