#At file:///home/jonas/src/telco-7.0/ based on revid:jonas@stripped
4146 Jonas Oreland 2011-01-27
ndb - (bug#59756) latest patch revealed the setTemporary does not work...which it doesnt...but was previously silently ignored..but now is brought to light
modified:
sql/ha_ndbcluster.cc
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2011-01-27 13:23:07 +0000
+++ b/sql/ha_ndbcluster.cc 2011-01-27 14:08:39 +0000
@@ -7782,7 +7782,9 @@ int ha_ndbcluster::create(const char *na
{
if (THDVAR(thd, table_temporary))
{
+#ifdef DOES_NOT_WORK_CURRENTLY
tab.setTemporary(TRUE);
+#endif
tab.setLogging(FALSE);
}
else if (THDVAR(thd, table_no_logging))
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20110127140839-yzcmimmoqef56rmp.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (jonas:4146) Bug#59756 | Jonas Oreland | 27 Jan |