List:Internals« Previous MessageNext Message »
From:holyfoot Date:July 27 2005 11:37am
Subject:bk commit into 5.0 tree (hf:1.1906)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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
  1.1906 05/07/27 14:37:16 hf@deer.(none) +1 -0
  Merging

  sql/sql_parse.cc
    1.454 05/07/27 14:36:05 hf@deer.(none) +1 -1
    error function changed

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	hf
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.0.clean

--- 1.453/sql/sql_parse.cc	Wed Jul 27 12:39:44 2005
+++ 1.454/sql/sql_parse.cc	Wed Jul 27 14:36:05 2005
@@ -3645,7 +3645,7 @@
     if (!(res = mysql_create_function(thd, &lex->udf)))
       send_ok(thd);
 #else
-    net_printf(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
+    net_printf_error(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
     res= TRUE;
 #endif
     break;
Thread
bk commit into 5.0 tree (hf:1.1906)holyfoot27 Jul