Commit 5d621a1b authored by unknown's avatar unknown
Browse files

Post review fix for Bug #15722 Engine_condition_pushdown fails when using blobs(text)

parent e39256f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6590,6 +6590,8 @@ void ndb_serialize_cond(const Item *item, void *arg)
                type != MYSQL_TYPE_BIT &&
                // No BLOB support in scan filter
                type != MYSQL_TYPE_TINY_BLOB &&
                type != MYSQL_TYPE_MEDIUM_BLOB &&
                type != MYSQL_TYPE_LONG_BLOB &&
                type != MYSQL_TYPE_BLOB)
            {
              const NDBCOL *col= tab->getColumn(field->field_name);