mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
82e746ea1b
included by the program using them. Continuing implementing the "catalog" tables (ex "info"). Already existing were the ODBC data source table and the WMI column info table. A common way to handle them will permit to develop many other such tables. Implemented: The ODBC column catalog table. The ODBC tables catalog table. The ODBC drivers catalog table. The INFO table option is replaced by the CATFUNC string option whode first letter specifies the information to retrieve: C: Columns (of a table) T: Tables (of a database) S: Data sources D: Drivers Modified: ha_connect.cc odbconn.cpp odbconn.h tabodbc.h tabodbc.cpp rcmsg.c tabfmt.h tabmysql.cpp tabwmi.cpp tabwmi.h resource.h myconn.h filamdbf.h connect.cc connect.h Added: myutil.h
8 lines
400 B
C
8 lines
400 B
C
/***********************************************************************/
|
|
/* Prototypes of Functions used externally. */
|
|
/***********************************************************************/
|
|
enum enum_field_types PLGtoMYSQL(int type, bool dbf);
|
|
int MYSQLtoPLG(char *typname);
|
|
int MYSQLtoPLG(int mytype);
|
|
char *MyDateFmt(int mytype);
|
|
char *MyDateFmt(char *typname);
|