mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
merge failure
This commit is contained in:
parent
c62ed85054
commit
597ecc8e05
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue