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
4145 Jonas Oreland 2011-01-27 [merge]
ndb - merge 63 to 70
=== 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))
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0 branch (jonas:4145 to 4146) Bug#59756 | Jonas Oreland | 27 Jan |