Commit b6e39434 authored by unknown's avatar unknown

merge failure

parent 1e802e10
......@@ -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));
}
......
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