Commit 25adcb65 authored by monty@mysql.com's avatar monty@mysql.com

Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/home/my/mysql-5.0
parents aecd1502 5903a839
...@@ -1139,6 +1139,7 @@ NdbDictInterface::getTable(class NdbApiSignal * signal, ...@@ -1139,6 +1139,7 @@ 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);
if (rt != 0)
rt->buildColumnHash(); rt->buildColumnHash();
return rt; return rt;
} }
......
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