List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:January 5 2007 9:53pm
Subject:bk commit into 5.0 tree (cmiller:1.2360)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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-01-05 15:52:54-05:00, cmiller@stripped +1 -0
  Documented return value of table-filling function.

  sql/sql_show.cc@stripped, 2007-01-05 15:06:27-05:00, cmiller@stripped +1 -0
    Documented return value of table-filling function.

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.0-community--bug22821

--- 1.336/sql/sql_show.cc	2007-01-05 15:53:00 -05:00
+++ 1.337/sql/sql_show.cc	2007-01-05 15:53:00 -05:00
@@ -58,6 +58,7 @@ static bool schema_table_store_record(TH
   @param  thd     Ubiquitous thread object.
   @param  tables  The destination of the host-cache info.
   @param  cond    (Unused.)
+  @return 0 if successfully stored all records in the table, else 1
 */
 int fill_host_cache_i_s(THD *thd, struct st_table_list *tables, COND *cond)
 {
Thread
bk commit into 5.0 tree (cmiller:1.2360)Chad MILLER5 Jan