List:Commits« Previous MessageNext Message »
From:bar Date:May 30 2007 12:29pm
Subject:bk commit into 5.1 tree (bar:1.2526)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of bar. When bar 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-05-30 17:29:05+05:00, bar@stripped +1 -0
  CMakeLists.txt:
    Adding strnlen.c into the list of source files.

  strings/CMakeLists.txt@stripped, 2007-05-30 17:28:25+05:00, bar@stripped +1 -1
    Adding strnlen.c into the list of source files.

# 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:	bar
# Host:	bar.myoffice.izhnet.ru
# Root:	/home/bar/mysql-5.1.b28558

--- 1.7/strings/CMakeLists.txt	2006-12-31 04:37:58 +04:00
+++ 1.8/strings/CMakeLists.txt	2007-05-30 17:28:25 +05:00
@@ -24,4 +24,4 @@
                 is_prefix.c llstr.c longlong2str.c my_strtoll10.c my_vsnprintf.c r_strinstr.c
                 str2int.c str_alloc.c strcend.c strend.c strfill.c strmake.c strmov.c strnmov.c 
                 strtod.c strtol.c strtoll.c strtoul.c strtoull.c strxmov.c strxnmov.c xml.c
-		my_strchr.c strcont.c strinstr.c)
+		my_strchr.c strcont.c strinstr.c strnlen.c)
Thread
bk commit into 5.1 tree (bar:1.2526)bar30 May