summaryrefslogtreecommitdiff
path: root/storage/connect/xindex.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-05-19 22:27:26 +0200
committerSergei Golubchik <serg@mariadb.org>2017-05-19 22:27:26 +0200
commiteb30230359309de8972d771cbf282097b1175a09 (patch)
tree78342b321820ec6ce5c9a3636574ea174ee40283 /storage/connect/xindex.h
parent6dcc378964a1a35c0c95b6963b73224e52cf4cad (diff)
downloadmariadb-git-eb30230359309de8972d771cbf282097b1175a09.tar.gz
compilation warnings in Connect
Diffstat (limited to 'storage/connect/xindex.h')
-rw-r--r--storage/connect/xindex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/xindex.h b/storage/connect/xindex.h
index 2d10d72722e..339d7e68b75 100644
--- a/storage/connect/xindex.h
+++ b/storage/connect/xindex.h
@@ -200,8 +200,8 @@ class DllExport XXBASE : public CSORT, public BLOCK {
void FreeIndex(void) {PlgDBfree(Index);}
// Methods
- virtual void Print(PGLOBAL g, FILE *f, uint n);
- virtual void Print(PGLOBAL g, char *ps, uint z);
+ virtual void Printf(PGLOBAL g, FILE *f, uint n);
+ virtual void Prints(PGLOBAL g, char *ps, uint z);
virtual bool Init(PGLOBAL g) = 0;
virtual bool Make(PGLOBAL g, PIXDEF sxp) = 0;
#if defined(XMAP)