diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-19 20:35:43 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-19 20:35:43 +0200 |
commit | 6bd49441b53dbd7ed0a9cb53983dbe3cb253a8ed (patch) | |
tree | 4f2325633d66c9a7b065480a67bbdc64c7038bff /storage/connect/myutil.h | |
parent | 337c1b3ee83033a185daa4e2df8c8a36f54c2bf7 (diff) | |
download | mariadb-git-6bd49441b53dbd7ed0a9cb53983dbe3cb253a8ed.tar.gz |
CONNECT engine fixes after 10.0 merge.
Adaptation to new API, small simplifications and bug fixes
Diffstat (limited to 'storage/connect/myutil.h')
-rw-r--r-- | storage/connect/myutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/myutil.h b/storage/connect/myutil.h index d3d421418ca..7ddfcbe599c 100644 --- a/storage/connect/myutil.h +++ b/storage/connect/myutil.h @@ -2,6 +2,7 @@ /* 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); |