List:Commits« Previous MessageNext Message »
From:Marc Alff Date:October 6 2008 11:29pm
Subject:bzr push into mysql-6.0-wl2110-review branch (marc.alff:2705 to 2706)
View as plain text  
 2706 Marc Alff	2008-10-06
      Fixed typo in bug number
modified:
  sql/sql_class.cc

 2705 Marc Alff	2008-10-03
      Fixed for symlink
modified:
  sql/sql_class.cc
  sql/sql_signal.cc

=== modified file 'sql/sql_class.cc'
--- a/sql/sql_class.cc	2008-10-03 23:24:46 +0000
+++ b/sql/sql_class.cc	2008-10-06 21:28:00 +0000
@@ -833,7 +833,7 @@ SQL_condition* THD::raise_condition(uint
 
   /*
     TODO: replace by DBUG_ASSERT(sql_errno != 0) once all bugs similar to
-    Bug#36760 are fixed: a SQL condition must have a real (!=0) error number
+    Bug#36768 are fixed: a SQL condition must have a real (!=0) error number
     so that it can be caught by handlers.
   */
   if (sql_errno == 0)

Thread
bzr push into mysql-6.0-wl2110-review branch (marc.alff:2705 to 2706) Marc Alff6 Oct