Guest
|
Posted: Wed Apr 11, 2007 10:17 pm Post subject: bk commit into 3.23 tree (1.1449) |
|
|
Below is the list of changes that have just been committed into a local
3.23 repository of amy. When amy 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet (AT) 1 (DOT) 1449, 2007-04-11 15:17:14-07:00, amy (AT) amymac (DOT) local +2 -0
this is a test for merging
acconfig.h (AT) 1 (DOT) 21, 2007-04-11 15:17:02-07:00, amy (AT) amymac (DOT) local +1 -0
this is a test
acinclude.m4 (AT) 1 (DOT) 50, 2007-04-11 15:17:02-07:00, amy (AT) amymac (DOT) local +2 -0
another test
# 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: amy
# Host: amymac.local
# Root: /Users/amy/repos/talk/mysql-3.23
--- 1.20/acconfig.h 2002-02-13 11:53:22 -08:00
+++ 1.21/acconfig.h 2007-04-11 15:17:02 -07:00
@@ -1,3 +1,4 @@
+this is a test
/* acconfig.h
This file is in the public domain.
--- 1.49/acinclude.m4 2003-07-19 01:34:39 -07:00
+++ 1.50/acinclude.m4 2007-04-11 15:17:02 -07:00
@@ -1,5 +1,7 @@
# Local macros for automake & autoconf
+this is another test
+
# A local version of AC_CHECK_SIZEOF that includes sys/types.h
dnl MYSQL_CHECK_SIZEOF(TYPE [, CROSS-SIZE])
AC_DEFUN(MYSQL_CHECK_SIZEOF, |
|