#At file:///home/malff/BZR-TREE/mysql-6.0-wl2110-review/
2706 Marc Alff 2008-10-06
Fixed typo in bug number
modified:
sql/sql_class.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 commit into mysql-6.0-wl2110-review branch (marc.alff:2706) | Marc Alff | 6 Oct |