mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
ndb - bug#17380: Missing charset causes NDB Client to crash
This commit is contained in:
@@ -1139,7 +1139,8 @@ NdbDictInterface::getTable(class NdbApiSignal * signal,
|
||||
m_error.code= parseTableInfo(&rt,
|
||||
(Uint32*)m_buffer.get_data(),
|
||||
m_buffer.length() / 4, fullyQualifiedNames);
|
||||
rt->buildColumnHash();
|
||||
if (rt != 0)
|
||||
rt->buildColumnHash();
|
||||
return rt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user