diff options
author | unknown <serg@serg.mylan> | 2003-09-29 11:21:17 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-09-29 11:21:17 +0200 |
commit | 907e0555834de14fa1aec538b217dd1f1c3ff23f (patch) | |
tree | 0e0f863f590c511d1c5bc10fc7c918f0efa6a14f /client | |
parent | 206168cd0a1e22ad550764465c1af7abbdb63b66 (diff) | |
download | mariadb-git-907e0555834de14fa1aec538b217dd1f1c3ff23f.tar.gz |
enum options renamed to avoid possible name conflicts
Diffstat (limited to 'client')
-rw-r--r-- | client/client_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index 85c99951532..5029f219494 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -26,7 +26,7 @@ /* We have to define 'enum options' identical in all files to keep OS2 happy */ -enum options { OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET, +enum options_client { OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET, OPT_PAGER, OPT_NOPAGER, OPT_TEE, OPT_NOTEE, OPT_LOW_PRIORITY, OPT_AUTO_REPAIR, OPT_COMPRESS, OPT_DROP, OPT_LOCKS, OPT_KEYWORDS, OPT_DELAYED, OPT_OPTIMIZE, |