diff options
Diffstat (limited to 'storage/connect/ha_connect.h')
-rw-r--r-- | storage/connect/ha_connect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/ha_connect.h b/storage/connect/ha_connect.h index fac7560ddd6..6320d711f9f 100644 --- a/storage/connect/ha_connect.h +++ b/storage/connect/ha_connect.h @@ -213,6 +213,8 @@ public: int CheckRecord(PGLOBAL g, const uchar *oldbuf, uchar *newbuf); int ReadIndexed(uchar *buf, OPVAL op, const uchar* key= NULL, uint key_len= 0); + bool MakeKeyWhere(PGLOBAL g, char *qry, OPVAL op, char *q, + const void *key, int klen); /** @brief The name that will be used for display purposes. |