summaryrefslogtreecommitdiff
path: root/innobase/include/odbc0odbc.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-03-11 16:36:19 +0200
committerunknown <marko@hundin.mysql.fi>2004-03-11 16:36:19 +0200
commit713ca805f3a47b22805a7379f7e0803521e74c75 (patch)
treebad44d1078bcfa9d93bff25f4ac283970107fd99 /innobase/include/odbc0odbc.h
parent89cdc136b674d9bce98fdd7bd54ea144463dd42d (diff)
downloadmariadb-git-713ca805f3a47b22805a7379f7e0803521e74c75.tar.gz
Remove remaining references to the built-in ODBC driver of InnoDB
BitKeeper/deleted/.del-ib_odbc.h~6882a6fe66f9b3e: Delete: innobase/include/ib_odbc.h BitKeeper/deleted/.del-odbc0odbc.h~6cdf5ecedbf3b3f0: Delete: innobase/include/odbc0odbc.h innobase/include/Makefile.am: Remove odbc0odbc.h and ib_odbc.h innobase/srv/srv0srv.c: Remove reference to odbc0odbc.h innobase/include/pars0pars.h: Remove unused functions related to ODBC and stored procedures Made pars_print_lexed conditional [UNIV_SQL_DEBUG] innobase/pars/pars0pars.c: Remove unused functions related to ODBC and stored procedures Made pars_print_lexed conditional [UNIV_SQL_DEBUG] Output to stderr instead of stdout
Diffstat (limited to 'innobase/include/odbc0odbc.h')
-rw-r--r--innobase/include/odbc0odbc.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/innobase/include/odbc0odbc.h b/innobase/include/odbc0odbc.h
deleted file mode 100644
index 7f842b54b27..00000000000
--- a/innobase/include/odbc0odbc.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************
-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