summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-11-25 18:26:53 +0100
committerserg@serg.mylan <>2003-11-25 18:26:53 +0100
commitbff0bbeb1f70b2a6704dcc45060f6c3bd4c69ba5 (patch)
treed0d188167fd29e1446df7d81a039d931b931fa08
parentd975e124773de7bfea96c839e4c7b169c301560a (diff)
parent531eb44301e559cc10a6c5905b6a87787ae17be6 (diff)
downloadmariadb-git-bff0bbeb1f70b2a6704dcc45060f6c3bd4c69ba5.tar.gz
merged
-rw-r--r--Docs/Makefile.am3
-rw-r--r--Makefile.am5
-rw-r--r--mysql-test/t/rpl_change_master.test4
-rw-r--r--scripts/make_binary_distribution.sh2
-rwxr-xr-xscripts/make_win_src_distribution.sh2
-rw-r--r--scripts/mysqlaccess.sh2
-rw-r--r--sql-bench/bench-init.pl.sh2
-rw-r--r--support-files/mysql.spec.sh8
8 files changed, 14 insertions, 14 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index f14aaace1bb..fd3e9758bf6 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -203,9 +203,6 @@ INSTALL-BINARY: mysql.info $(GT)
../COPYING: mysql.info $(GT)
perl -w $(GT) mysql.info "GPL license" "LGPL license" > $@
-../COPYING.LIB: mysql.info $(GT)
- perl -w $(GT) mysql.info "LGPL license" "Function Index" > $@
-
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
diff --git a/Makefile.am b/Makefile.am
index 56e5b78ea90..c330471169d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,9 +19,8 @@
AUTOMAKE_OPTIONS = foreign
# These are built from source in the Docs directory
-EXTRA_DIST = INSTALL-SOURCE README \
- COPYING COPYING.LIB zlib
-SUBDIRS = . include @docs_dirs@ \
+EXTRA_DIST = INSTALL-SOURCE README COPYING zlib
+SUBDIRS = . include @docs_dirs@ \
@readline_topdir@ sql-common \
@thread_dirs@ pstack @sql_client_dirs@ \
@sql_server_dirs@ scripts man tests \
diff --git a/mysql-test/t/rpl_change_master.test b/mysql-test/t/rpl_change_master.test
index 94f044d5413..e6452b5b619 100644
--- a/mysql-test/t/rpl_change_master.test
+++ b/mysql-test/t/rpl_change_master.test
@@ -4,11 +4,11 @@ connection slave;
select get_lock("a",5);
connection master;
create table t1(n int);
-insert into t1 values(1+get_lock("a",10)*0);
+insert into t1 values(1+get_lock("a",15)*0);
insert into t1 values(2);
save_master_pos;
connection slave;
-sleep 3; # can't sync_with_master as we should be blocked
+--real_sleep 3; # can't sync_with_master as we should be blocked
stop slave;
select * from t1;
--replace_result $MASTER_MYPORT MASTER_MYPORT
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index 9d166fc1baa..02caabcab78 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -85,7 +85,7 @@ do
fi
done
-for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \
+for i in COPYING README Docs/INSTALL-BINARY \
MySQLEULA.txt LICENSE.doc README.NW
do
if [ -f $i ]
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh
index e164f8c15dd..d83548d0061 100755
--- a/scripts/make_win_src_distribution.sh
+++ b/scripts/make_win_src_distribution.sh
@@ -282,7 +282,7 @@ touch $BASE/innobase/ib_config.h
#
cd $SOURCE
-for i in COPYING COPYING.LIB ChangeLog README \
+for i in COPYING ChangeLog README \
INSTALL-SOURCE INSTALL-WIN \
INSTALL-WIN-SOURCE \
Docs/manual_toc.html Docs/manual.html \
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh
index 699e74834e3..75ef63ecdd0 100644
--- a/scripts/mysqlaccess.sh
+++ b/scripts/mysqlaccess.sh
@@ -286,7 +286,7 @@ Release Notes:
* --old_server: mysqlaccess will now use a full where clause when
retrieving information from the MySQL-server. If
you are connecting to an old server (before v3.21)
- use the option --old_server.
+ then use the option --old_server.
2.03 : (1998-02-27)
- bugfix:
* in Host::MatchTemplate: incorrect match if host-field was left empty.
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh
index 1ac5f29723b..d61551ffb3b 100644
--- a/sql-bench/bench-init.pl.sh
+++ b/sql-bench/bench-init.pl.sh
@@ -509,7 +509,7 @@ All benchmarks takes the following options:
--socket='socket'
If the database supports connecting through a Unix socket,
- use this socket to connect
+ then use this socket to connect
--regions
This is a test specific option that is only used when debugging a test.
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 661748adab9..59006a187d0 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -120,7 +120,6 @@ Este pacote contém medições de desempenho de scripts e dados do MySQL.
%package devel
Release: %{release}
-Requires: %{name}-client
Summary: MySQL - Development header files and libraries
Group: Applications/Databases
Summary(pt_BR): MySQL - Medições de desempenho
@@ -446,7 +445,7 @@ fi
%files server
%defattr(755 root, root)
-%doc %attr(644, root, root) COPYING COPYING.LIB README
+%doc %attr(644, root, root) COPYING README
%doc %attr(644, root, root) Docs/manual.{html,ps,texi,txt} Docs/manual_toc.html
%doc %attr(644, root, root) support-files/my-*.cnf
@@ -569,6 +568,11 @@ fi
# The spec file changelog only includes changes made to the spec file
# itself
%changelog
+* Fri Nov 21 2003 Lenz Grimmer <lenz@mysql.com>
+
+- removed dependency on MySQL-client from the MySQL-devel subpackage
+ as it is not really required. (BUG 1610)
+
* Fri Aug 29 2003 Lenz Grimmer <lenz@mysql.com>
- Fixed BUG 1162 (removed macro names from the changelog)