From: Sergei Golubchik Date: December 30 2005 5:52pm Subject: bk commit into 5.1 tree (serg:1.2013) List-Archive: http://lists.mysql.com/commits/475 Message-Id: <20051230175207.4904.qmail@serg.mylan> Below is the list of changes that have just been committed into a local 5.1 repository of serg. When serg 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.2013 05/12/30 18:51:35 serg@stripped +1 -0 fix for non-max builds sql/Makefile.am 1.129 05/12/30 18:51:17 serg@stripped +0 -1 fix for non-max builds # 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: serg # Host: serg.mylan # Root: /usr/home/serg/Abk/mysql-5.1 --- 1.128/sql/Makefile.am Fri Dec 23 05:04:23 2005 +++ 1.129/sql/Makefile.am Fri Dec 30 18:51:17 2005 @@ -32,7 +32,6 @@ bin_PROGRAMS = mysql_tzinfo_to_sql gen_lex_hash_LDFLAGS = @NOINST_LDFLAGS@ LDADD = $(top_builddir)/storage/myisam/libmyisam.a \ $(top_builddir)/storage/myisammrg/libmyisammrg.a \ - $(top_builddir)/storage/archive/libarchive.a \ $(top_builddir)/storage/heap/libheap.a \ $(top_builddir)/vio/libvio.a \ $(top_builddir)/mysys/libmysys.a \