summaryrefslogtreecommitdiff
path: root/storage/connect/tabcol.cpp
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2013-01-30 00:15:54 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2013-01-30 00:15:54 +0100
commit29df840a11407a9a4c3ba47512f05c93d9b5e086 (patch)
tree436e57683cd97313ac93105a60bcd55d68a0ee28 /storage/connect/tabcol.cpp
parent74b51d952561bd0c2e5c0fc5785e7888d148e109 (diff)
parentc87004d81798c2dfe4bc5ac738dc6de66072118c (diff)
downloadmariadb-git-29df840a11407a9a4c3ba47512f05c93d9b5e086.tar.gz
Fix problems with ODBC raised by Adding the type TYPE_BIGINT (longlong).
Diffstat (limited to 'storage/connect/tabcol.cpp')
-rw-r--r--storage/connect/tabcol.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/connect/tabcol.cpp b/storage/connect/tabcol.cpp
index 4bbc78cc3ac..d0ec538bb8b 100644
--- a/storage/connect/tabcol.cpp
+++ b/storage/connect/tabcol.cpp
@@ -7,13 +7,9 @@
/***********************************************************************/
/***********************************************************************/
-/* Include relevant MariaDB header file. */
+/* Include relevant MariaDB header file. */
/***********************************************************************/
-#if defined(OS16) || defined(OS32)
-#include <os2def.h>
-#else
#include "my_global.h"
-#endif
/***********************************************************************/
/* Include required application header files */