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

This commit is contained in:
unknown 2006-03-28 11:46:35 +02:00
parent e39256f8f4
commit 5d621a1b97

View file

@ -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);