From 4f8d308200f158d502cc36922c4600e47c40d23b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 22 Apr 2001 12:11:01 +0300 Subject: [PATCH] Fix for release Docs/manual.texi: new links scripts/make_binary_distribution.sh: Added missing files sql/sql_select.cc: Added accidently removed line --- Docs/manual.texi | 9 +++++++++ scripts/make_binary_distribution.sh | 2 +- sql/sql_select.cc | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 9ae7cf156e7..f2ee5eb9847 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -42847,6 +42847,15 @@ of several databases simultaneously. By Innovative-IT Development AB. @item @uref{http://www.mysql.com/downloads/gui-clients.html, MySQLGUI} The @strong{MySQL} GUI client homepage. By Sinisa at @strong{MySQL AB}. +@item @uref{http://www.mysql.com/downloads/gui-clients.html, MySQL navigator} +MySQL Navigator is MySQL database server GUI client program. The purpose +of MySQL Navigator is to provide a useful client interface to MySQL +database servers, whilst supporting multiple operating systems and +languages. You can currently import/export database, enter queries, get +result sets, edit scripts, run scripts, add, alter, and delete users, +and retrieve client and server information. GPL. +@uref{http://sql.kldp.org/mysql, Home page for MySQL Navigator}. + @item @uref{http://www.mysql.com/Downloads/Win32/secman.zip, MySQL Security GUI} A user and security management GUI for @strong{MySQL} on Windows. By Martin Jeremic. diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 7dc5c90ea25..1216b231d6b 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -104,7 +104,7 @@ rm -f $BASE/share/mysql/Makefile* $BASE/share/mysql/*/*.OLD $CP mysql-test/mysql-test-run mysql-test/install_test_db $BASE/mysql-test/ $CP mysql-test/README $BASE/mysql-test/README $CP mysql-test/include/*.inc $BASE/mysql-test/include -$CP mysql-test/std_data/*.dat $BASE/mysql-test/std_data +$CP mysql-test/std_data/*.dat mysql-test/std_data/*.001 $BASE/mysql-test/std_data $CP mysql-test/t/*.test mysql-test/t/*.opt mysql-test/t/*.sh $BASE/mysql-test/t $CP mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r diff --git a/sql/sql_select.cc b/sql/sql_select.cc index 63d08b6be5b..a418af81187 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -4907,6 +4907,7 @@ end_write_group(JOIN *join, JOIN_TAB *join_tab __attribute__((unused)), } if (idx < (int) join->send_group_parts) { + copy_fields(&join->tmp_table_param); copy_funcs(join->tmp_table_param.funcs); init_sum_functions(join->sum_funcs); if (join->procedure)