mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/space/pekka/ndb/version/my50
This commit is contained in:
commit
5903a839c9
1 changed files with 2 additions and 1 deletions
|
@ -1139,7 +1139,8 @@ NdbDictInterface::getTable(class NdbApiSignal * signal,
|
||||||
m_error.code= parseTableInfo(&rt,
|
m_error.code= parseTableInfo(&rt,
|
||||||
(Uint32*)m_buffer.get_data(),
|
(Uint32*)m_buffer.get_data(),
|
||||||
m_buffer.length() / 4, fullyQualifiedNames);
|
m_buffer.length() / 4, fullyQualifiedNames);
|
||||||
rt->buildColumnHash();
|
if (rt != 0)
|
||||||
|
rt->buildColumnHash();
|
||||||
return rt;
|
return rt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue