From: Tomas Ulin Date: December 2 2008 12:45pm Subject: bzr commit into mysql-5.1 branch (tomas.ulin:2777) Bug#40854 List-Archive: http://lists.mysql.com/commits/60373 X-Bug: 40854 Message-Id: <20081202124552.BE3E5440F0@linux.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/tomas/mysql_src/mysql-5.1-telco-6.3/ 2777 Tomas Ulin 2008-12-02 Bug #40854 SHOW TABLES removes tables from Cluster modified: storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp === modified file 'storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp' --- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-11-21 11:02:45 +0000 +++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-12-02 12:45:39 +0000 @@ -8408,18 +8408,8 @@ flush: ListTablesConf * const conf = (ListTablesConf*)signal->getDataPtrSend(); conf->senderData = senderData; conf->noOfTables = count; - if (handle.m_cnt) - { - jam(); - sendSignal(rg, GSN_LIST_TABLES_CONF, signal, - sigLen, JBB, &handle); - } - else - { - jam(); - sendSignal(rg, GSN_LIST_TABLES_CONF, signal, - sigLen, JBB); - } + sendSignal(rg, GSN_LIST_TABLES_CONF, signal, + sigLen, JBB, &handle); signal->header.m_noOfSections = 0; signal->header.m_fragmentInfo = 0;