mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
enum options renamed to avoid possible name conflicts
This commit is contained in:
@ -3130,7 +3130,7 @@ extern "C" pthread_handler_decl(handle_connections_namedpipes,arg)
|
||||
** handle start options
|
||||
******************************************************************************/
|
||||
|
||||
enum options {
|
||||
enum options_mysqld {
|
||||
OPT_ISAM_LOG=256, OPT_SKIP_NEW,
|
||||
OPT_SKIP_GRANT, OPT_SKIP_LOCK,
|
||||
OPT_ENABLE_LOCK, OPT_USE_LOCKING,
|
||||
|
Reference in New Issue
Block a user