diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-11-08 16:44:52 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-11-08 16:44:52 +0100 |
commit | f3e7e50d9a979cf012390d31acc021801e2d3fa6 (patch) | |
tree | 1787553f9db65c0e808df55f41179031d08ac407 /storage/connect | |
parent | 2c6839ff9738b8fa519458947d6e62cbc5d8ee65 (diff) | |
download | mariadb-git-f3e7e50d9a979cf012390d31acc021801e2d3fa6.tar.gz |
- Compile protect against not fully implemented optione XMSG and NEWMSG
modified:
storage/connect/global.h
- Commit typo error
modified:
storage/connect/tabmul.cpp*
Diffstat (limited to 'storage/connect')
-rw-r--r-- | storage/connect/global.h | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | storage/connect/tabmul.cpp | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/global.h b/storage/connect/global.h index 5348768d66d..e02a3731be3 100644 --- a/storage/connect/global.h +++ b/storage/connect/global.h @@ -24,11 +24,13 @@ #endif #if defined(XMSG) +#error Option XMSG is not yet fully implemented // Definition used to read messages from message file. #include "msgid.h" #define MSG(I) PlugReadMessage(NULL, MSG_##I, #I) #define STEP(I) PlugReadMessage(g, MSG_##I, #I) #elif defined(NEWMSG) +#error Option NEWMSG is not yet fully implemented // Definition used to get messages from resource. #include "msgid.h" #define MSG(I) PlugGetMessage(NULL, MSG_##I) diff --git a/storage/connect/tabmul.cpp b/storage/connect/tabmul.cpp index 415a1523d30..415a1523d30 100755..100644 --- a/storage/connect/tabmul.cpp +++ b/storage/connect/tabmul.cpp |