From 4ad0d327c41f1c431dc2a8939d1f9c3ad9bc6318 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Jan 2006 13:38:15 +0100 Subject: [PATCH 1/2] disabled.def: Enabled rpl_* tests now when bug fixed mysql-test/t/disabled.def: Enabled rpl_* tests now when bug fixed --- mysql-test/t/disabled.def | 3 --- 1 file changed, 3 deletions(-) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index ddb79205357..92724a9063f 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -10,7 +10,4 @@ # ############################################################################## -rpl_relayrotate : Unstable test case, bug#12429 -rpl_until : Unstable test case, bug#12429 -rpl_deadlock : Unstable test case, bug#12429 kill : Unstable test case, bug#9712 From 65fcdee56e6ffccee45fc4ab70e6d3050fa0e20d Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 20 May 2006 22:47:20 +0200 Subject: [PATCH 2/2] mysql.spec.sh: Always compile position independent support-files/mysql.spec.sh: Always compile position independent --- support-files/mysql.spec.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3384e074ba9..d11fc5ef440 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -184,6 +184,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --enable-local-infile \ --with-mysqld-user=%{mysqld_user} \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ + --with-pic \ --prefix=/ \ --with-extra-charsets=complex \ --exec-prefix=%{_exec_prefix} \ @@ -577,6 +578,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Sat May 20 2006 Kent Boortz + +- Always compile for PIC, position independent code. + * Thu Oct 27 2005 Lenz Grimmer - added more man pages