mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
ndb - bug#17380: Missing charset causes NDB Client to crash
This commit is contained in:
parent
e4f9d23598
commit
825f97c7b5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue