summaryrefslogtreecommitdiff
path: root/innobase/include/odbc0odbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/odbc0odbc.h')
-rw-r--r--innobase/include/odbc0odbc.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/innobase/include/odbc0odbc.h b/innobase/include/odbc0odbc.h
new file mode 100644
index 00000000000..7f842b54b27
--- /dev/null
+++ b/innobase/include/odbc0odbc.h
@@ -0,0 +1,20 @@
+/******************************************************
+Innobase ODBC client library additional header
+
+(c) 1998 Innobase Oy
+
+Created 2/22/1998 Heikki Tuuri
+*******************************************************/
+
+#ifndef odbc0odbc_h
+#define odbc0odbc_h
+
+#include "ib_odbc.h"
+
+/* Datagram size in communications */
+#define ODBC_DATAGRAM_SIZE 8192
+
+/* Communication address maximum length in bytes */
+#define ODBC_ADDRESS_SIZE COM_MAX_ADDR_LEN
+
+#endif