From: jani Date: December 14 2005 1:09am Subject: bk commit into 5.0 tree (jani:1.1986) BUG#13640 List-Archive: http://lists.mysql.com/commits/136 X-Bug: 13640 Message-Id: <20051214010908.7CBB4430671@rhols221.adsl.netsonic.fi> Below is the list of changes that have just been committed into a local 5.0 repository of jani. When jani 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.1986 05/12/14 03:08:59 jani@stripped +1 -0 Patch for Bug#13640 extra/Makefile.am 1.32 05/12/14 03:08:52 jani@stripped +2 -2 Patch for Bug#13640 # 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: jani # Host: a193-229-222-105.elisa-laajakaista.fi # Root: /home/my/bk/mysql-5.0 --- 1.31/extra/Makefile.am 2005-11-09 11:19:34 +02:00 +++ 1.32/extra/Makefile.am 2005-12-14 03:08:52 +02:00 @@ -29,8 +29,8 @@ DIST_SUBDIRS= yassl # This will build mysqld_error.h and sql_state.h -$(top_builddir)/include/mysqld_error.h: comp_err - $(top_builddir)/extra/comp_err \ +$(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT) + $(top_builddir)/extra/comp_err$(EXEEXT) \ --charset=$(top_srcdir)/sql/share/charsets \ --out-dir=$(top_builddir)/sql/share/ \ --header_file=$(top_builddir)/include/mysqld_error.h \