1
0
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:
unknown
2003-09-29 11:21:17 +02:00
parent 206168cd0a
commit 907e055583
3 changed files with 3 additions and 3 deletions

View File

@ -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,