List:Commits« Previous MessageNext Message »
From:Tomas Ulin Date:October 7 2008 10:20am
Subject:bzr commit into mysql-5.1 branch (tomas.ulin:2689)
View as plain text  
#At file:///home/tomas/mysql_src/cge-6.2-global-schema-lock/

 2689 Tomas Ulin	2008-10-07
      correction
modified:
  sql/ha_ndbcluster_lock_ext.h

=== modified file 'sql/ha_ndbcluster_lock_ext.h'
--- a/sql/ha_ndbcluster_lock_ext.h	2008-10-07 08:19:31 +0000
+++ b/sql/ha_ndbcluster_lock_ext.h	2008-10-07 08:20:50 +0000
@@ -83,7 +83,7 @@ ndbcluster_global_schema_lock_ext(THD *t
       gettimeofday(&time_now, 0);
       if ((time_end.tv_sec < time_now.tv_sec) ||
           (time_end.tv_sec == time_now.tv_sec && time_end.tv_usec <
time_now.tv_usec))
-        break; // terminate
+        goto error_handler;
     }
     if (trans)
     {

Thread
bzr commit into mysql-5.1 branch (tomas.ulin:2689) Tomas Ulin7 Oct