List:Commits« Previous MessageNext Message »
From:Frazer Clement Date:November 18 2009 11:39am
Subject:bzr commit into mysql-5.1-telco-7.0 branch (frazer:3237) Bug#48841
View as plain text  
#At file:///home/frazer/bzr/mysql-5.1-telco-7.0/

 3237 Frazer Clement	2009-11-18
      Bug#48841 : Ndb : DBUG_ASSERT after failure to begin schema trans in online alter table
      modified:
        sql/ha_ndbcluster.cc

=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc	2009-11-08 12:52:27 +0000
+++ b/sql/ha_ndbcluster.cc	2009-11-18 10:39:04 +0000
@@ -12597,6 +12597,7 @@ int ha_ndbcluster::alter_table_phase1(TH
     DBUG_PRINT("info", ("Failed to start schema transaction"));
     ERR_PRINT(dict->getNdbError());
     error= ndb_to_mysql_error(&dict->getNdbError());
+    table->file->print_error(error, MYF(0));
     goto err;
   }
 

Thread
bzr commit into mysql-5.1-telco-7.0 branch (frazer:3237) Bug#48841Frazer Clement18 Nov