summaryrefslogtreecommitdiff
path: root/storage/sphinx/ha_sphinx.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-08 09:39:43 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-10 22:27:40 +0200
commit2fae1b576dd844edfbf6c6477bd6c25e8d1c6332 (patch)
tree3a6eb2ffc31cc3815c756f7f83e7a5a860ea2ebe /storage/sphinx/ha_sphinx.h
parentab34aecff3c6c9c33ca682c90a79ec60d59f42ed (diff)
downloadmariadb-git-2fae1b576dd844edfbf6c6477bd6c25e8d1c6332.tar.gz
prefer to use new flag name when possible
Diffstat (limited to 'storage/sphinx/ha_sphinx.h')
-rw-r--r--storage/sphinx/ha_sphinx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/sphinx/ha_sphinx.h b/storage/sphinx/ha_sphinx.h
index 86fadad5660..c3c35f19b89 100644
--- a/storage/sphinx/ha_sphinx.h
+++ b/storage/sphinx/ha_sphinx.h
@@ -60,7 +60,7 @@ public:
#if MYSQL_VERSION_ID>50100
ulonglong table_flags () const { return HA_CAN_INDEX_BLOBS |
- HA_MUST_USE_TABLE_CONDITION_PUSHDOWN; } ///< bitmap of implemented flags (see handler.h for more info)
+ HA_CAN_TABLE_CONDITION_PUSHDOWN; } ///< bitmap of implemented flags (see handler.h for more info)
#else
ulong table_flags () const { return HA_CAN_INDEX_BLOBS; } ///< bitmap of implemented flags (see handler.h for more info)
#endif