Commit 5d621a1b authored by unknown's avatar unknown

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

parent e39256f8
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment