List:Commits« Previous MessageNext Message »
From:marc.alff Date:October 16 2007 10:27pm
Subject:bk commit into 5.0 tree (malff:1.2543)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of malff. When malff does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-10-16 14:27:20-06:00, malff@stripped. +1 -0
  Fixed broken call to my_error

  sql/sql_yacc.yy@stripped, 2007-10-16 14:27:18-06:00, malff@stripped. +1
-1
    Fixed error message to use char*, not LEX_STRING

diff -Nrup a/sql/sql_yacc.yy b/sql/sql_yacc.yy
--- a/sql/sql_yacc.yy	2007-10-15 19:13:25 -06:00
+++ b/sql/sql_yacc.yy	2007-10-16 14:27:18 -06:00
@@ -5087,7 +5087,7 @@ simple_expr:
                   the case when a default database exist, see below.
                 */
                 my_error(ER_SP_DOES_NOT_EXIST, MYF(0),
-                         "FUNCTION", $1);
+                         "FUNCTION", $1.str);
                 MYSQL_YYABORT;
               }
               
Thread
bk commit into 5.0 tree (malff:1.2543)marc.alff16 Oct