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/filamdbf.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/filamdbf.h')
-rw-r--r-- | storage/connect/filamdbf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/filamdbf.h b/storage/connect/filamdbf.h index d38e7f9b90f..361f2bd8360 100644 --- a/storage/connect/filamdbf.h +++ b/storage/connect/filamdbf.h @@ -19,7 +19,7 @@ typedef class DBMFAM *PDBMFAM; /****************************************************************************/ /* Functions used externally. */ /****************************************************************************/ -PQRYRES DBFColumns(PGLOBAL g, char *fn, BOOL info); +PQRYRES DBFColumns(PGLOBAL g, const char *fn, BOOL info); /****************************************************************************/ /* This is the base class for dBASE file access methods. */ |