mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6bd49441b5
Adaptation to new API, small simplifications and bug fixes
9 lines
448 B
C
9 lines
448 B
C
/***********************************************************************/
|
|
/* Prototypes of Functions used externally. */
|
|
/***********************************************************************/
|
|
enum enum_field_types PLGtoMYSQL(int type, bool dbf);
|
|
const char *PLGtoMYSQLtype(int type, bool dbf);
|
|
int MYSQLtoPLG(char *typname);
|
|
int MYSQLtoPLG(int mytype);
|
|
char *MyDateFmt(int mytype);
|
|
char *MyDateFmt(char *typname);
|