merge failure

This commit is contained in:
joreland@mysql.com 2005-01-04 20:39:07 +01:00
parent c62ed85054
commit 597ecc8e05

View file

@ -2375,11 +2375,10 @@ void ha_ndbcluster::print_results()
break;
}
case NdbDictionary::Column::Undefined:
case NdbDictionary::Column::Bit:
my_snprintf(buf, sizeof(buf), "Unknown type: %d", col->getType());
break;
}
print_value:
DBUG_PRINT("value", ("%u,%s: %s", f, col->getName(), buf));
}