From db29ac337d4464d120662dc87f9979778c5386dc Mon Sep 17 00:00:00 2001 From: "serg@hynda.mysql.fi" <> Date: Sun, 14 Jan 2001 12:56:44 +0200 Subject: [PATCH 1/5] Makefile.am rules for */errmsg.sys refined --- BitKeeper/etc/logging_ok | 1 + sql/share/Makefile.am | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index c2014d703ba..3eed9d57f5d 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ mwagner@evoq.home.mwagner.org +serg@hynda.mysql.fi diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am index afdcdd8f81c..e662c4f09a2 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -1,15 +1,16 @@ ## Process this file with automake to create Makefile.in +ERRMSG=$(patsubst %, %/errmsg.sys, @AVAILABLE_LANGUAGES@) + # This requires gnu cp at distribution time. dist-hook: for lang in @AVAILABLE_LANGUAGES@ charsets; \ do cp -a $(srcdir)/$$lang $(distdir); done -all: - for lang in @AVAILABLE_LANGUAGES@; \ - do \ - ../../extra/comp_err $(srcdir)/$$lang/errmsg.txt $(srcdir)/$$lang/errmsg.sys; \ - done +all: $(ERRMSG) + +$(ERRMSG): %.sys: %.txt + ../../extra/comp_err $< $@ install-data-local: for lang in @AVAILABLE_LANGUAGES@; \ From bb991f00c100bf59f7e055d840b8295d32ba6cd9 Mon Sep 17 00:00:00 2001 From: "mwagner@evoq.home.mwagner.org" <> Date: Sun, 14 Jan 2001 10:14:11 -0600 Subject: [PATCH 2/5] manual.texi Added mirror in Romania. --- Docs/manual.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 369f0b4bbcf..3352b5f74fe 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -4176,6 +4176,11 @@ Please report bad or out-of-date mirrors to @email{webmaster@@mysql.com}. @uref{http://ftp.netc.pt/pub/mysql/, WWW} @uref{ftp://ftp.netc.pt/pub/mysql/, FTP} +@item +@c EMAIL: keeper@roedu.net (Mihai RUSU) +@image{Flags/romania} Romania [roedu.net/Bucharest] @ +@uref{ftp://ftp.roedu.net/pub/mirrors/ftp.mysql.com/, FTP} + @item @c EMAIL: kuzmin@dn.ru (Roma Kuzmin) @image{Flags/russia} Russia [DirectNet] @ From 4f32a0a9f17ee6209847caae07623cf11c8a0f31 Mon Sep 17 00:00:00 2001 From: "serg@hynda.mysql.fi" <> Date: Sun, 14 Jan 2001 18:40:26 +0200 Subject: [PATCH 3/5] post-commit BK_STATUS/BK_COMMIT issue fixed --- BitKeeper/triggers/post-commit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index cfa362bcbbd..2a69d50d397 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -4,6 +4,8 @@ TO=dev@mysql.com FROM=$USER@mysql.com +BK_STATUS=$BK_STATUS$BK_COMMIT + if [ "$BK_STATUS" = OK ] then echo "Commit successful, notifying developers at $TO" From b2afe4f06b001432d8821381df5e675f152cfbaa Mon Sep 17 00:00:00 2001 From: "mwagner@evoq.home.mwagner.org" <> Date: Mon, 15 Jan 2001 03:58:42 -0600 Subject: [PATCH 4/5] manual.texi Added mirror in Bulgaria. --- Docs/manual.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 3352b5f74fe..785b666b1bc 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -3972,6 +3972,12 @@ Please report bad or out-of-date mirrors to @email{webmaster@@mysql.com}. @c @uref{http://archive.nat.bg/pub/mirror/mysql/, WWW} @c @uref{ftp://ftp.ntrl.net/pub/mirror/mysql/, FTP} +@item +@c EMAIL: salle@online.bg (Admin) +@image{Flags/bulgaria} Bulgaria [online.bg/Sofia] @ +@uref{http://mysql.online.bg/, WWW} +@uref{ftp://mysql.online.bg/, FTP} + @c @item @c Added: 990614 @c Not ok 20000919; Out of date (Matt) From a86a67dbac7b8be0e91d4987770adb14f3898f87 Mon Sep 17 00:00:00 2001 From: "tim@cane.mysql.fi" <> Date: Mon, 15 Jan 2001 14:43:28 +0200 Subject: [PATCH 5/5] logging_ok Logging to logging@openlogging.org accepted manual.texi mention bdb_version in changelog --- BitKeeper/etc/logging_ok | 1 + Docs/manual.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index c2014d703ba..19424112b7f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ mwagner@evoq.home.mwagner.org +tim@cane.mysql.fi diff --git a/Docs/manual.texi b/Docs/manual.texi index 369f0b4bbcf..5bd2131015c 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40310,6 +40310,8 @@ though, so Version 3.23 is not released as a stable version yet. @appendixsubsec Changes in release 3.23.31 @itemize @bullet @item +Added new mysqld variable: bdb_version. +@item Fixed bug when using expression of type @code{SELECT ... FROM t1 left join t2 on (t1.a=t2.a) WHERE t1.a=t2.a}. In this case the test in the @code{WHERE} clause was wrongly optimized away.