Loading sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading