mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
21 lines
453 B
C
21 lines
453 B
C
|
/******************************************************
|
||
|
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
|