diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-26 00:43:03 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-10-26 00:43:03 +0200 |
commit | ba3f4a2cc9ec5337f7677def0a1366cbb7332922 (patch) | |
tree | c125f165a39d3c283e6a0dba698b12cb4b64886f /storage/connect/odbccat.h | |
parent | c0907d57b1493e75ac16d8b24cb91a644f078750 (diff) | |
download | mariadb-git-ba3f4a2cc9ec5337f7677def0a1366cbb7332922.tar.gz |
- Add new features to ODBC table type
Srcdef definition
Execute command tables
uncomplete connect string
modified:
storage/connect/ha_connect.cc
storage/connect/odbccat.h
storage/connect/odbconn.cpp
storage/connect/odbconn.h
storage/connect/plgdbsem.h
storage/connect/plgdbutl.cpp
storage/connect/tabodbc.cpp
Diffstat (limited to 'storage/connect/odbccat.h')
-rw-r--r-- | storage/connect/odbccat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/odbccat.h b/storage/connect/odbccat.h index b3a170f4efe..ba4074bf276 100644 --- a/storage/connect/odbccat.h +++ b/storage/connect/odbccat.h @@ -1,6 +1,7 @@ /***********************************************************************/ /* ODBC catalog function prototypes. */ /***********************************************************************/ +char *ODBCCheckConnection(PGLOBAL g, char *dsn, int cop); PQRYRES ODBCDataSources(PGLOBAL g, bool info); PQRYRES ODBCColumns(PGLOBAL g, char *dsn, char *table, char *colpat, bool info); |