Merge lp:~stewart/percona-server/pkg-5.1 into lp:percona-server/5.1

Proposed by Stewart Smith
Status: Rejected
Rejected by: Stewart Smith
Proposed branch: lp:~stewart/percona-server/pkg-5.1
Merge into: lp:percona-server/5.1
Prerequisite: lp:~stewart/percona-server/5.1-psclient
Diff against target: 3354 lines (+1383/-1140) (has conflicts)
31 files modified
.bzrignore (+0/-3)
Makefile-ps (+3/-23)
Makefile.am (+351/-28)
UDF/Makefile.am (+2/-0)
UDF/configure.ac (+5/-2)
build-ps/build-binary.sh (+13/-10)
build-ps/build-rpm.sh (+2/-2)
build-ps/debian/control (+33/-33)
build-ps/debian/copyright (+787/-169)
build-ps/debian/libperconaserverclient16-dev.files (+9/-5)
build-ps/debian/libperconaserverclient16-dev.links (+2/-2)
build-ps/debian/libperconaserverclient16.files (+1/-1)
build-ps/debian/libperconaserverclient16.lintian-overrides (+4/-0)
build-ps/debian/percona-server-client-5.1.lintian-overrides (+7/-0)
build-ps/debian/percona-server-server-5.1.dirs (+1/-1)
build-ps/debian/percona-server-server-5.1.files (+4/-4)
build-ps/debian/percona-server-server-5.1.links (+3/-2)
build-ps/debian/percona-server-server-5.1.lintian-overrides (+19/-0)
build-ps/debian/percona-server-server-5.1.postinst (+1/-1)
build-ps/debian/percona-server-server-5.1.postrm (+1/-1)
build-ps/debian/rules (+38/-48)
build-ps/debian/source/format (+1/-0)
build-ps/percona-server.spec (+79/-758)
build/debian/percona-server-client-5.1.menu (+0/-3)
configure.in (+4/-0)
handlersocket.patch (+0/-30)
include/Makefile.am (+2/-1)
mysql-test/r/percona_innodb_version.result (+1/-1)
mysql-test/t/percona_innodb_version.test (+1/-1)
sql/Makefile.am (+3/-2)
storage/HandlerSocket-Plugin-for-MySQL/configure.ac (+6/-9)
Text conflict in UDF/configure.ac
Text conflict in build-ps/build-binary.sh
Text conflict in build-ps/debian/rules
Text conflict in build-ps/percona-server.spec
Text conflict in configure.in
To merge this branch: bzr merge lp:~stewart/percona-server/pkg-5.1
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+190514@code.launchpad.net

Description of the change

I'm proposing this branch now for the explicit purpose of feedback/review, it is NOT yet ready to merge. The deb and RPM packaging is not yet fixed for the new tree layout, so it's not yet a good idea to merge (it would break releasing).

This tree:
1) moves makes Percona-Server/ the top level directory in the repo, preserving file-id from original MySQL repo.
2) fix up 'make dist' target to produce a full source tarball
3) fix build-binary.sh to build a binary tarball with adjusted directory structure
4) merges the libperconaserverclient patch
5) moves our version numbers into the autoconf file, which is a different thing than what we've been doing in the past, but it enables things like 'make dist' to do the correct thing.

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Very nice. A few comments:

- Link bug 1014477, also, per that bug, move UDF to storage/
- Feel free to fix up bug 1174779 bits, the ones that are touched by this patch (maatkit-udf in Makefile etc). Can be done in separate commits.
- Why the build-binary.sh interpreter change?

Since this is not a real MP yet, leaving it as "Needs Review" for any further comments.

Revision history for this message
Stewart Smith (stewart) wrote :

> - Why the build-binary.sh interpreter change?

Because that's what it actually needed. It exploded horribly with /bin/sh on my Ubuntu systems and worked fine with bash. The Ubuntu change of /bin/sh being sh rather than bash is truly the most frustrating and time wasting technically correct thing ever.

Revision history for this message
Stewart Smith (stewart) wrote :

> Very nice. A few comments:
>
> - Link bug 1014477, also, per that bug, move UDF to storage/

The move to plugin/ likely makes sense. We could actually integrate these with the MySQL plugin build system and have them automagically integrated into the build+packaging which makes a lot of sense.

I'll look at it at a later point in all of this, fewer moving parts the better currently.

> - Feel free to fix up bug 1174779 bits, the ones that are touched by this
> patch (maatkit-udf in Makefile etc). Can be done in separate commits.

Makes sense.

Revision history for this message
Stewart Smith (stewart) wrote :

I'm going to reject the 5.1 branch as it turns out with existing Debian packaging it's just hard to get 5.1 to work right alongside MySQL 5.5 in the repo and it's unlikely worth the effort to make it work.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed directory 'Percona-Server' => ''
2=== removed file '.bzrignore'
3--- .bzrignore 2012-07-12 08:48:23 +0000
4+++ .bzrignore 1970-01-01 00:00:00 +0000
5@@ -1,3 +0,0 @@
6-build
7-.pc
8-Makefile.in
9
10=== renamed file 'COPYING.show_temp_51' => 'COPYING.show_temp_51'
11=== renamed file 'Makefile' => 'Makefile-ps'
12--- Makefile 2013-10-22 13:31:04 +0000
13+++ Makefile-ps 2013-12-13 06:18:17 +0000
14@@ -6,7 +6,7 @@
15 KEWPIE ?=kewpie
16 BASEDIR = $(CURDIR)
17
18-all: main install-lic handlersocket maatkit-udf autorun
19+all: maatkit-udf autorun
20 @echo ""
21 @echo "Percona Server source code is ready"
22 @echo "Now change directory to $(PERCONA_SERVER) define variables as show below"
23@@ -19,30 +19,10 @@
24 @echo ""
25
26 autorun:
27- cd $(PERCONA_SERVER) && ./BUILD/autorun.sh
28-
29-handlersocket:
30- cp -R HandlerSocket-Plugin-for-MySQL $(PERCONA_SERVER)/storage
31- patch -p1 -d $(PERCONA_SERVER)/storage < handlersocket.patch
32+ ./BUILD/autorun.sh
33
34 maatkit-udf:
35- cp -R UDF "$(PERCONA_SERVER)"
36- cd "$(PERCONA_SERVER)"/UDF && autoreconf --install
37-
38-install-lic:
39- @echo "Installing license files"
40- install -m 644 COPYING.* $(PERCONA_SERVER)
41-
42-prepare:
43- @echo "Prepare Percona Server sources"
44- rm -rf $(PERCONA_SERVER) $(PERCONA_SERVER_SHORT_1)
45- ln -s $(PERCONA_SERVER_SHORT_2) $(PERCONA_SERVER)
46- ln -s $(PERCONA_SERVER_SHORT_2) $(PERCONA_SERVER_SHORT_1)
47-
48-main: prepare
49-
50-clean:
51- rm -rf $(PERCONA_SERVER) $(PERCONA_SERVER_SHORT_1)
52+ cd UDF && autoreconf --install
53
54 test-crashme:
55 cd $(KEWPIE) && ./kewpie.py --suite=crashme --basedir=$(BASEDIR)/$(PERCONA_SERVER_SHORT_2)
56
57=== modified file 'Makefile.am'
58--- Percona-Server/Makefile.am 2013-03-19 12:29:12 +0000
59+++ Makefile.am 2013-12-13 06:18:17 +0000
60@@ -17,9 +17,321 @@
61
62 AUTOMAKE_OPTIONS = foreign
63
64+HANDLERSOCKET_EXTRA_DIST = \
65+ storage/HandlerSocket-Plugin-for-MySQL/AUTHORS \
66+ storage/HandlerSocket-Plugin-for-MySQL/autogen.sh \
67+ storage/HandlerSocket-Plugin-for-MySQL/ChangeLog \
68+ storage/HandlerSocket-Plugin-for-MySQL/COPYING \
69+ storage/HandlerSocket-Plugin-for-MySQL/Makefile.am \
70+ storage/HandlerSocket-Plugin-for-MySQL/README \
71+ storage/HandlerSocket-Plugin-for-MySQL/client/hsclient.cpp \
72+ storage/HandlerSocket-Plugin-for-MySQL/client/hslongrun.cpp \
73+ storage/HandlerSocket-Plugin-for-MySQL/client/hspool_test.pl \
74+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest.cpp \
75+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest.pl \
76+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest_hs.sh \
77+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest_hs_more50.sh \
78+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest_md.sh \
79+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest_my.sh \
80+ storage/HandlerSocket-Plugin-for-MySQL/client/hstest_my_more50.sh \
81+ storage/HandlerSocket-Plugin-for-MySQL/client/Makefile.am \
82+ storage/HandlerSocket-Plugin-for-MySQL/docs-en/about-handlersocket.en.txt \
83+ storage/HandlerSocket-Plugin-for-MySQL/docs-en/configuration-options.en.txt \
84+ storage/HandlerSocket-Plugin-for-MySQL/docs-en/installation.en.txt \
85+ storage/HandlerSocket-Plugin-for-MySQL/docs-en/perl-client.en.txt \
86+ storage/HandlerSocket-Plugin-for-MySQL/docs-en/protocol.en.txt \
87+ storage/HandlerSocket-Plugin-for-MySQL/docs-ja/about-handlersocket.ja.txt \
88+ storage/HandlerSocket-Plugin-for-MySQL/docs-ja/installation.ja.txt \
89+ storage/HandlerSocket-Plugin-for-MySQL/docs-ja/perl-client.ja.txt \
90+ storage/HandlerSocket-Plugin-for-MySQL/docs-ja/protocol.ja.txt \
91+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/COPYRIGHT.txt \
92+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/database.cpp \
93+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/database.hpp \
94+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/handlersocket.cpp \
95+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/handlersocket.spec.template \
96+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/hstcpsvr.cpp \
97+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/hstcpsvr.hpp \
98+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/hstcpsvr_worker.cpp \
99+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/hstcpsvr_worker.hpp \
100+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/Makefile.am \
101+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/Makefile.plain.template \
102+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/mysql_incl.hpp \
103+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/allocator.hpp \
104+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/auto_addrinfo.hpp \
105+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/auto_file.hpp \
106+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/auto_ptrcontainer.hpp \
107+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/config.cpp \
108+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/config.hpp \
109+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/COPYRIGHT.txt \
110+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/escape.cpp \
111+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/escape.hpp \
112+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/fatal.cpp \
113+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/fatal.hpp \
114+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/hstcpcli.cpp \
115+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/hstcpcli.hpp \
116+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/libhsclient.spec.template \
117+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/Makefile.am \
118+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/Makefile.plain \
119+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/mutex.hpp \
120+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/socket.cpp \
121+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/socket.hpp \
122+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/string_buffer.hpp \
123+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/string_ref.hpp \
124+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/string_util.cpp \
125+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/string_util.hpp \
126+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/thread.hpp \
127+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/util.hpp \
128+ storage/HandlerSocket-Plugin-for-MySQL/misc/microbench-hs.log \
129+ storage/HandlerSocket-Plugin-for-MySQL/misc/microbench-my.log \
130+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/Changes \
131+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/COPYRIGHT.txt \
132+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/HandlerSocket.xs \
133+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/Makefile.PL \
134+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/Makefile.PL.installed \
135+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/MANIFEST \
136+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/perl-Net-HandlerSocket.spec.template \
137+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/ppport.h \
138+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/README \
139+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/lib/Net/HandlerSocket.pm \
140+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/lib/Net/HandlerSocket/Pool.pm \
141+ storage/HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/t/Net-HandlerSocket.t \
142+ storage/HandlerSocket-Plugin-for-MySQL/regtest/Makefile \
143+ storage/HandlerSocket-Plugin-for-MySQL/regtest/common/binary_my.cnf \
144+ storage/HandlerSocket-Plugin-for-MySQL/regtest/common/compat.sh \
145+ storage/HandlerSocket-Plugin-for-MySQL/regtest/common/hstest.pm \
146+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/Makefile \
147+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/run.sh \
148+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test01.expected \
149+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test01.pl \
150+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test02.expected \
151+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test02.pl \
152+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test03.expected \
153+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test03.pl \
154+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test04.expected \
155+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test04.pl \
156+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test05.expected \
157+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test05.pl \
158+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test06.expected \
159+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test06.pl \
160+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test07.expected \
161+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test07.pl \
162+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test08.expected \
163+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test08.pl \
164+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test09.expected \
165+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test09.pl \
166+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test10.expected \
167+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test10.pl \
168+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test11.expected \
169+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test11.pl \
170+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test12.expected \
171+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test12.pl \
172+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test13.expected \
173+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test13.pl \
174+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test14.expected \
175+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test14.pl \
176+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test15.expected \
177+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test15.pl \
178+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test16.expected \
179+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test16.pl \
180+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test17.expected \
181+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test17.pl \
182+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test18.expected \
183+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test18.pl \
184+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test19.expected \
185+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test19.pl \
186+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test20.expected \
187+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test20.pl \
188+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test21.expected \
189+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test21.pl \
190+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test22.expected \
191+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test22.pl \
192+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test23.expected \
193+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test23.pl \
194+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test24.expected \
195+ storage/HandlerSocket-Plugin-for-MySQL/regtest/test_01_lib/test24.pl \
196+ storage/HandlerSocket-Plugin-for-MySQL/configure.ac \
197+ storage/HandlerSocket-Plugin-for-MySQL/configure \
198+ storage/HandlerSocket-Plugin-for-MySQL/install-sh \
199+ storage/HandlerSocket-Plugin-for-MySQL/config.sub \
200+ storage/HandlerSocket-Plugin-for-MySQL/config.guess \
201+ storage/HandlerSocket-Plugin-for-MySQL/Makefile.in \
202+ storage/HandlerSocket-Plugin-for-MySQL/client/Makefile.in \
203+ storage/HandlerSocket-Plugin-for-MySQL/handlersocket/Makefile.in \
204+ storage/HandlerSocket-Plugin-for-MySQL/libhsclient/Makefile.in \
205+ storage/HandlerSocket-Plugin-for-MySQL/config.h.in \
206+ storage/HandlerSocket-Plugin-for-MySQL/m4/libtool.m4 \
207+ storage/HandlerSocket-Plugin-for-MySQL/m4/ltoptions.m4 \
208+ storage/HandlerSocket-Plugin-for-MySQL/m4/ltsugar.m4 \
209+ storage/HandlerSocket-Plugin-for-MySQL/m4/ltversion.m4 \
210+ storage/HandlerSocket-Plugin-for-MySQL/m4/lt~obsolete.m4 \
211+ storage/HandlerSocket-Plugin-for-MySQL/missing \
212+ storage/HandlerSocket-Plugin-for-MySQL/aclocal.m4 \
213+ storage/HandlerSocket-Plugin-for-MySQL/ltmain.sh \
214+ storage/HandlerSocket-Plugin-for-MySQL/depcomp
215+
216+
217+
218+storage/HandlerSocket-Plugin-for-MySQL/configure: storage/HandlerSocket-Plugin-for-MySQL/autogen.sh
219+ (cd storage/HandlerSocket-Plugin-for-MySQL/; ./autogen.sh)
220+
221+UDF_EXTRA_DIST = \
222+ UDF/Makefile.am \
223+ UDF/src/fnv1a_udf.cc \
224+ UDF/src/fnv_udf.cc \
225+ UDF/src/Makefile.am \
226+ UDF/src/murmur_udf.cc \
227+ UDF/configure.ac \
228+ UDF/configure \
229+ UDF/config.h.in \
230+ UDF/Makefile.in \
231+ UDF/aclocal.m4 \
232+ UDF/src/Makefile.in \
233+ UDF/m4/libtool.m4 \
234+ UDF/m4/ltoptions.m4 \
235+ UDF/m4/ltsugar.m4 \
236+ UDF/m4/ltversion.m4 \
237+ UDF/m4/lt~obsolete.m4
238+
239+
240+
241+UDF/configure: UDF/configure.ac
242+ (cd UDF/; autoreconf --install)
243+
244+BUILD_PS_EXTRA_DIST = \
245+ build-ps/build-dpkg.sh \
246+ build-ps/build-rpm.sh \
247+ build-ps/build-shared-compat-rpm.sh \
248+ build-ps/README-solaris \
249+ build-ps/README-windows \
250+ build-ps/debian/changelog \
251+ build-ps/debian/compat \
252+ build-ps/debian/copyright \
253+ build-ps/debian/libperconaserverclient16-dev.docs \
254+ build-ps/debian/libperconaserverclient16.docs \
255+ build-ps/debian/libperconaserverclient16.dirs \
256+ build-ps/debian/libperconaserverclient16.files \
257+ build-ps/debian/libperconaserverclient16.postinst \
258+ build-ps/debian/libperconaserverclient16-dev.dirs \
259+ build-ps/debian/libperconaserverclient16-dev.examples \
260+ build-ps/debian/libperconaserverclient16-dev.files \
261+ build-ps/debian/libperconaserverclient16-dev.links \
262+ build-ps/debian/libperconaserverclient16.lintian-overrides \
263+ build-ps/debian/libperconaserverclient16-dev.README.Maintainer \
264+ build-ps/debian/percona-server-server-5.1.docs \
265+ build-ps/debian/percona-server-client-5.1.README.Debian \
266+ build-ps/debian/percona-server-client-5.1.dirs \
267+ build-ps/debian/percona-server-client-5.1.docs \
268+ build-ps/debian/percona-server-client-5.1.files \
269+ build-ps/debian/percona-server-client-5.1.links \
270+ build-ps/debian/percona-server-client-5.1.lintian-overrides \
271+ build-ps/debian/percona-server-common-5.1.dirs \
272+ build-ps/debian/percona-server-common-5.1.files \
273+ build-ps/debian/percona-server-common-5.1.lintian-overrides \
274+ build-ps/debian/percona-server-common-5.1.postrm \
275+ build-ps/debian/percona-server-server-5.1.NEWS \
276+ build-ps/debian/percona-server-server-5.1.README.Debian \
277+ build-ps/debian/percona-server-server-5.1.config \
278+ build-ps/debian/percona-server-server-5.1.dirs \
279+ build-ps/debian/percona-server-server-5.1.files \
280+ build-ps/debian/percona-server-server-5.1.links \
281+ build-ps/debian/percona-server-server-5.1.lintian-overrides \
282+ build-ps/debian/percona-server-server-5.1.logcheck.ignore.paranoid \
283+ build-ps/debian/percona-server-server-5.1.logcheck.ignore.server \
284+ build-ps/debian/percona-server-server-5.1.logcheck.ignore.workstation \
285+ build-ps/debian/percona-server-server-5.1.mysql.init \
286+ build-ps/debian/percona-server-server-5.1.percona-xtradb-server.logrotate \
287+ build-ps/debian/percona-server-server-5.1.postinst \
288+ build-ps/debian/percona-server-server-5.1.postrm \
289+ build-ps/debian/percona-server-server-5.1.preinst \
290+ build-ps/debian/percona-server-server-5.1.prerm \
291+ build-ps/debian/percona-server-server-5.1.templates \
292+ build-ps/debian/README.Maintainer \
293+ build-ps/debian/source.lintian-overrides \
294+ build-ps/debian/watch \
295+ build-ps/debian/additions/debian-start \
296+ build-ps/debian/additions/debian-start.inc.sh \
297+ build-ps/debian/additions/Docs__Images__Makefile.in \
298+ build-ps/debian/additions/Docs__Makefile.in \
299+ build-ps/debian/additions/echo_stderr \
300+ build-ps/debian/additions/msql2mysql.1 \
301+ build-ps/debian/additions/my.cnf \
302+ build-ps/debian/additions/my_print_defaults.1 \
303+ build-ps/debian/additions/myisam_ftdump.1 \
304+ build-ps/debian/additions/myisamchk.1 \
305+ build-ps/debian/additions/myisamlog.1 \
306+ build-ps/debian/additions/myisampack.1 \
307+ build-ps/debian/additions/mysql_config.1 \
308+ build-ps/debian/additions/mysql_convert_table_format.1 \
309+ build-ps/debian/additions/mysql_find_rows.1 \
310+ build-ps/debian/additions/mysql_fix_extensions.1 \
311+ build-ps/debian/additions/mysql_install_db.1 \
312+ build-ps/debian/additions/mysql_secure_installation.1 \
313+ build-ps/debian/additions/mysql_setpermission.1 \
314+ build-ps/debian/additions/mysql_tableinfo.1 \
315+ build-ps/debian/additions/mysql_waitpid.1 \
316+ build-ps/debian/additions/mysqlbinlog.1 \
317+ build-ps/debian/additions/mysqlbug.1 \
318+ build-ps/debian/additions/mysqlcheck.1 \
319+ build-ps/debian/additions/mysqld_safe_syslog.cnf \
320+ build-ps/debian/additions/mysqldumpslow.1 \
321+ build-ps/debian/additions/mysqlimport.1 \
322+ build-ps/debian/additions/mysqlmanager.1 \
323+ build-ps/debian/additions/mysqlreport \
324+ build-ps/debian/additions/mysqlreport.1 \
325+ build-ps/debian/additions/mysql-server.lintian-overrides \
326+ build-ps/debian/additions/mysqltest.1 \
327+ build-ps/debian/additions/pack_isam.1 \
328+ build-ps/debian/additions/resolve_stack_dump.1 \
329+ build-ps/debian/additions/resolveip.1 \
330+ build-ps/debian/patches/00list \
331+ build-ps/debian/patches/01_MAKEFILES__Docs_Images_Makefile.in.dpatch \
332+ build-ps/debian/patches/01_MAKEFILES__Docs_Makefile.in.dpatch \
333+ build-ps/debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch \
334+ build-ps/debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch \
335+ build-ps/debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch \
336+ build-ps/debian/patches/44_scripts__mysql_config__libs.dpatch \
337+ build-ps/debian/patches/50_mysql-test__db_test.dpatch \
338+ build-ps/debian/patches/60_usr_share_mysql_mysql_test.dpatch \
339+ build-ps/debian/po/ar.po \
340+ build-ps/debian/po/ca.po \
341+ build-ps/debian/po/cs.po \
342+ build-ps/debian/po/da.po \
343+ build-ps/debian/po/de.po \
344+ build-ps/debian/po/es.po \
345+ build-ps/debian/po/eu.po \
346+ build-ps/debian/po/fr.po \
347+ build-ps/debian/po/gl.po \
348+ build-ps/debian/po/it.po \
349+ build-ps/debian/po/ja.po \
350+ build-ps/debian/po/nb.po \
351+ build-ps/debian/po/nl.po \
352+ build-ps/debian/po/POTFILES.in \
353+ build-ps/debian/po/pt.po \
354+ build-ps/debian/po/pt_BR.po \
355+ build-ps/debian/po/ro.po \
356+ build-ps/debian/po/ru.po \
357+ build-ps/debian/po/sv.po \
358+ build-ps/debian/po/templates.pot \
359+ build-ps/debian/po/tr.po \
360+ build-ps/debian/control \
361+ build-ps/debian/rules \
362+ build-ps/debian/source/format \
363+ build-ps/percona-server.spec \
364+ build-ps/percona-shared-compat.spec \
365+ build-ps/build-binary.sh
366+
367 # These are built from source in the Docs directory
368 EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
369- README COPYING CMakeLists.txt
370+ README.MySQL COPYING CMakeLists.txt \
371+ COPYING.innodb_fast_shutdown \
372+ COPYING.show_temp_51 \
373+ README \
374+ README.HandlerSocket \
375+ Makefile-ps \
376+ $(HANDLERSOCKET_EXTRA_DIST) \
377+ $(UDF_EXTRA_DIST) \
378+ $(BUILD_PS_EXTRA_DIST)
379+
380
381 SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
382 @readline_topdir@ sql-common scripts \
383@@ -84,29 +396,30 @@
384
385 test-ps:
386 cd mysql-test ; \
387- @PERL@ ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed
388+ @PERL@ ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed --parallel=auto
389
390 test-nr:
391 cd mysql-test ; \
392- @PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=row
393+ @PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=row --parallel=auto
394
395 test-pr:
396 cd mysql-test ; \
397- @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol --mysqld=--binlog-format=row
398+ @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol --mysqld=--binlog-format=row --parallel=auto
399
400 test-ns:
401 cd mysql-test ; \
402- @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed
403+ @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed --parallel=auto
404
405 test-binlog-statement:
406 cd mysql-test ; \
407- @PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement
408+ @PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement --parallel=auto
409
410 # This code is duplicated in "test-bt", see the Changeset comment of 2007-Dec-07
411 test-embedded:
412 if [ -e bin/mysqltest_embedded -o -e libmysqld/examples/mysqltest_embedded ] ; then \
413 cd mysql-test ; MTR_BUILD_THREAD=auto \
414 @PERL@ ./mysql-test-run.pl --comment=embedded --force --timer \
415+ --parallel=auto \
416 --embedded-server --skip-rpl --skip-ndbcluster ; \
417 else \
418 echo "no program found for 'embedded' tests - skipped testing" ; \
419@@ -115,13 +428,14 @@
420 test-reprepare:
421 cd mysql-test ; \
422 @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol \
423+ --parallel=auto \
424 --mysqld=--debug=+d,reprepare_each_statement
425
426 test: test-unit test-ns test-pr
427
428 smoke:
429 cd mysql-test ; \
430- @PERL@ ./mysql-test-run.pl --do-test=s
431+ @PERL@ ./mysql-test-run.pl --do-test=s --parallel=auto
432
433 test-full: test test-nr test-ps
434
435@@ -138,42 +452,47 @@
436 test-bt:
437 -cd mysql-test ; MTR_BUILD_THREAD=auto \
438 @PERL@ ./mysql-test-run.pl --comment=normal --force --timer \
439+ --parallel=auto \
440 --skip-ndbcluster --report-features
441 -cd mysql-test ; MTR_BUILD_THREAD=auto \
442 @PERL@ ./mysql-test-run.pl --comment=ps --force --timer \
443+ --parallel=auto \
444 --skip-ndbcluster --ps-protocol
445 -if [ -e bin/ndbd -o -e storage/ndb/src/kernel/ndbd ] ; then \
446 cd mysql-test ; \
447 MTR_BUILD_THREAD=auto \
448 @PERL@ ./mysql-test-run.pl --comment=ndb+ps --force --timer \
449+ --parallel=auto \
450 --ps-protocol --mysqld=--binlog-format=row --suite=ndb ; \
451 MTR_BUILD_THREAD=auto \
452 @PERL@ ./mysql-test-run.pl --comment=ndb --force --timer \
453+ --parallel=auto \
454 --with-ndbcluster-only ; \
455 else \
456 echo "no program found for 'ndbcluster' tests - skipped testing" ; \
457 fi
458 -cd mysql-test ; MTR_BUILD_THREAD=auto \
459- @PERL@ ./mysql-test-run.pl --force --comment=funcs1+ps --ps-protocol --reorder --suite=funcs_1
460- -cd mysql-test ; MTR_BUILD_THREAD=auto \
461- @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2
462- -cd mysql-test ; MTR_BUILD_THREAD=auto \
463- @PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
464- -cd mysql-test ; MTR_BUILD_THREAD=auto \
465- @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress
466- -cd mysql-test ; MTR_BUILD_THREAD=auto \
467- @PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp
468+ @PERL@ ./mysql-test-run.pl --force --comment=funcs1+ps --ps-protocol --reorder --suite=funcs_1 --parallel=auto
469+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
470+ @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2 --parallel=auto
471+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
472+ @PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts --parallel=auto
473+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
474+ @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress --parallel=auto
475+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
476+ @PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp --parallel=auto
477 -if [ -d mysql-test/suite/nist ] ; then \
478 cd mysql-test ; MTR_BUILD_THREAD=auto \
479- @PERL@ ./mysql-test-run.pl --comment=nist --force --suite=nist ; \
480+ @PERL@ ./mysql-test-run.pl --comment=nist --force --suite=nist --parallel=auto; \
481 fi
482 -if [ -d mysql-test/suite/nist ] ; then \
483 cd mysql-test ; MTR_BUILD_THREAD=auto \
484- @PERL@ ./mysql-test-run.pl --comment=nist+ps --force --suite=nist --ps-protocol ; \
485+ @PERL@ ./mysql-test-run.pl --comment=nist+ps --force --suite=nist --ps-protocol --parallel=auto; \
486 fi
487 -if [ -e bin/mysqltest_embedded -o -e libmysqld/examples/mysqltest_embedded ] ; then \
488 cd mysql-test ; MTR_BUILD_THREAD=auto \
489 @PERL@ ./mysql-test-run.pl --comment=embedded --force --timer \
490+ --parallel=auto \
491 --embedded-server --skip-rpl --skip-ndbcluster ; \
492 else \
493 echo "no program found for 'embedded' tests - skipped testing" ; \
494@@ -182,21 +501,25 @@
495 test-bt-fast:
496 -cd mysql-test ; MTR_BUILD_THREAD=auto \
497 @PERL@ ./mysql-test-run.pl --comment=ps --force --timer \
498+ --parallel=auto \
499 --skip-ndbcluster --ps-protocol --report-features
500 -if [ -e bin/ndbd -o -e storage/ndb/src/kernel/ndbd ] ; then \
501 cd mysql-test ; \
502 MTR_BUILD_THREAD=auto \
503 @PERL@ ./mysql-test-run.pl --comment=ndb --force --timer \
504+ --parallel=auto \
505 --with-ndbcluster-only ; \
506 else \
507 echo "no program found for 'ndbcluster' tests - skipped testing" ; \
508 fi
509 -cd mysql-test ; MTR_BUILD_THREAD=auto \
510- @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress
511+ @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress \
512+ --parallel=auto
513
514 test-bt-debug:
515 -cd mysql-test ; MTR_BUILD_THREAD=auto \
516 @PERL@ ./mysql-test-run.pl --comment=debug --force --timer \
517+ --parallel=auto \
518 --skip-ndbcluster --skip-rpl --report-features
519
520 test-bt-debug-fast:
521@@ -212,32 +535,32 @@
522
523 test-ext-funcs:
524 cd mysql-test ; \
525- @PERL@ ./mysql-test-run.pl --force --reorder --suite=funcs_1 ; \
526- @PERL@ ./mysql-test-run.pl --force --suite=funcs_2
527+ @PERL@ ./mysql-test-run.pl --force --reorder --suite=funcs_1 --parallel=auto; \
528+ @PERL@ ./mysql-test-run.pl --force --suite=funcs_2 --parallel=auto
529
530 test-ext-rpl:
531 cd mysql-test ; \
532- @PERL@ ./mysql-test-run.pl --force --suite=rpl
533+ @PERL@ ./mysql-test-run.pl --force --suite=rpl --parallel=auto
534
535 test-ext-partitions:
536 cd mysql-test ; \
537- @PERL@ ./mysql-test-run.pl --force --suite=parts
538+ @PERL@ ./mysql-test-run.pl --force --suite=parts --parallel=auto
539
540 test-ext-jp:
541 cd mysql-test ; \
542- @PERL@ ./mysql-test-run.pl --force --suite=jp
543+ @PERL@ ./mysql-test-run.pl --force --suite=jp --parallel=auto
544
545 test-ext-stress:
546 cd mysql-test ; \
547- @PERL@ ./mysql-test-run.pl --force --big-test --suite=stress
548+ @PERL@ ./mysql-test-run.pl --force --big-test --suite=stress --parallel=auto
549
550 test-ext: test-ext-funcs test-ext-rpl test-ext-partitions test-ext-jp test-ext-stress
551
552 test-fast:
553 cd mysql-test ; \
554- @PERL@ ./mysql-test-run.pl $(subset) --force --skip-ndb --skip-innodb --skip-im --skip-rpl ; \
555- @PERL@ ./mysql-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam ; \
556- @PERL@ ./mysql-test-run.pl $(subset) --force --suite=stress --do-test=ddl_myisam
557+ @PERL@ ./mysql-test-run.pl $(subset) --force --skip-ndb --skip-innodb --skip-im --skip-rpl --parallel=auto; \
558+ @PERL@ ./mysql-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam --parallel=auto; \
559+ @PERL@ ./mysql-test-run.pl $(subset) --force --suite=stress --do-test=ddl_myisam --parallel=auto
560
561 test-fast-view:
562 $(MAKE) subset=--view-protocol test-fast
563
564=== renamed file 'README.txt' => 'README'
565=== renamed file 'README.HandlerSocket' => 'README.HandlerSocket'
566=== renamed file 'Percona-Server/README' => 'README.MySQL'
567=== renamed directory 'UDF' => 'UDF'
568=== modified file 'UDF/Makefile.am'
569--- UDF/Makefile.am 2010-12-17 15:26:10 +0000
570+++ UDF/Makefile.am 2013-12-13 06:18:17 +0000
571@@ -1,1 +1,3 @@
572+ACLOCAL_AMFLAGS = -Im4
573+
574 SUBDIRS = src
575
576=== modified file 'UDF/configure.ac'
577--- UDF/configure.ac 2013-12-13 06:18:14 +0000
578+++ UDF/configure.ac 2013-12-13 06:18:17 +0000
579@@ -1,12 +1,15 @@
580 AC_INIT([maatkit-udf], [0.1], [http://code.google.com/p/maatkit/issues/list])
581+<<<<<<< TREE
582 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
583 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
584+=======
585+AM_INIT_AUTOMAKE([foreign -Wall -Wno-extra-portability foreign])
586+AC_CONFIG_MACRO_DIR([m4])
587+>>>>>>> MERGE-SOURCE
588 LT INIT
589 AC_PROG_LIBTOOL
590 AC_PROG_CC
591 AC_PROG_CXX
592-AC_PROG_RANLIB
593-AM_PROG_AR
594 AC_CONFIG_HEADERS([config.h])
595 AC_CONFIG_FILES([Makefile src/Makefile])
596 AC_OUTPUT
597
598=== added directory 'UDF/m4'
599=== renamed directory 'build' => 'build-ps'
600=== modified file 'build-ps/build-binary.sh'
601--- build/build-binary.sh 2013-08-27 15:04:34 +0000
602+++ build-ps/build-binary.sh 2013-12-13 06:18:17 +0000
603@@ -1,4 +1,4 @@
604-#!/bin/sh
605+#!/bin/bash
606 #
607 # Execute this tool to setup the environment and build binary releases
608 # for Percona-Server starting from a fresh tree.
609@@ -87,7 +87,7 @@
610 fi
611
612 SOURCEDIR="$(cd $(dirname "$0"); cd ..; pwd)"
613-test -e "$SOURCEDIR/Makefile" || exit 2
614+test -e "$SOURCEDIR/Makefile-ps" || exit 2
615
616 # The number of processors is a good default for -j
617 if test -e "/proc/cpuinfo"
618@@ -97,11 +97,11 @@
619 PROCESSORS=4
620 fi
621
622-# Extract version from the Makefile
623-MYSQL_VERSION="$(grep ^MYSQL_VERSION= "$SOURCEDIR/Makefile" \
624+# Extract version from the Makefile-ps
625+MYSQL_VERSION="$(grep ^MYSQL_VERSION= "$SOURCEDIR/Makefile-ps" \
626 | cut -d = -f 2)"
627 PERCONA_SERVER_VERSION="$(grep ^PERCONA_SERVER_VERSION= \
628- "$SOURCEDIR/Makefile" | cut -d = -f 2)"
629+ "$SOURCEDIR/Makefile-ps" | cut -d = -f 2)"
630 PERCONA_INNODB_VERSION="$(echo "$PERCONA_SERVER_VERSION" |
631 sed s/rel//)"
632 PRODUCT="Percona-Server-$MYSQL_VERSION"
633@@ -129,9 +129,8 @@
634 cd "$SOURCEDIR"
635
636 # Execute clean and download mysql, apply patches
637- make clean all
638+ make -f Makefile-ps all
639
640- cd "$PRODUCT"
641 ./configure \
642 --prefix="/usr/local/$PRODUCT_FULL" \
643 --localstatedir="/usr/local/$PRODUCT_FULL/data" \
644@@ -145,7 +144,11 @@
645 --with-unix-socket-path=/var/lib/mysql/mysql.sock \
646 --with-pic \
647 --with-extra-charsets=complex \
648+<<<<<<< TREE
649 --with-ssl="$WITH_SSL" \
650+=======
651+ --with-ssl \
652+>>>>>>> MERGE-SOURCE
653 --enable-thread-safe-client \
654 --enable-profiling \
655 --with-readline
656@@ -157,8 +160,8 @@
657 (
658 cd "storage/HandlerSocket-Plugin-for-MySQL"
659 ./autogen.sh
660- CXX=${HS_CXX:-g++} ./configure --with-mysql-source="$SOURCEDIR/$PRODUCT" \
661- --with-mysql-bindir="$SOURCEDIR/$PRODUCT/scripts" \
662+ CXX=${HS_CXX:-g++} ./configure --with-mysql-source="$SOURCEDIR" \
663+ --with-mysql-bindir="$SOURCEDIR/scripts" \
664 --with-mysql-plugindir="/usr/local/$PRODUCT_FULL/lib/mysql/plugin" \
665 --libdir="/usr/local/$PRODUCT_FULL/lib/mysql/plugin" \
666 --prefix="/usr/local/$PRODUCT_FULL"
667@@ -170,7 +173,7 @@
668 # Build UDF
669 (
670 cd "UDF"
671- CXX=${UDF_CXX:-g++} ./configure --includedir="$SOURCEDIR/$PRODUCT/include" \
672+ CXX=${UDF_CXX:-g++} ./configure --includedir="$SOURCEDIR/include" \
673 --libdir="/usr/local/$PRODUCT_FULL/mysql/plugin"
674 make $MAKE_JFLAG
675 make DESTDIR="$INSTALLDIR" install
676
677=== modified file 'build-ps/build-rpm.sh'
678--- build/build-rpm.sh 2013-06-05 18:12:21 +0000
679+++ build-ps/build-rpm.sh 2013-12-13 06:18:17 +0000
680@@ -111,8 +111,8 @@
681 PRODUCT="Percona-Server-$MYSQL_VERSION-$PERCONA_SERVER_VERSION"
682
683 # Build information
684-REDHAT_RELEASE="$(grep -o 'release [0-9][0-9]*' /etc/redhat-release | \
685- cut -d ' ' -f 2)"
686+DISTRO_NAME="$(lsb_release -is)"
687+REDHAT_RELEASE="$(lsb_release -rs)"
688 PATCHSET="$(grep ^PATCHSET= "$SOURCEDIR/Makefile" | cut -d = -f 2)"
689 REVISION="$(cd "$SOURCEDIR"; bzr revno)"
690
691
692=== modified file 'build-ps/debian/control'
693--- build/debian/control 2013-12-13 06:18:14 +0000
694+++ build-ps/debian/control 2013-12-13 06:18:17 +0000
695@@ -4,35 +4,35 @@
696 Maintainer: Percona Server Development Team <mysql-dev@percona.com>
697 Uploaders: Ignacio Nin <ignacio.nin@percona.com>
698 Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper (>= 7.0.50), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), po-debconf, chrpath, automake (>= 1.9), dpatch, gawk, bison, lsb-release, fakeroot, libssl-dev
699-Standards-Version: 7.0.0
700-Homepage: http://www.percona.com/software/
701+Standards-Version: 3.9.4
702+Homepage: http://www.percona.com/software/percona-server
703 Vcs-Bzr: lp:percona-server/5.1
704
705 Package: libperconaserverclient16
706 Section: libs
707 Architecture: any
708-Depends: ${shlibs:Depends}
709+Depends: ${misc:Depends}, ${shlibs:Depends}
710 Replaces: libpercona-server-client16
711 Description: Percona Server database client library
712- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
713- server. SQL (Structured Query Language) is the most popular database query
714- language in the world. The main goals of Percona Server are speed, robustness and
715- ease of use.
716+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
717+ database server. SQL (Structured Query Language) is the most popular database
718+ query language in the world. The main goals of Percona Server are speed,
719+ robustness and ease of use.
720 .
721 This package includes the client library.
722
723 Package: libperconaserverclient16-dev
724 Architecture: any
725 Section: libdevel
726-Depends: libperconaserverclient16 (>= ${source:Version}), zlib1g-dev, , ${shlibs:Depends}
727+Depends: ${misc:Depends}, libperconaserverclient16 (>= ${source:Version}), zlib1g-dev, , ${shlibs:Depends}
728 Conflicts: libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev, libmysqlclient15-dev, libmysqlclient16-dev
729 Replaces: libmysqlclient14-dev, libmysqlclient12-dev, libmysqlclient10-dev, libmysqlclient15-dev, libpercona-xtradb-client-dev
730 Provides: libmysqlclient-dev, libmysqlclient15-dev, libmysqlclient16-dev
731 Description: Percona Server database development files
732- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
733- server. SQL (Structured Query Language) is the most popular database query
734- language in the world. The main goals of Percona Server are speed, robustness and
735- ease of use.
736+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
737+ database server. SQL (Structured Query Language) is the most popular database
738+ query language in the world. The main goals of Percona Server are speed,
739+ robustness and ease of use.
740 .
741 This package includes development libraries and header files for the
742 libmysqlclient16 version of the library.
743@@ -41,29 +41,28 @@
744 Section: database
745 Architecture: any
746 Depends: ${shlibs:Depends}, ${misc:Depends}
747-Conflicts: mysql-common-4.1, mysql-common-5.0, mysql-common-5.1, mysql-common
748 Provides: mysql-common
749 Replaces: mysql-common-4.1, mysql-common-5.0, mysql-common-5.1, mysql-common
750 Description: Percona Server database common files (e.g. /etc/mysql/my.cnf)
751- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
752- server. SQL (Structured Query Language) is the most popular database query
753- language in the world. The main goals of Percona Server are speed, robustness and
754- ease of use.
755+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
756+ database server. SQL (Structured Query Language) is the most popular database
757+ query language in the world. The main goals of Percona Server are speed,
758+ robustness and ease of use.
759 .
760 This package includes files needed by all versions of the client library
761 (e.g. /etc/mysql/my.cnf).
762
763 Package: percona-server-client-5.1
764 Architecture: any
765-Depends: debianutils (>=1.6), libdbi-perl, percona-server-common (>= ${source:Version}), libmysqlclient16 (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
766+Depends: debianutils (>=1.6), libdbi-perl, percona-server-common (>= ${source:Version}), libperconaserverclient16 (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
767 Provides: mysql-client, mysql-client-core, mysql-client-5.1, mysql-client-core-5.1
768-Conflicts: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1, mysql-client-core-5.1, mysql-client-5.5, mysql-client-core-5.5, percona-xtradb-client-5.0
769-Replaces: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1, mysql-client-core-5.1 (<< ${source:Version}), percona-xtradb-client-5.0
770+Conflicts: mysql-client, mysql-client-5.0, mysql-client-5.1, mysql-client-core-5.1, mysql-client-5.5, mysql-client-core-5.5, percona-xtradb-client-5.0
771+Replaces: mysql-client, mysql-client-5.0, mysql-client-5.1, mysql-client-core-5.1, percona-xtradb-client-5.0
772 Description: Percona Server database client binaries
773- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
774- server. SQL (Structured Query Language) is the most popular database query
775- language in the world. The main goals of Percona Server are speed, robustness and
776- ease of use.
777+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
778+ database server. SQL (Structured Query Language) is the most popular database
779+ query language in the world. The main goals of Percona Server are speed,
780+ robustness and ease of use.
781 .
782 This package includes the client binaries and the additional tools
783 innotop and mysqlreport.
784@@ -77,22 +76,23 @@
785 Provides: mysql-server, mysql-server-core, mysql-server-5.1, mysql-server-core-5.1
786 Conflicts: mysql-server (<< ${source:Version}), mysql-server-5.1, mysql-server-core-5.1, mysql-server-5.5, mysql-server-core-5.5, mysql-server-4.1, percona-xtradb-server-5.0
787 Replaces: mysql-server (<< ${source:Version}), mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1, percona-xtradb-server-5.0
788-Description: Percona Server database server binaries
789- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
790- server. SQL (Structured Query Language) is the most popular database query
791- language in the world. The main goals of Percona Server are speed, robustness and
792- ease of use.
793+Description: Percona Server database server binaries
794+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
795+ database server. SQL (Structured Query Language) is the most popular database
796+ query language in the world. The main goals of Percona Server are speed,
797+ robustness and ease of use.
798 .
799 This package includes the server binaries.
800
801 Package: percona-server-5.1-dbg
802 Architecture: any
803 Section: debug
804+Priority: extra
805 Depends: percona-server-server-5.1 (= ${binary:Version}), ${misc:Depends}
806 Description: Debugging package for Percona Server
807- Percona Server is a fast, stable and true multi-user, multi-threaded SQL database
808- server. SQL (Structured Query Language) is the most popular database query
809- language in the world. The main goals of Percona Server are speed, robustness and
810- ease of use.
811+ Percona Server is a fast, stable and true multi-user, multi-threaded SQL
812+ database server. SQL (Structured Query Language) is the most popular database
813+ query language in the world. The main goals of Percona Server are speed,
814+ robustness and ease of use.
815 .
816 This package contains the debugging symbols for the Percona Server binaries.
817
818=== modified file 'build-ps/debian/copyright'
819--- build/debian/copyright 2010-05-31 13:57:21 +0000
820+++ build-ps/debian/copyright 2013-12-13 06:18:17 +0000
821@@ -1,169 +1,787 @@
822-
823-== MySQL ==
824-
825-The Debian package of MySQL was first debianzed on 1997-04-12 by Christian
826-Schwarz <schwarz@debian.org> and ist maintained since 1999-04-20 by
827-Christian Hammers <ch@debian.org>.
828-
829-It can be downloaded from http://www.mysql.com/
830-
831-Copyright:
832-
833-According to the file "COPYING" all parts of this package are licenced
834-under the terms of the GNU GPL Version 2 of which a copy is available
835-in /usr/share/common-licenses.
836-
837-To allow free software with other licences than the GPL to link against the
838-shared library, special terms for "derived works" are defined in the file
839-"EXCEPTIONS-CLIENT" which is quoted below.
840-
841-More information can be found on http://www.mysql.com/company/legal/licensing/
842-
843-The manual had to be removed as it is not free in the sense of the
844-Debian Free Software Guidelines (DFSG).
845-
846-> Appendix I MySQL FLOSS License Exception
847-> ****************************************
848->
849-> Version 0.3, 10 February 2005
850->
851-> The MySQL AB Exception for Free/Libre and Open Source Software-only
852-> Applications Using MySQL Client Libraries (the "FLOSS Exception").
853->
854-> Exception Intent
855-> ================
856->
857-> We want specified Free/Libre and Open Source Software ("FLOSS")
858-> applications to be able to use specified GPL-licensed MySQL client
859-> libraries (the "Program") despite the fact that not all FLOSS licenses
860-> are compatible with version 2 of the GNU General Public License (the
861-> "GPL").
862->
863-> Legal Terms and Conditions
864-> ==========================
865->
866-> As a special exception to the terms and conditions of version 2.0 of the
867-> GPL:
868->
869-> 1. You are free to distribute a Derivative Work that is formed
870-> entirely from the Program and one or more works (each, a "FLOSS
871-> Work") licensed under one or more of the licenses listed below in
872-> section 1, as long as:
873->
874-> a. You obey the GPL in all respects for the Program and the
875-> Derivative Work, except for identifiable sections of the
876-> Derivative Work which are not derived from the Program, and
877-> which can reasonably be considered independent and separate
878-> works in themselves,
879->
880-> b. all identifiable sections of the Derivative Work which are not
881-> derived from the Program, and which can reasonably be
882-> considered independent and separate works in themselves,
883->
884-> i
885-> are distributed subject to one of the FLOSS licenses
886-> listed below, and
887->
888-> ii
889-> the object code or executable form of those sections are
890-> accompanied by the complete corresponding
891-> machine-readable source code for those sections on the
892-> same medium and under the same FLOSS license as the
893-> corresponding object code or executable forms of those
894-> sections, and
895->
896-> c. any works which are aggregated with the Program or with a
897-> Derivative Work on a volume of a storage or distribution
898-> medium in accordance with the GPL, can reasonably be
899-> considered independent and separate works in themselves which
900-> are not derivatives of either the Program, a Derivative Work
901-> or a FLOSS Work.
902->
903-> If the above conditions are not met, then the Program may only be
904-> copied, modified, distributed or used under the terms and
905-> conditions of the GPL or another valid licensing option from MySQL
906-> AB.
907->
908-> 2. FLOSS License List
909->
910-> *License name* *Version(s)/Copyright Date*
911-> Academic Free License 2.0
912-> Apache Software License 1.0/1.1/2.0
913-> Apple Public Source License 2.0
914-> Artistic license From Perl 5.8.0
915-> BSD license "July 22 1999"
916-> Common Public License 1.0
917-> GNU Library or "Lesser" General Public 2.0/2.1
918-> License (LGPL)
919-> Jabber Open Source License 1.0
920-> MIT license -
921-> Mozilla Public License (MPL) 1.0/1.1
922-> Open Software License 2.0
923-> OpenSSL license (with original SSLeay "2003" ("1998")
924-> license)
925-> PHP License 3.0
926-> Python license (CNRI Python License) -
927-> Python Software Foundation License 2.1.1
928-> Sleepycat License "1999"
929-> W3C License "2001"
930-> X11 License "2001"
931-> Zlib/libpng License -
932-> Zope Public License 2.0
933->
934-> Due to the many variants of some of the above licenses, we require
935-> that any version follow the 2003 version of the Free Software
936-> Foundation's Free Software Definition
937-> (`http://www.gnu.org/philosophy/free-sw.html') or version 1.9 of
938-> the Open Source Definition by the Open Source Initiative
939-> (`http://www.opensource.org/docs/definition.php').
940->
941-> 3. Definitions
942->
943-> a. Terms used, but not defined, herein shall have the meaning
944-> provided in the GPL.
945->
946-> b. Derivative Work means a derivative work under copyright law.
947->
948-> 4. Applicability This FLOSS Exception applies to all Programs that
949-> contain a notice placed by MySQL AB saying that the Program may be
950-> distributed under the terms of this FLOSS Exception. If you
951-> create or distribute a work which is a Derivative Work of both the
952-> Program and any other work licensed under the GPL, then this FLOSS
953-> Exception is not available for that work; thus, you must remove
954-> the FLOSS Exception notice from that work and comply with the GPL
955-> in all respects, including by retaining all GPL notices. You may
956-> choose to redistribute a copy of the Program exclusively under the
957-> terms of the GPL by removing the FLOSS Exception notice from that
958-> copy of the Program, provided that the copy has never been
959-> modified by you or any third party.
960-
961-
962-== innotop ==
963-
964-Author: Baron Schwartz <baron@xaprb.com>
965-URL: http://innotop.sourceforge.net
966-
967-License:
968-> This software is dual licensed, either GPL version 2 or Artistic License.
969->
970-> This package is free software; you can redistribute it and/or modify
971-> it under the terms of the GNU General Public License as published by
972-> the Free Software Foundation; either version 2 of the License, or
973-> (at your option) any later version.
974->
975-> This package is distributed in the hope that it will be useful,
976-> but WITHOUT ANY WARRANTY; without even the implied warranty of
977-> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
978-> GNU General Public License for more details.
979->
980-> You should have received a copy of the GNU General Public License
981-> along with this package; if not, write to the Free Software
982-> Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
983-
984-On Debian systems, the complete text of the GNU General Public License and the
985-Artistic License can be found in `/usr/share/common-licenses/'.
986-
987-The upstream author explained here: http://bugs.gentoo.org/show_bug.cgi?id=14760
988-that these licenses also apply to the following files:
989-- innotop.html
990-- InnoDBParser.pm
991+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
992+Upstream-Name: Percona Server 5.1
993+Upstream-Contact: https://bugs.launchpad.net/percona-server/
994+Source: http://www.percona.com/downloads/Percona-Server-5.1/
995+Comments: Modified from original MySQL 5.5 debian/copyright file by
996+ Stewart Smith and updated for Percona Server.
997+ .
998+ Originally produced by a modified version of licensecheck2dep5
999+ from CDBS by Clint Byrum <clint@ubuntu.com>. Hand modified to reduce
1000+ redundancy in the output and add appropriate license text.
1001+ .
1002+ Also, MySQL carries the "FOSS License Exception" specified in README
1003+ .
1004+ Quoting from README:
1005+ .
1006+ MySQL FOSS License Exception We want free and open source
1007+ software applications under certain licenses to be able to use
1008+ specified GPL-licensed MySQL client libraries despite the fact
1009+ that not all such FOSS licenses are compatible with version
1010+ 2 of the GNU General Public License. Therefore there are
1011+ special exceptions to the terms and conditions of the GPLv2
1012+ as applied to these client libraries, which are identified
1013+ and described in more detail in the FOSS License Exception at
1014+ <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
1015+ .
1016+ The text of the Above URL is quoted below, as of Aug 17, 2011.
1017+ .
1018+ > FOSS License Exception
1019+ > .
1020+ > Updated July 1, 2010
1021+ > .
1022+ > What is the FOSS License Exception? Oracle's Free and Open Source
1023+ > Software ("FOSS") License Exception (formerly known as the FLOSS
1024+ > License Exception) allows developers of FOSS applications to include
1025+ > Oracle's MySQL Client Libraries (also referred to as "MySQL Drivers"
1026+ > or "MySQL Connectors") with their FOSS applications. MySQL Client
1027+ > Libraries are typically licensed pursuant to version 2 of the General
1028+ > Public License ("GPL"), but this exception permits distribution of
1029+ > certain MySQL Client Libraries with a developer's FOSS applications
1030+ > licensed under the terms of another FOSS license listed below,
1031+ > even though such other FOSS license may be incompatible with the GPL.
1032+ > .
1033+ > The following terms and conditions describe the circumstances under
1034+ > which Oracle's FOSS License Exception applies.
1035+ > .
1036+ > Oracle's FOSS License Exception Terms and Conditions Definitions.
1037+ > "Derivative Work" means a derivative work, as defined under applicable
1038+ > copyright law, formed entirely from the Program and one or more
1039+ > FOSS Applications.
1040+ > .
1041+ > "FOSS Application" means a free and open source software application
1042+ > distributed subject to a license listed in the section below titled
1043+ > "FOSS License List."
1044+ > .
1045+ > "FOSS Notice" means a notice placed by Oracle or MySQL in a copy
1046+ > of the MySQL Client Libraries stating that such copy of the MySQL
1047+ > Client Libraries may be distributed under Oracle's or MySQL's FOSS
1048+ > (or FLOSS) License Exception.
1049+ > .
1050+ > "Independent Work" means portions of the Derivative Work that are not
1051+ > derived from the Program and can reasonably be considered independent
1052+ > and separate works.
1053+ > .
1054+ > "Program" means a copy of Oracle's MySQL Client Libraries that
1055+ > contains a FOSS Notice.
1056+ > .
1057+ > A FOSS application developer ("you" or "your") may distribute a
1058+ > Derivative Work provided that you and the Derivative Work meet all
1059+ > of the following conditions: You obey the GPL in all respects for
1060+ > the Program and all portions (including modifications) of the Program
1061+ > included in the Derivative Work (provided that this condition does not
1062+ > apply to Independent Works); The Derivative Work does not include any
1063+ > work licensed under the GPL other than the Program; You distribute
1064+ > Independent Works subject to a license listed in the section below
1065+ > titled "FOSS License List"; You distribute Independent Works in
1066+ > object code or executable form with the complete corresponding
1067+ > machine-readable source code on the same medium and under the same
1068+ > FOSS license applying to the object code or executable forms; All
1069+ > works that are aggregated with the Program or the Derivative Work
1070+ > on a medium or volume of storage are not derivative works of the
1071+ > Program, Derivative Work or FOSS Application, and must reasonably
1072+ > be considered independent and separate works. Oracle reserves all
1073+ > rights not expressly granted in these terms and conditions. If all
1074+ > of the above conditions are not met, then this FOSS License Exception
1075+ > does not apply to you or your Derivative Work.
1076+ > .
1077+ > FOSS License List
1078+ > .
1079+ > License Name Version(s)/Copyright Date
1080+ > Release Early Certified Software
1081+ > Academic Free License 2.0
1082+ > Apache Software License 1.0/1.1/2.0
1083+ > Apple Public Source License 2.0
1084+ > Artistic license From Perl 5.8.0
1085+ > BSD license "July 22 1999"
1086+ > Common Development and Distribution License (CDDL) 1.0
1087+ > Common Public License 1.0
1088+ > Eclipse Public License 1.0
1089+ > European Union Public License (EUPL)[1] 1.1
1090+ > GNU Library or "Lesser" General Public License (LGPL) 2.0/2.1/3.0
1091+ > GNU General Public License (GPL) 3.0
1092+ > IBM Public License 1.0
1093+ > Jabber Open Source License 1.0
1094+ > MIT License (As listed in file MIT-License.txt) -
1095+ > Mozilla Public License (MPL) 1.0/1.1
1096+ > Open Software License 2.0
1097+ > OpenSSL license (with original SSLeay license) "2003" ("1998")
1098+ > PHP License 3.0/3.01
1099+ > Python license (CNRI Python License) -
1100+ > Python Software Foundation License 2.1.1
1101+ > Sleepycat License "1999"
1102+ > University of Illinois/NCSA Open Source License -
1103+ > W3C License "2001"
1104+ > X11 License "2001"
1105+ > Zlib/libpng License -
1106+ > Zope Public License 2.0
1107+ > [1] When an Independent Work is licensed under a "Compatible License"
1108+ > pursuant to the EUPL, the Compatible License rather than the EUPL is
1109+ > the applicable license for purposes of these FOSS License Exception
1110+ > Terms and Conditions.
1111+ .
1112+ The above text is subject to this copyright notice:
1113+ (C) 2010, Oracle and/or its affiliats.
1114+
1115+Files: *
1116+Copyright: 2009-2013 Percona LLC
1117+License: GPL-2
1118+
1119+Files: storage/HandlerSocket-Plugin-for-MySQL/*
1120+Copyright: Copyright (c) 2010 DeNA Co.,Ltd.
1121+License: BSD (3 clause)
1122+
1123+Files: UDF/src/*.cc
1124+Copyright: None, Public Domain
1125+License: PD
1126+
1127+Files: cmd-line-utils/libedit/config.h
1128+ dbug/example1.c
1129+ dbug/example2.c
1130+ dbug/example3.c
1131+ dbug/factorial.c
1132+ dbug/main.c
1133+ dbug/my_main.c
1134+ dbug/remove_function_from_trace.pl
1135+ dbug/tests.c
1136+ dbug/tests-t.pl
1137+ extra/yassl/src/dummy.cpp
1138+ include/probes_mysql_nodtrace.h
1139+ libmysqld/resource.h
1140+ mysql-test/*
1141+ regex/*
1142+ sql-bench/graph-compare-results.sh
1143+ storage/ndb/bin/*
1144+ storage/ndb/demos/*
1145+ support-files/binary-configure.sh
1146+ support-files/my-huge.cnf.sh
1147+ support-files/my-innodb-heavy-4G.cnf.sh
1148+ support-files/my-large.cnf.sh
1149+ support-files/my-medium.cnf.sh
1150+ support-files/my-small.cnf.sh
1151+ support-files/mysqld_multi.server.sh
1152+ support-files/mysql-log-rotate.sh
1153+ support-files/mysql.server-sys5.sh
1154+Copyright: UNKNOWN
1155+Comment: These files fall under the blanket license specified in the file
1156+ COPYING and README
1157+License: GPL-2
1158+ GPLv2 Disclaimer
1159+ For the avoidance of doubt, except that if any license choice
1160+ other than GPL or LGPL is available it will apply instead,
1161+ Oracle elects to use only the General Public License version 2
1162+ (GPLv2) at this time for any software where a choice of GPL
1163+ license versions is made available with the language indicating
1164+ that GPLv2 or any later version may be used, or where a choice
1165+ of which version of the GPL is applied is otherwise unspecified.
1166+
1167+Files: BUILD/*
1168+ client/*
1169+ client/echo.c
1170+ client/get_password.c
1171+ cmake/*
1172+ dbug/dbug_add_tags.pl
1173+ extra/*
1174+ include/*
1175+ libmysql/*
1176+ libmysqld/*
1177+ libservices/*
1178+ mysql-test/include/have_perfschema.inc
1179+ mysql-test/include/have_perfschema.inc
1180+ mysql-test/lib/mtr_cases.pm
1181+ mysql-test/lib/mtr_gcov.pl
1182+ mysql-test/lib/mtr_gprof.pl
1183+ mysql-test/lib/mtr_io.pl
1184+ mysql-test/lib/mtr_match.pm
1185+ mysql-test/lib/mtr_misc.pl
1186+ mysql-test/lib/mtr_process.pl
1187+ mysql-test/lib/mtr_report.pm
1188+ mysql-test/lib/mtr_results.pm
1189+ mysql-test/lib/mtr_stress.pl
1190+ mysql-test/lib/mtr_unique.pm
1191+ mysql-test/lib/My/ConfigFactory.pm
1192+ mysql-test/lib/My/Config.pm
1193+ mysql-test/lib/My/CoreDump.pm
1194+ mysql-test/lib/My/File/*
1195+ mysql-test/lib/My/Find.pm
1196+ mysql-test/lib/My/Handles.pm
1197+ mysql-test/lib/My/Options.pm
1198+ mysql-test/lib/My/Platform.pm
1199+ mysql-test/lib/My/SafeProcess/Base.pm
1200+ mysql-test/lib/My/SafeProcess.pm
1201+ mysql-test/lib/My/SafeProcess/safe_kill_win.cc
1202+ mysql-test/lib/My/SafeProcess/safe_process.cc
1203+ mysql-test/lib/My/SafeProcess/safe_process.pl
1204+ mysql-test/lib/My/SafeProcess/safe_process_win.cc
1205+ mysql-test/lib/My/SysInfo.pm
1206+ mysql-test/lib/My/Test.pm
1207+ mysql-test/lib/t/*
1208+ mysql-test/lib/v1/mtr_cases.pl
1209+ mysql-test/lib/v1/mtr_gcov.pl
1210+ mysql-test/lib/v1/mtr_gprof.pl
1211+ mysql-test/lib/v1/mtr_im.pl
1212+ mysql-test/lib/v1/mtr_io.pl
1213+ mysql-test/lib/v1/mtr_match.pl
1214+ mysql-test/lib/v1/mtr_misc.pl
1215+ mysql-test/lib/v1/mtr_process.pl
1216+ mysql-test/lib/v1/mtr_report.pl
1217+ mysql-test/lib/v1/mtr_stress.pl
1218+ mysql-test/lib/v1/mtr_timer.pl
1219+ mysql-test/lib/v1/mtr_unique.pl
1220+ mysql-test/lib/v1/My/*
1221+ mysql-test/lib/v1/My/*
1222+ mysql-test/lib/v1/mysql-test-run.pl
1223+ mysql-test/mysql-stress-test.pl
1224+ mysql-test/mysql-test-run.pl
1225+ mysql-test/std_data/*
1226+ mysql-test/suite/perfschema/include/*
1227+ mysql-test/suite/perfschema_stress/include/*
1228+ mysql-test/suite/perfschema_stress/include/*
1229+ mysys/*
1230+ packaging/WiX/ca/*
1231+ plugin/audit_null/*
1232+ plugin/auth/*
1233+ plugin/daemon_example/*
1234+ plugin/fulltext/*
1235+ plugin/semisync/semisync_slave.cc
1236+ plugin/semisync/semisync_slave.h
1237+ scripts/*
1238+ sql/*
1239+ sql-common/*
1240+ storage/*
1241+ strings/*
1242+ support-files/config.huge.ini.sh
1243+ support-files/config.medium.ini.sh
1244+ support-files/config.small.ini.sh
1245+ support-files/MacOSX/Description.plist.sh
1246+ support-files/MacOSX/Info.plist.sh
1247+ support-files/MacOSX/StartupParameters.plist.sh
1248+ support-files/MySQL-shared-compat.spec.sh
1249+ support-files/mysql.spec.sh
1250+ support-files/ndb-config-2-node.ini.sh
1251+ tests/*
1252+ unittest/*
1253+ vio/*
1254+Copyright: 1979-2008 MySQL AB
1255+ 1995-2010 MySQL AB Sun Microsystems Inc
1256+ 1994-1997,2000-2011 Oracle and/or its affiliates.
1257+License: GPL-2
1258+
1259+Files: storage/innobase/*
1260+Copyright: 1994-2011 Innobase Oy.
1261+License: GPL-2
1262+
1263+Files: cmd-line-utils/readline/*
1264+Copyright: 1987-2006 Free Software Foundation Inc
1265+License: GPL-2+
1266+
1267+Files: cmd-line-utils/libedit/*
1268+Copyright: 1989-1990,1992-1993 The Regents of the University of California.
1269+License: BSD (3 clause)
1270+
1271+Files: cmd-line-utils/libedit/filecomplete.c
1272+ cmd-line-utils/libedit/filecomplete.h
1273+ cmd-line-utils/libedit/np/fgetln.c
1274+ cmd-line-utils/libedit/read.h
1275+ cmd-line-utils/libedit/readline.c
1276+ cmd-line-utils/libedit/readline/*
1277+Copyright: 1997-2001 The NetBSD Foundation Inc
1278+License: BSD (2 clause)
1279+ This code is derived from software contributed to The NetBSD Foundation
1280+ by Jaromir Dolecek.
1281+ .
1282+ Redistribution and use in source and binary forms, with or without
1283+ modification, are permitted provided that the following conditions
1284+ are met:
1285+ 1. Redistributions of source code must retain the above copyright
1286+ notice, this list of conditions and the following disclaimer.
1287+ 2. Redistributions in binary form must reproduce the above copyright
1288+ notice, this list of conditions and the following disclaimer in the
1289+ documentation and/or other materials provided with the distribution.
1290+ .
1291+ THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
1292+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1293+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1294+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
1295+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1296+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1297+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1298+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1299+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1300+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1301+ POSSIBILITY OF SUCH DAMAGE.
1302+
1303+Files: client/completion_hash.h
1304+ scripts/mysqlaccess.sh
1305+ scripts/mysql_fix_extensions.sh
1306+ scripts/mysql_setpermission.sh
1307+ sql-bench/*
1308+ storage/myisam/ftbench/ft-test-run.sh
1309+ storage/myisam/mi_test_all.sh
1310+ storage/ndb/test/run-test/atrt-analyze-result.sh
1311+ storage/ndb/test/run-test/atrt-clear-result.sh
1312+ storage/ndb/test/run-test/atrt-gather-result.sh
1313+ storage/ndb/test/run-test/atrt-setup.sh
1314+ storage/ndb/test/run-test/make-config.sh
1315+ storage/ndb/test/run-test/make-html-reports.sh
1316+ storage/ndb/test/run-test/make-index.sh
1317+ storage/ndb/test/run-test/ndb-autotest.sh
1318+ strings/strxmov.c
1319+ strings/strxnmov.c
1320+ support-files/MacOSX/postflight.sh
1321+ support-files/MacOSX/preflight.sh
1322+Copyright: 2000-2009 MySQL AB Sun Microsystems Inc
1323+ 2000-2007 MySQL AB
1324+License: LGPL
1325+
1326+Files: storage/archive/azio.c
1327+ storage/archive/azlib.h
1328+ zlib/*
1329+Copyright: 1995-2005 Jean-loup Gailly and Mark Adler
1330+License: zlib/libpng
1331+ This software is provided 'as-is', without any express or implied
1332+ warranty. In no event will the authors be held liable for any damages
1333+ arising from the use of this software.
1334+ .
1335+ Permission is granted to anyone to use this software for any purpose,
1336+ including commercial applications, and to alter it and redistribute it
1337+ freely, subject to the following restrictions:
1338+ .
1339+ 1. The origin of this software must not be misrepresented; you must not
1340+ claim that you wrote the original software. If you use this software
1341+ in a product, an acknowledgment in the product documentation would be
1342+ appreciated but is not required.
1343+ 2. Altered source versions must be plainly marked as such, and must not be
1344+ misrepresented as being the original software.
1345+ 3. This notice may not be removed or altered from any source distribution.
1346+
1347+Files: sql-bench/innotest1.sh
1348+ sql-bench/innotest1a.sh
1349+ sql-bench/innotest1b.sh
1350+ sql-bench/innotest2.sh
1351+ sql-bench/innotest2a.sh
1352+ sql-bench/innotest2b.sh
1353+Copyright: 2000-2002 Innobase Oy & MySQL AB
1354+Comment: These files fall under the blanket license specified in the file COPYING
1355+License: GPL-2
1356+
1357+Files: storage/innobase/btr/btr0sea.c
1358+ storage/innobase/include/log0log.h
1359+ storage/innobase/include/os0sync.h
1360+ storage/innobase/log/log0log.c
1361+ storage/innobase/row/row0sel.c
1362+Copyright: 1995-1997,2009-2010 Innobase Oy.
1363+ 2008-2009 Google Inc
1364+License: GPL-2
1365+
1366+Files: storage/innobase/btr/btr0cur.c
1367+ storage/innobase/buf/buf0buf.c
1368+ storage/innobase/include/sync0rw.h
1369+ storage/innobase/include/sync0sync.h
1370+ storage/innobase/sync/*
1371+Copyright: 1994-2011 Oracle and/or its affiliates.
1372+ 2008 Google Inc
1373+License: GPL-2
1374+
1375+Files: storage/myisam/rt_index.h
1376+ storage/myisam/rt_key.c
1377+ storage/myisam/rt_mbr.c
1378+ storage/myisam/rt_mbr.h
1379+ storage/myisam/sp_defs.h
1380+Copyright: 2000,2002-2006 MySQL AB & Ramil Kalimullin
1381+License: GPL-2
1382+
1383+Files: storage/innobase/include/ut0bh.h
1384+ storage/innobase/trx/trx0rseg.c
1385+ storage/innobase/ut/ut0bh.c
1386+ storage/innobase/ut/ut0ut.c
1387+Copyright: 1996,2010-2011 Oracle Corpn.
1388+License: GPL-2
1389+
1390+Files: plugin/semisync/semisync.cc
1391+ plugin/semisync/semisync.h
1392+ plugin/semisync/semisync_slave_plugin.cc
1393+Copyright: 2008 MySQL AB
1394+ 2007 Google Inc
1395+License: GPL-2
1396+
1397+Files: strings/ctype-bin.c
1398+ strings/ctype-eucjpms.c
1399+ strings/ctype-ujis.c
1400+Copyright: 2000,2002,2005-2011 Oracle and/or its affiliates. & tommy@valley.ne.jp
1401+License: LGPL
1402+ On Debian and systems the full text of the GNU Library General Public
1403+ License version 2 can be found in the file
1404+ `/usr/share/common-licenses/LGPL-2`
1405+
1406+Files: scripts/mysqld_safe.sh
1407+ support-files/mysql-multi.server.sh
1408+ support-files/mysql.server.sh
1409+Copyright: 1996 Abandoned TCX DataKonsult AB & Monty Program KB & Detron HB
1410+License: PD
1411+ This file is public domain and comes with NO WARRANTY of any kind
1412+
1413+Files: sql/sql_yacc.cc
1414+ sql/sql_yacc.h
1415+Copyright: 1984,1989-1990,2000-2006 Free Software Foundation, Inc.
1416+License: GPL-2+
1417+
1418+Files: storage/innobase/include/pars0grm.h
1419+ storage/innobase/pars/pars0grm.c
1420+Copyright: 1995-2009 Innobase Oy.
1421+ 1984,1989-1990,2000-2004 Free Software Foundation Inc.
1422+License: GPL-2
1423+ As a special exception, when this file is copied by Bison into a
1424+ Bison output file, you may use that output file without restriction.
1425+ This special exception was added by the Free Software Foundation
1426+ in version 1.24 of Bison.
1427+ .
1428+ This program is free software; you can redistribute it and/or modify it under
1429+ the terms of the GNU General Public License as published by the Free Software
1430+ Foundation; version 2 of the License.
1431+ .
1432+ This program is distributed in the hope that it will be useful, but WITHOUT
1433+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1434+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1435+ .
1436+ You should have received a copy of the GNU General Public License along with
1437+ this program; if not, write to the Free Software Foundation, Inc.,
1438+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
1439+
1440+
1441+Files: storage/innobase/include/srv0srv.h
1442+ storage/innobase/srv/srv0start.c
1443+Copyright: 1995-1996,2010-2011 Innobase Oy.
1444+ 2008-2009 Google Inc
1445+ 2009 Percona Inc
1446+License: GPL-2
1447+
1448+Files: plugin/semisync/semisync_master.cc
1449+ plugin/semisync/semisync_master_plugin.cc
1450+Copyright: 2008-2009 MySQL AB Sun Microsystems Inc
1451+ 2007 Google Inc
1452+License: GPL-2
1453+
1454+Files: storage/innobase/include/os0file.h
1455+ storage/innobase/os/os0file.c
1456+Copyright: 1995-2010 Innobase Oy.
1457+ 2009 Percona Inc
1458+License: GPL-2
1459+
1460+Files: include/t_ctype.h
1461+ strings/t_ctype.h
1462+Copyright: 2000 MySQL AB
1463+ 1998 Theppitak Karoonboonyanan
1464+ 1998-1999 Pruet Boonma
1465+License: GPL-2
1466+
1467+Files: cmd-line-utils/libedit/np/strlcat.c
1468+ cmd-line-utils/libedit/np/strlcpy.c
1469+Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
1470+License: ISC
1471+ Permission to use, copy, modify, and distribute this software for any
1472+ purpose with or without fee is hereby granted, provided that the above
1473+ copyright notice and this permission notice appear in all copies.
1474+ .
1475+ THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
1476+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1477+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE
1478+ FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1479+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1480+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1481+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1482+
1483+Files: sql/nt_servc.cc
1484+ sql/nt_servc.h
1485+Copyright: 1998 Abandoned Irena Pancirov - Irnet Snc
1486+License: PD
1487+ This file is public domain and comes with NO WARRANTY of any kind
1488+
1489+Files: dbug/dbug.c
1490+ dbug/dbug_long.h
1491+Copyright: 1987 Abandoned Fred Fish
1492+License: UNKNOWN
1493+ N O T I C E
1494+ .
1495+ Copyright Abandoned, 1987, Fred Fish
1496+ .
1497+ .
1498+ This previously copyrighted work has been placed into the public
1499+ domain by the author and may be freely used for any purpose,
1500+ private or commercial.
1501+ .
1502+ Because of the number of inquiries I was receiving about the use
1503+ of this product in commercially developed works I have decided to
1504+ simply make it public domain to further its unrestricted use. I
1505+ specifically would be most happy to see this material become a
1506+ part of the standard Unix distributions by AT&T and the Berkeley
1507+ Computer Science Research Group, and a standard part of the GNU
1508+ system from the Free Software Foundation.
1509+ .
1510+ I would appreciate it, as a courtesy, if this notice is left in
1511+ all copies and derivative works. Thank you.
1512+ .
1513+ The author makes no warranty of any kind with respect to this
1514+ product and explicitly disclaims any implied warranties of mer-
1515+ chantability or fitness for any particular purpose.
1516+
1517+Files: cmd-line-utils/libedit/np/vis.c
1518+Copyright: 1989-1993 The Regents of the University of California.
1519+ 1999-2005 The NetBSD Foundation Inc
1520+License: BSD (3 clause)
1521+ Redistribution and use in source and binary forms, with or without
1522+ modification, are permitted provided that the following conditions
1523+ are met:
1524+ 1. Redistributions of source code must retain the above copyright
1525+ notice, this list of conditions and the following disclaimer.
1526+ 2. Redistributions in binary form must reproduce the above copyright
1527+ notice, this list of conditions and the following disclaimer in the
1528+ documentation and/or other materials provided with the distribution.
1529+ 3. Neither the name of the University nor the names of its contributors
1530+ may be used to endorse or promote products derived from this software
1531+ without specific prior written permission.
1532+ .
1533+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1534+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1535+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1536+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1537+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1538+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1539+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1540+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1541+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1542+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1543+ SUCH DAMAGE.
1544+
1545+Files: scripts/dheadgen.pl
1546+Copyright: 2008-2009 Sun Microsystems Inc
1547+License: BSD (3 clause)
1548+
1549+Files: storage/ndb/test/src/getarg.c
1550+Copyright: 1997-2000 - Kungliga Tekniska Hogskolan
1551+License: BSD (3 clause)
1552+
1553+Files: storage/ndb/test/include/getarg.h
1554+Copyright: 2003 MySQL AB
1555+ 1997-1999 Kungliga Tekniska Hogskolan
1556+License: BSD (3 clause) GPL-2
1557+ This program is free software; you can redistribute it and/or modify
1558+ it under the terms of the GNU General Public License as published by
1559+ the Free Software Foundation; version 2 of the License.
1560+ .
1561+ This program is distributed in the hope that it will be useful,
1562+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1563+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1564+ GNU General Public License for more details.
1565+ .
1566+ You should have received a copy of the GNU General Public License
1567+ along with this program; if not, write to the Free Software Foundation, Inc.,
1568+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
1569+ .
1570+ Copyright (c) 1997, 1999 Kungliga Tekniska Hogskolan
1571+ (Royal Institute of Technology, Stockholm, Sweden).
1572+ All rights reserved.
1573+ .
1574+ Redistribution and use in source and binary forms, with or without
1575+ modification, are permitted provided that the following conditions
1576+ are met:
1577+ .
1578+ 1. Redistributions of source code must retain the above copyright
1579+ notice, this list of conditions and the following disclaimer.
1580+ .
1581+ 2. Redistributions in binary form must reproduce the above copyright
1582+ notice, this list of conditions and the following disclaimer in the
1583+ documentation and/or other materials provided with the distribution.
1584+ .
1585+ 3. Neither the name of the Institute nor the names of its contributors
1586+ may be used to endorse or promote products derived from this software
1587+ without specific prior written permission.
1588+ .
1589+ THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
1590+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1591+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1592+ ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
1593+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1594+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1595+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1596+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1597+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1598+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1599+ SUCH DAMAGE.
1600+
1601+Files: storage/innobase/handler/ha_innodb.cc
1602+Copyright: 2008-2009 Google Inc
1603+ 2009 Percona Inc
1604+ 2000-2011 MySQL AB & Innobase Oy.
1605+License: GPL-2
1606+
1607+Files: plugin/semisync/semisync_master.h
1608+Copyright: 2008-2009 MySQL AB Sun Microsystems Inc
1609+ 2007 Google Inc
1610+License: GPL-2
1611+
1612+Files: storage/innobase/srv/srv0srv.c
1613+Copyright: 2008-2009 Google Inc
1614+ 1995-2011 Oracle and/or its affiliates.
1615+ 2009 Percona Inc
1616+License: GPL-2
1617+
1618+Files: storage/innobase/ut/ut0rbt.c
1619+Copyright: 2007-2010 Innobase Oy.
1620+ 2007 Oracle/Innobase Oy
1621+License: GPL-2
1622+
1623+Files: strings/ctype-win1250ch.c
1624+Copyright: 2002-2010 Oracle and/or its affiliates.
1625+ 2001 Jan Pazdziora
1626+License: GPL-2
1627+
1628+Files: strings/ctype-tis620.c
1629+Copyright: 1998 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
1630+ 1989-1991 Samphan Raruenrom <samphan@thai.com>
1631+ 2000-2010 Oracle and/or its affiliates.
1632+ 2003 Sathit Jittanupat
1633+ 2001 Korakot Chaovavanich <korakot@iname.com> and
1634+ 1998-1999 Pruet Boonma <pruet@eng.cmu.ac.th>
1635+License: GPL-2
1636+
1637+Files: storage/innobase/handler/ha_innodb.h
1638+Copyright: 2000-2010 MySQL AB & Innobase Oy.
1639+License: GPL-2
1640+
1641+Files: strings/dtoa.c
1642+Copyright: 2007-2010 Oracle and/or its affiliates.
1643+ 1991,2000-2001 Lucent Technologies
1644+License: LGPL
1645+
1646+Files: scripts/mysqldumpslow.sh
1647+Copyright: 2000-2002,2005-2009 MySQL AB Sun Microsystems Inc
1648+License: LGPL
1649+
1650+Files: libmysqld/lib_sql.cc
1651+Copyright: 2000 SWsoft company
1652+License: SWsoft
1653+ This material is provided "as is", with absolutely no warranty expressed
1654+ or implied. Any use is at your own risk.
1655+ .
1656+ Permission to use or copy this software for any purpose is hereby granted
1657+ without fee, provided the above notices are retained on all copies.
1658+ Permission to modify the code and to distribute modified code is granted,
1659+ provided the above notices are retained, and a notice that the code was
1660+ modified is included with the above copyright notice.
1661+
1662+Files: tests/mail_to_db.pl
1663+Copyright: 1998 Abandoned TCX DataKonsult AB & Monty Program KB & Detron HB
1664+License: PD
1665+ This file is public domain and comes with NO WARRANTY of any kind
1666+
1667+Files: dbug/dbug_analyze.c
1668+Copyright: 1987 June Binayak Banerjee
1669+License: PD
1670+ This program may be freely distributed under the same terms and
1671+ conditions as Fred Fish's Dbug package.
1672+
1673+Files: regex/regexp.c
1674+Copyright: 1986 University of Toronto
1675+License: BSD-like
1676+ Permission is granted to anyone to use this software for any
1677+ purpose on any computer system, and to redistribute it freely,
1678+ subject to the following restrictions:
1679+ .
1680+ 1. The author is not responsible for the consequences of use of
1681+ this software, no matter how awful, even if they arise
1682+ from defects in it.
1683+ .
1684+ 2. The origin of this software must not be misrepresented, either
1685+ by explicit claim or by omission.
1686+ .
1687+ 3. Altered versions must be plainly marked as such, and must not
1688+ be misrepresented as being the original software.
1689+
1690+License: PD
1691+ This software is in the Public Domain.
1692+
1693+License: GPL-2
1694+ This program is free software; you can redistribute it and/or modify
1695+ it under the terms of the GNU General Public License as published by
1696+ the Free Software Foundation; version 2 of the License.
1697+ .
1698+ This program is distributed in the hope that it will be useful,
1699+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1700+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1701+ GNU General Public License for more details.
1702+ .
1703+ You should have received a copy of the GNU General Public License
1704+ along with this program; if not, write to the Free Software
1705+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
1706+ .
1707+ On Debian and systems the full text of the GNU General Public
1708+ License version 2 can be found in the file
1709+ `/usr/share/common-licenses/GPL-2`
1710+
1711+License: GPL-2+
1712+ This file is part of GNU Readline, a library for reading lines
1713+ of text with interactive input and history editing.
1714+ .
1715+ Readline is free software; you can redistribute it and/or modify it
1716+ under the terms of the GNU General Public License as published by the
1717+ Free Software Foundation; either version 2, or (at your option) any
1718+ later version.
1719+ .
1720+ Readline is distributed in the hope that it will be useful, but
1721+ WITHOUT ANY WARRANTY; without even the implied warranty of
1722+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1723+ General Public License for more details.
1724+ .
1725+ You should have received a copy of the GNU General Public License
1726+ along with Readline; see the file COPYING. If not, write to the Free
1727+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
1728+ MA 02110-1301, USA.
1729+ .
1730+ On Debian and systems the full text of the GNU General Public
1731+ License version 2 can be found in the file
1732+ `/usr/share/common-licenses/GPL-2`
1733+
1734+License: LGPL
1735+ This library is free software; you can redistribute it and/or
1736+ modify it under the terms of the GNU Library General Public
1737+ License as published by the Free Software Foundation; version 2
1738+ of the License.
1739+ .
1740+ This library is distributed in the hope that it will be useful,
1741+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1742+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1743+ Library General Public License for more details.
1744+ .
1745+ You should have received a copy of the GNU Library General Public
1746+ License along with this library; if not, write to the Free
1747+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
1748+ MA 02110-1301, USA
1749+ .
1750+ On Debian and systems the full text of the GNU Library General Public
1751+ License version 2 can be found in the file
1752+ `/usr/share/common-licenses/LGPL-2`
1753+
1754+License: BSD (3 clause)
1755+ Redistribution and use in source and binary forms, with or without
1756+ modification, are permitted provided that the following conditions
1757+ are met:
1758+ 1. Redistributions of source code must retain the above copyright
1759+ notice, this list of conditions and the following disclaimer.
1760+ 2. Redistributions in binary form must reproduce the above copyright
1761+ notice, this list of conditions and the following disclaimer in the
1762+ documentation and/or other materials provided with the distribution.
1763+ 3. Neither the name of the University nor the names of its contributors
1764+ may be used to endorse or promote products derived from this software
1765+ without specific prior written permission.
1766+ .
1767+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1768+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1769+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1770+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1771+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1772+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1773+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1774+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1775+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1776+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1777+ SUCH DAMAGE.
1778
1779=== renamed file 'build/debian/libmysqlclient16-dev.README.Maintainer' => 'build-ps/debian/libperconaserverclient16-dev.README.Maintainer'
1780=== renamed file 'build/debian/libmysqlclient16-dev.dirs' => 'build-ps/debian/libperconaserverclient16-dev.dirs'
1781=== renamed file 'build/debian/libmysqlclient16-dev.docs' => 'build-ps/debian/libperconaserverclient16-dev.docs'
1782=== renamed file 'build/debian/libmysqlclient16-dev.examples' => 'build-ps/debian/libperconaserverclient16-dev.examples'
1783=== renamed file 'build/debian/libmysqlclient16-dev.files' => 'build-ps/debian/libperconaserverclient16-dev.files'
1784--- build/debian/libmysqlclient16-dev.files 2012-01-04 18:48:32 +0000
1785+++ build-ps/debian/libperconaserverclient16-dev.files 2013-12-13 06:18:17 +0000
1786@@ -1,9 +1,13 @@
1787 usr/bin/mysql_config
1788-usr/include/mysql/*.h
1789-usr/lib/libmysqlclient.a
1790-usr/lib/libmysqlclient.la
1791-usr/lib/mysql/*.a
1792-usr/lib/mysql/*.la
1793+usr/include/percona-server/*
1794+usr/lib/*/libperconaserverclient.a
1795+usr/lib/*/libperconaserverclient.so
1796+usr/lib/*/libperconaserverclient_r.a
1797+usr/lib/*/libperconaserverclient_r.so
1798+usr/lib/*/percona-server/plugin/ha_example.*
1799+usr/lib/*/percona-server/plugin/ha_*_plugin.a
1800+usr/lib/*/percona-server/plugin/ha_*_plugin.la
1801+usr/share/aclocal/mysql.m4
1802 usr/share/man/man1/mysql_config.1
1803 usr/lib/libhsclient.a
1804 usr/lib/libhsclient.la
1805
1806=== renamed file 'build/debian/libmysqlclient16-dev.links' => 'build-ps/debian/libperconaserverclient16-dev.links'
1807--- build/debian/libmysqlclient16-dev.links 2012-01-04 18:48:32 +0000
1808+++ build-ps/debian/libperconaserverclient16-dev.links 2013-12-13 06:18:17 +0000
1809@@ -1,2 +1,2 @@
1810-usr/lib/libmysqlclient.so.16 usr/lib/libmysqlclient.so
1811-usr/lib/libmysqlclient_r.so.16 usr/lib/libmysqlclient_r.so
1812+usr/lib/libperconaserverclient.so.16 usr/lib/libperconaserverclient.so
1813+usr/lib/libperconaserverclient_r.so.16 usr/lib/libperconaserverclient_r.so
1814
1815=== renamed file 'build/debian/libmysqlclient16.dirs' => 'build-ps/debian/libperconaserverclient16.dirs'
1816=== renamed file 'build/debian/libmysqlclient16.docs' => 'build-ps/debian/libperconaserverclient16.docs'
1817=== renamed file 'build/debian/libmysqlclient16.files' => 'build-ps/debian/libperconaserverclient16.files'
1818--- build/debian/libmysqlclient16.files 2010-05-31 13:57:21 +0000
1819+++ build-ps/debian/libperconaserverclient16.files 2013-12-13 06:18:17 +0000
1820@@ -1,1 +1,1 @@
1821-usr/lib/libmysqlclient*.so.*
1822+usr/lib/libperconaserverclient*.so.*
1823
1824=== added file 'build-ps/debian/libperconaserverclient16.lintian-overrides'
1825--- build-ps/debian/libperconaserverclient16.lintian-overrides 1970-01-01 00:00:00 +0000
1826+++ build-ps/debian/libperconaserverclient16.lintian-overrides 2013-12-13 06:18:17 +0000
1827@@ -0,0 +1,4 @@
1828+# We are libmysqlclient, so of course we look like it.
1829+embedded-library binary: usr/lib/libperconaserverclient.so.16.0.0
1830+embedded-library binary: usr/lib/libperconaserverclient_r.so.16.0.0
1831+
1832
1833=== renamed file 'build/debian/libmysqlclient16.postinst' => 'build-ps/debian/libperconaserverclient16.postinst'
1834=== modified file 'build-ps/debian/percona-server-client-5.1.lintian-overrides'
1835--- build/debian/percona-server-client-5.1.lintian-overrides 2010-05-31 13:57:21 +0000
1836+++ build-ps/debian/percona-server-client-5.1.lintian-overrides 2013-12-13 06:18:17 +0000
1837@@ -1,3 +1,10 @@
1838+embedded-library binary: usr/sbin/mysqlmanager
1839 percona-server-client-5.1: package-has-a-duplicate-relation
1840 percona-server-client-5.1: wrong-name-for-upstream-changelog usr/share/doc/percona-server-client-5.1/changelog.innotop.gz
1841 percona-server-client-5.1: pkg-not-in-package-test innotop
1842+percona-server-client-5.1: binary-without-manpage usr/bin/hsclient
1843+percona-server-client-5.1: binary-without-manpage usr/bin/mysqlanalyze
1844+percona-server-client-5.1: binary-without-manpage usr/bin/mysqloptimize
1845+percona-server-client-5.1: binary-without-manpage usr/bin/mysqlrepair
1846+percona-server-client-5.1: binary-without-manpage usr/bin/mysqlslap
1847+
1848
1849=== modified file 'build-ps/debian/percona-server-server-5.1.dirs'
1850--- build/debian/percona-server-server-5.1.dirs 2010-05-31 13:57:21 +0000
1851+++ build-ps/debian/percona-server-server-5.1.dirs 2013-12-13 06:18:17 +0000
1852@@ -4,6 +4,6 @@
1853 usr/bin
1854 usr/sbin
1855 usr/share/man/man8
1856-usr/share/mysql
1857+usr/share/percona-server
1858 var/run/mysqld
1859 var/lib/mysql-upgrade
1860
1861=== modified file 'build-ps/debian/percona-server-server-5.1.files'
1862--- build/debian/percona-server-server-5.1.files 2011-04-12 04:45:12 +0000
1863+++ build-ps/debian/percona-server-server-5.1.files 2013-12-13 06:18:17 +0000
1864@@ -1,4 +1,4 @@
1865-usr/lib/mysql/*so*
1866+usr/lib/percona-server/*so*
1867 etc/mysql/debian-start
1868 etc/mysql/conf.d/mysqld_safe_syslog.cnf
1869 usr/bin/innochecksum
1870@@ -52,6 +52,6 @@
1871 usr/share/man/man1/innochecksum.1
1872 usr/share/man/man1/mysql_tzinfo_to_sql.1
1873 usr/share/man/man8/mysqld.8
1874-usr/share/mysql/
1875-usr/share/mysql-test/
1876-usr/lib/mysql/plugin/*
1877+usr/share/percona-server/
1878+usr/share/percona-server-test/
1879+usr/lib/percona-server/plugin/*.so
1880
1881=== modified file 'build-ps/debian/percona-server-server-5.1.links'
1882--- build/debian/percona-server-server-5.1.links 2011-04-12 04:45:12 +0000
1883+++ build-ps/debian/percona-server-server-5.1.links 2013-12-13 06:18:17 +0000
1884@@ -1,2 +1,3 @@
1885-usr/share/mysql-test/mysql-test-run.pl usr/share/mysql-test/mysql-test-run
1886-usr/share/mysql-test/mysql-test-run.pl usr/share/mysql-test/mtr
1887+usr/share/percona-server-test/mysql-test-run.pl usr/share/percona-server-test/mysql-test-run
1888+usr/share/percona-server-test/mysql-test-run.pl usr/share/percona-server-test/mtr
1889+usr/share/percona-server usr/share/mysql
1890
1891=== modified file 'build-ps/debian/percona-server-server-5.1.lintian-overrides'
1892--- build/debian/percona-server-server-5.1.lintian-overrides 2010-05-31 13:57:21 +0000
1893+++ build-ps/debian/percona-server-server-5.1.lintian-overrides 2013-12-13 06:18:17 +0000
1894@@ -1,4 +1,23 @@
1895+embedded-library binary: usr/sbin/mysqld
1896 percona-server-server-5.1: possible-bashism-in-maintainer-script postinst:81 'p{("a".."z","A".."Z",0..9)[int(rand(62))]}'
1897 percona-server-server-5.1: possible-bashism-in-maintainer-script preinst:33 '${cmd/ */}'
1898 percona-server-server-5.1: statically-linked-binary ./usr/bin/mysql_tzinfo_to_sql
1899 percona-server-server-5.1: statically-linked-binary ./usr/sbin/mysqld
1900+percona-server-server-5.1: command-with-path-in-maintainer-script postinst:141 /bin/bash
1901+percona-server-server-5.1: command-with-path-in-maintainer-script postinst:195 /bin/echo
1902+percona-server-server-5.1: command-with-path-in-maintainer-script postinst:207 /bin/echo
1903+percona-server-server-5.1: command-with-path-in-maintainer-script postinst:216 /bin/echo
1904+percona-server-server-5.1: command-with-path-in-maintainer-script postinst:228 /bin/echo
1905+percona-server-server-5.1: command-with-path-in-maintainer-script preinst:53 /bin/echo
1906+percona-server-server-5.1: command-with-path-in-maintainer-script preinst:54 /bin/echo
1907+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/lib/v1/mysql-test-run.pl
1908+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/std_data/checkDBI_DBD-mysql.pl
1909+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/suite/engines/rr_trx/run_stress_tx_rr.pl
1910+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/suite/funcs_1/lib/DataGen_local.pl
1911+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/suite/funcs_1/lib/DataGen_modify.pl
1912+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/suite/funcs_2/lib/gen_charset_utf8.pl
1913+percona-server-server-5.1: script-not-executable usr/share/percona-server-test/t/backup-master.sh
1914+extra-license-file usr/share/doc/percona-server-server-5.1/COPYING.gz
1915+extra-license-file usr/share/doc/percona-server-server-5.1/COPYING.innodb-deadlock-count-patch
1916+extra-license-file usr/share/doc/percona-server-server-5.1/COPYING.show_temp_51
1917+
1918
1919=== modified file 'build-ps/debian/percona-server-server-5.1.postinst'
1920--- build/debian/percona-server-server-5.1.postinst 2011-03-18 15:03:47 +0000
1921+++ build-ps/debian/percona-server-server-5.1.postinst 2013-12-13 06:18:17 +0000
1922@@ -61,7 +61,7 @@
1923
1924 case "$1" in
1925 configure)
1926- mysql_datadir=/usr/share/mysql
1927+ mysql_datadir=/usr/share/percona-server
1928 mysql_statedir=/var/lib/mysql
1929 mysql_rundir=/var/run/mysqld
1930 mysql_logdir=/var/log
1931
1932=== modified file 'build-ps/debian/percona-server-server-5.1.postrm'
1933--- build/debian/percona-server-server-5.1.postrm 2010-05-31 13:57:21 +0000
1934+++ build-ps/debian/percona-server-server-5.1.postrm 2013-12-13 06:18:17 +0000
1935@@ -78,6 +78,6 @@
1936 fi
1937 # (normally) End automatically added section
1938
1939-# no DEBHELPER here, "update-rc.d remove" fails if percona-server-server-5.1 is installed
1940+#DEBHELPER#
1941
1942 exit 0
1943
1944=== modified file 'build-ps/debian/rules'
1945--- build/debian/rules 2013-12-13 06:18:14 +0000
1946+++ build-ps/debian/rules 2013-12-13 06:18:17 +0000
1947@@ -3,37 +3,43 @@
1948 export DH_VERBOSE=1
1949
1950 PACKAGE=percona-server-5.1
1951-
1952-include /usr/share/dpatch/dpatch.make
1953+PS_VERSION_EXTRA = $(shell echo "Percona Server (GPL), $(DEBVERSION)")
1954
1955 TMP=$(CURDIR)/debian/tmp/
1956
1957+<<<<<<< TREE
1958 major_version_default=14
1959 minor_version_default=9
1960
1961+=======
1962+>>>>>>> MERGE-SOURCE
1963 ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
1964 ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
1965 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
1966 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
1967-DEBVERSION = $(shell echo "rel`if test -z \"$(major_version)\"; then echo ${major_version_default}; else echo $(major_version); fi`.`if test -z \"$(minor_version)\"; then echo ${minor_version_default}; else echo $(minor_version); fi`" )
1968+DEBVERSION = $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed 's/^.*-//' )
1969+
1970+ifneq (,$(filter $(ARCH), i386 kfreebsd-i386 hurd-i386))
1971+ USE_THIS_GCC_VERSION:=-4.4
1972+endif
1973+
1974+export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc$(USE_THIS_GCC_VERSION)
1975+export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++$(USE_THIS_GCC_VERSION)
1976
1977 DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
1978 DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
1979 DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)
1980 DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
1981 DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
1982-
1983-
1984-DISTRIBUTION = $(shell echo "Percona Server (GPL), `if test -z \"$(major_version)\"; then echo ${major_version_default}; else echo $(major_version); fi`.`if test -z \"$(minor_version)\"; then echo ${minor_version_default}; else echo $(minor_version); fi``if ! test -z \"$(BB_PERCONA_REVISION)\"; then echo \", Revision $(BB_PERCONA_REVISION)\"; fi`")
1985+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1986+
1987+EXPORTED_SOURCE_TARBALL = debian/percona-server-source-5.1.tar.gz
1988+
1989+DISTRIBUTION = $(shell lsb_release -i -s)
1990
1991 MAKE_J = -j$(shell if [ -f /proc/cpuinfo ] ; then grep -c processor.* /proc/cpuinfo ; else echo 1 ; fi)
1992 ifeq (${MAKE_J}, -j0)
1993- MAKE_J = -j4
1994-endif
1995-ifeq ($(MYSQL_BUILD_MAKE_JFLAG),)
1996- MAKE_JFLAG = $(MAKE_J)
1997-else
1998- MAKE_JFLAG = $(MYSQL_BUILD_MAKE_JFLAG)
1999+ MAKE_J = -j1
2000 endif
2001
2002 MYSQL_SRC = $(shell pwd)
2003@@ -68,7 +74,6 @@
2004 ifneq ($(ARCH_OS),hurd)
2005 if [ ! -d /proc/self ]; then echo "/proc IS NEEDED" 1>&2; exit 1; fi
2006 endif
2007- sh -c "./BUILD/autorun.sh"
2008
2009 sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
2010 CC=$${MYSQL_BUILD_CC:-gcc} \
2011@@ -89,7 +94,7 @@
2012 --mandir=/usr/share/man \
2013 \
2014 --with-server-suffix="-$(DEBVERSION)" \
2015- --with-comment="($(DISTRIBUTION))" \
2016+ --with-comment="($(PS_VERSION_EXTRA))" \
2017 --with-system-type="debian-linux-gnu" \
2018 \
2019 --enable-shared \
2020@@ -112,15 +117,12 @@
2021 \
2022 --without-embedded-server \
2023 --with-embedded-privilege-control'
2024-
2025- # --sysconfdir=/etc/mysql -- Appends /etc/mysql after ~/ in the my.cnf search patch!
2026- #
2027- # --with-debug
2028-
2029 touch configure-stamp
2030
2031+build: build-arch build-indep
2032+build-arch: build-stamp
2033+build-indep: build-stamp
2034
2035-build: build-stamp
2036 build-stamp: configure
2037 dh_testdir
2038
2039@@ -134,7 +136,6 @@
2040 touch testsuite-stamp
2041
2042 touch build-stamp
2043-
2044
2045 clean: clean-patched unpatch
2046 rm -rf debian/patched
2047@@ -145,7 +146,7 @@
2048 rm -f configure-stamp
2049 rm -f build-stamp
2050 rm -f testsuite-stamp
2051-
2052+
2053 [ ! -f Makefile ] || $(MAKE) clean
2054 [ ! -d mysql-test/var ] || rm -rf mysql-test/var
2055
2056@@ -173,7 +174,6 @@
2057 debconf-updatepo
2058 dh_clean -v
2059
2060-
2061 install:
2062 install: build
2063 @echo "RULES.install"
2064@@ -196,16 +196,15 @@
2065 $(MAKE) install DESTDIR=$(TMP)/
2066 # build HandlerSockect
2067 cd storage/HandlerSocket-Plugin-for-MySQL && \
2068- ./autogen.sh && \
2069 CXX="$${HS_CXX:-g++}" ./configure --with-mysql-source="$(MYSQL_SRC)" \
2070 --with-mysql-bindir="$(MYSQL_SRC)/scripts" \
2071- --with-mysql-plugindir="/usr/lib/mysql/plugin" \
2072+ --with-mysql-plugindir="/usr/lib/percona-server/plugin" \
2073 --libdir="/usr/lib" \
2074 --prefix="/usr" && \
2075 $(MAKE) $(MAKE_JFLAG)
2076 cd storage/HandlerSocket-Plugin-for-MySQL && $(MAKE) install DESTDIR=$(TMP)/
2077 # build Maatkit UDF
2078- cd UDF/ && CXX="$${UDF_CXX:-g++}" ./configure --includedir=$(MYSQL_SRC)/include --libdir=/usr/lib/mysql/plugin && $(MAKE) all && $(MAKE) install DESTDIR=$(TMP)/
2079+ cd UDF/ && CXX="$${UDF_CXX:-g++}" ./configure --includedir=$(MYSQL_SRC)/include --libdir=/usr/lib/percona-server/plugin && $(MAKE) all && $(MAKE) install DESTDIR=$(TMP)/
2080
2081 # After installing, remove rpath to make lintian happy.
2082 set +e; \
2083@@ -216,8 +215,11 @@
2084 | xargs --no-run-if-empty chrpath -d; \
2085 set -e
2086
2087+ # move the test dir
2088+ mv $(TMP)/usr/mysql-test $(TMP)/usr/share/percona-server-test
2089+
2090 # libperconaserverclient: move shared libraries (but not the rest like libheap.a & co)
2091- mv $(TMP)/usr/lib/mysql/libperconaserverclient* $(TMP)/usr/lib
2092+ mv $(TMP)/usr/lib/percona-server/libperconaserverclient* $(TMP)/usr/lib
2093 perl -pi -e 's#/usr/lib/mysql#/usr/lib#' $(TMP)/usr/lib/libperconaserverclient.la
2094 perl -pi -e 's#/usr/lib/mysql#/usr/lib#' $(TMP)/usr/lib/libperconaserverclient_r.la
2095 # Check if our beloved versioned symbols are really there
2096@@ -227,8 +229,8 @@
2097 fi
2098
2099 # libperconaserverclient-dev: forgotten header file since 3.23.25?
2100- cp include/my_config.h $(TMP)/usr/include/mysql/
2101- cp include/my_dir.h $(TMP)/usr/include/mysql/
2102+ cp include/my_config.h $(TMP)/usr/include/percona-server/
2103+ cp include/my_dir.h $(TMP)/usr/include/percona-server/
2104
2105 # percona-server-common: We now provide our own config file.
2106 install -d $(TMP)/etc/mysql
2107@@ -240,15 +242,15 @@
2108 # percona-server-server
2109 install -m 0755 scripts/mysqld_safe $(TMP)/usr/bin/mysqld_safe
2110 mkdir -p $(TMP)/usr/share/doc/percona-server-server-5.1/examples
2111- mv $(TMP)/usr/share/mysql/*cnf $(TMP)/usr/share/doc/percona-server-server-5.1/examples/
2112- rm -vf $(TMP)/usr/share/mysql/mi_test_all* \
2113- $(TMP)/usr/share/mysql/mysql-log-rotate \
2114- $(TMP)/usr/share/mysql/mysql.server \
2115- $(TMP)/usr/share/mysql/binary-configure
2116+ mv $(TMP)/usr/share/percona-server/*cnf $(TMP)/usr/share/doc/percona-server-server-5.1/examples/
2117+ rm -vf $(TMP)/usr/share/percona-server/mi_test_all* \
2118+ $(TMP)/usr/share/percona-server/mysql-log-rotate \
2119+ $(TMP)/usr/share/percona-server/mysql.server \
2120+ $(TMP)/usr/share/percona-server/binary-configure
2121 nm -n sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/percona-server-server-5.1/mysqld.sym.gz
2122- install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
2123+ install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/percona-server/
2124 install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
2125- install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
2126+ install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/percona-server/
2127 # lintian overrides
2128 mkdir -p $(TMP)/usr/share/lintian/overrides/
2129 cp debian/percona-server-common-5.1.lintian-overrides $(TMP)/usr/share/lintian/overrides/percona-server-common-5.1
2130@@ -326,18 +328,6 @@
2131
2132 binary: binary-indep binary-arch
2133
2134-get-orig-source:
2135- @wget -nv -T10 -t3 \
2136- -O /tmp/mysql-$(DEB_UPSTREAM_VERSION).tar.gz \
2137- http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/mysql-$(DEB_UPSTREAM_VERSION).tar.gz
2138- @tar xfz /tmp/mysql-$(DEB_UPSTREAM_VERSION).tar.gz -C /tmp
2139- @rm -rf /tmp/mysql-$(DEB_UPSTREAM_VERSION)/Docs
2140- @rm -rf /tmp/mysql-$(DEB_UPSTREAM_VERSION)/debian
2141- @mv /tmp/mysql-$(DEB_UPSTREAM_VERSION) /tmp/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
2142- @cd /tmp ; tar czf $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
2143- @rm -f /tmp/mysql-$(DEB_UPSTREAM_VERSION).tar.gz
2144- @rm -rf /tmp/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
2145-
2146 .PHONY: clean clean-patched configure build binary binary-indep binary-arch install patch unpatch
2147
2148 # vim: ts=8
2149
2150=== added directory 'build-ps/debian/source'
2151=== added file 'build-ps/debian/source/format'
2152--- build-ps/debian/source/format 1970-01-01 00:00:00 +0000
2153+++ build-ps/debian/source/format 2013-12-13 06:18:17 +0000
2154@@ -0,0 +1,1 @@
2155+3.0 (quilt)
2156
2157=== modified file 'build-ps/percona-server.spec'
2158--- build/percona-server.spec 2013-12-13 06:18:14 +0000
2159+++ build-ps/percona-server.spec 2013-12-13 06:18:17 +0000
2160@@ -8,44 +8,29 @@
2161 # Some common macro definitions
2162 ##############################################################################
2163
2164-# Required arguments
2165-# gotrevision - Revision in BZR branch
2166-
2167 %define mysql_vendor Percona, Inc
2168-%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')
2169+%define distrodescription %(lsb_release -ds)
2170 %define community 1
2171+<<<<<<< TREE
2172 %define mysqlversion 5.1.71
2173+=======
2174+%define mysqlversion 5.1.70
2175+>>>>>>> MERGE-SOURCE
2176 %define majorversion 14
2177+<<<<<<< TREE
2178 %define minorversion 9
2179 %define distribution rhel%{redhatversion}
2180 %define release rel%{majorversion}.%{minorversion}.%{gotrevision}.%{distribution}
2181+=======
2182+%define minorversion 7
2183+%define psrelease %{majorversion}.%{minorversion}
2184+>>>>>>> MERGE-SOURCE
2185
2186 %define mysqld_user mysql
2187 %define mysqld_group mysql
2188 %define mysqldatadir /var/lib/mysql
2189 %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
2190
2191-# ------------------------------------------------------------------------------
2192-# Meta information, don't remove!
2193-# ------------------------------------------------------------------------------
2194-# norootforbuild
2195-
2196-# ------------------------------------------------------------------------------
2197-# On SuSE 9 no separate "debuginfo" package is built. To enable basic
2198-# debugging on that platform, we don't strip binaries on SuSE 9. We
2199-# disable the strip of binaries by redefining the RPM macro
2200-# "__os_install_post" leaving out the script calls that normally does
2201-# this. We do this in all cases, as on platforms where "debuginfo" is
2202-# created, a script "find-debuginfo.sh" will be called that will do
2203-# the strip anyway, part of separating the executable and debug
2204-# information into separate files put into separate packages.
2205-#
2206-# Some references (shows more advanced conditional usage):
2207-# http://www.redhat.com/archives/rpm-list/2001-November/msg00257.html
2208-# http://www.redhat.com/archives/rpm-list/2003-February/msg00275.html
2209-# http://www.redhat.com/archives/rhl-devel-list/2004-January/msg01546.html
2210-# http://lists.opensuse.org/archive/opensuse-commit/2006-May/1171.html
2211-# ------------------------------------------------------------------------------
2212 %define __os_install_post /usr/lib/rpm/brp-compress
2213
2214 # ------------------------------------------------------------------------------
2215@@ -87,24 +72,9 @@
2216 %{?_without_libgcc:%define WITH_LIBGCC 0}
2217
2218
2219-# On SuSE 9 no separate "debuginfo" package is built. To enable basic
2220-# debugging on that platform, we don't strip binaries on SuSE 9. We
2221-# disable the strip of binaries by redefining the RPM macro
2222-# "__os_install_post" leaving out the script calls that normally does
2223-# this. We do this in all cases, as on platforms where "debuginfo" is
2224-# created, a script "find-debuginfo.sh" will be called that will do
2225-# the strip anyway, part of separating the executable and debug
2226-# information into separate files put into separate packages.
2227-#
2228-# Some references (shows more advanced conditional usage):
2229-# http://www.redhat.com/archives/rpm-list/2001-November/msg00257.html
2230-# http://www.redhat.com/archives/rpm-list/2003-February/msg00275.html
2231-# http://www.redhat.com/archives/rhl-devel-list/2004-January/msg01546.html
2232-# http://lists.opensuse.org/archive/opensuse-commit/2006-May/1171.html
2233-
2234 %define __os_install_post /usr/lib/rpm/brp-compress
2235
2236-%define server_suffix -rel%{majorversion}.%{minorversion}
2237+%define server_suffix -%{psrelease}
2238 %define package_suffix -51
2239 %define ndbug_comment Percona Server (GPL), %{majorversion}.%{minorversion}, Revision %{gotrevision}
2240 %define debug_comment Percona Server - Debug (GPL), %{majorversion}.%{minorversion}, Revision %{gotrevision}
2241@@ -113,27 +83,33 @@
2242
2243 %define BUILD_DEBUG 0
2244
2245-%define lic_type GNU GPL v2
2246 %define lic_files COPYING README
2247-%define src_dir Percona-Server-%{mysqlversion}%{server_suffix}
2248
2249 ##############################################################################
2250 # Main spec file section
2251 ##############################################################################
2252
2253-Name: Percona-Server%{package_suffix}
2254-Summary: Percona-Server: a very fast and reliable SQL database server
2255-Group: Applications/Databases
2256-Version: %{mysqlversion}
2257-Release: %{release}
2258-Distribution: Red Hat Enterprise Linux %{redhatversion}
2259-License: GPL version 2 http://www.gnu.org/licenses/gpl-2.0.html
2260-Source: Percona-Server-%{mysqlversion}%{server_suffix}.tar.gz
2261-URL: http://www.percona.com/
2262-Packager: %{mysql_vendor} Development Team <mysql-dev@percona.com>
2263-Vendor: %{mysql_vendor}
2264-Provides: msqlormysql MySQL-server Percona-XtraDB-server
2265-BuildRequires: gperf perl gcc-c++ ncurses-devel zlib-devel libtool automake autoconf time bison
2266+Name: Percona-Server%{package_suffix}
2267+Summary: Drop-in MySQL replacement: fast and reliable
2268+Group: Applications/Databases
2269+Version: %{mysqlversion}
2270+Release: %{psrelease}.1%{?dist}
2271+License: GPLv2
2272+Source: http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-%{mysqlversion}%{server_suffix}/source/percona-server-%{mysqlversion}%{server_suffix}.tar.gz
2273+URL: http://www.percona.com/
2274+Provides: msqlormysql MySQL-server Percona-XtraDB-server
2275+BuildRequires: automake
2276+BuildRequires: autoconf
2277+BuildRequires: bison
2278+BuildRequires: gcc-c++
2279+BuildRequires: gperf
2280+BuildRequires: libtool
2281+BuildRequires: ncurses-devel
2282+BuildRequires: perl
2283+BuildRequires: time
2284+BuildRequires: openssl-devel
2285+BuildRequires: procps-ng
2286+BuildRequires: zlib-devel
2287
2288 # Think about what you use here since the first step is to
2289 # run a rm -rf
2290@@ -154,7 +130,7 @@
2291 ##############################################################################
2292
2293 %package -n Percona-Server-server%{package_suffix}
2294-Summary: %{ndbug_comment} for Red Hat Enterprise Linux %{redhatversion}
2295+Summary: %{ndbug_comment}
2296 Group: Applications/Databases
2297 Requires: Percona-Server-shared%{package_suffix} Percona-Server-client%{package_suffix} chkconfig coreutils shadow-utils grep procps
2298 Provides: msqlormysql mysql-server MySQL-server Percona-XtraDB-server
2299@@ -239,7 +215,7 @@
2300
2301 %prep
2302
2303-%setup -n %{src_dir}
2304+%setup -n percona-server-%{mysqlversion}%{server_suffix}
2305
2306
2307 ##############################################################################
2308@@ -270,14 +246,6 @@
2309 echo "BUILD =================="
2310 echo $*
2311
2312-MAKE_J=-j`if [ -f /proc/cpuinfo ] ; then grep -c processor.* /proc/cpuinfo ; else echo 1 ; fi`
2313-if [ $MAKE_J = -j0 ]
2314-then
2315- MAKE_J=-j4
2316-fi
2317-
2318-MAKE_JFLAG="${MAKE_JFLAG:-$MAKE_J}"
2319-
2320 # The --enable-assembler simply does nothing on systems that does not
2321 # support assembler speedups.
2322 sh -c "CFLAGS=\"$CFLAGS\" \
2323@@ -311,26 +279,27 @@
2324 %endif
2325 $OPT_DEBUG \
2326 --with-readline \
2327- ; make $MAKE_JFLAG"
2328+ ; make %{?_smp_mflags}"
2329 }
2330 # end of function definition "BuildMySQL"
2331
2332 BuildHandlerSocket() {
2333 cd storage/HandlerSocket-Plugin-for-MySQL
2334 ./autogen.sh
2335-CXX=${HS_CXX:-g++} ./configure --with-mysql-source=$RPM_BUILD_DIR/%{src_dir} \
2336- --with-mysql-bindir=$RPM_BUILD_DIR/%{src_dir}/scripts \
2337- --with-mysql-plugindir=%{_libdir}/mysql/plugin \
2338+CXX=${HS_CXX:-g++} ./configure --with-mysql-source=../../ \
2339+ --with-mysql-bindir=../../scripts \
2340+ --with-mysql-plugindir=%{_libdir}/percona-server/plugin \
2341 --libdir=%{_libdir} \
2342 --prefix=%{_prefix}
2343-make $MAKE_JFLAG
2344+make %{?_smp_mflags}
2345 cd -
2346 }
2347
2348 BuildUDF() {
2349+MYSQL_SOURCE=`pwd`
2350 cd UDF
2351-CXX=${UDF_CXX:-g++} ./configure --includedir=$RPM_BUILD_DIR/%{src_dir}/include --libdir=%{_libdir}/mysql/plugin
2352-make $MAKE_JFLAG all
2353+CXX=${UDF_CXX:-g++} ./configure --includedir=$MYSQL_SOURCE/include --libdir=%{_libdir}/percona-server/plugin
2354+make %{?_smp_mflags} all
2355 cd -
2356 }
2357 # end of function definition "BuildHandlerSocket"
2358@@ -366,7 +335,7 @@
2359 done
2360
2361 RBR=$RPM_BUILD_ROOT
2362-MBD=$RPM_BUILD_DIR/%{src_dir}
2363+MBD=$RPM_BUILD_DIR/
2364
2365 # Move the test suite to /usr/share/mysql
2366 sed -i 's@[$][(]prefix[)]@\0/share@' mysql-test/Makefile.am \
2367@@ -395,7 +364,8 @@
2368 # Include libgcc.a in the devel subpackage (BUG 4921)
2369 %if %{WITH_LIBGCC}
2370 libgcc=`$CC $CFLAGS --print-libgcc-file`
2371-install -m 644 "$libgcc" $RBR%{_libdir}/mysql/libmygcc.a
2372+mkdir -p $RBR%{_libdir}/percona-server/
2373+install -m 644 "$libgcc" $RBR%{_libdir}/percona-server/libmygcc.a
2374 %endif
2375
2376 ##############################################################################
2377@@ -408,7 +378,7 @@
2378 ( BuildServer ) # subshell, so that CFLAGS + CXXFLAGS are modified only locally
2379
2380 if [ "$MYSQL_RPMBUILD_TEST" != "no" ] ; then
2381- MTR_BUILD_THREAD=auto make $MAKE_JFLAG %{DEBUG_TEST_MODE}
2382+ MTR_BUILD_THREAD=auto make %{?_smp_mflags} %{DEBUG_TEST_MODE}
2383 fi
2384
2385 # Get the debug server and its .sym file from the build tree
2386@@ -417,8 +387,8 @@
2387 #else
2388 # cp sql/mysqld $RBR%{_sbindir}/mysqld-debug
2389 #fi
2390-#cp libmysqld/libmysqld.a $RBR%{_libdir}/mysql/libmysqld-debug.a
2391-#cp sql/mysqld.sym $RBR%{_libdir}/mysql/mysqld-debug.sym
2392+#cp libmysqld/libmysqld.a $RBR%{_libdir}/percona-server/libmysqld-debug.a
2393+#cp sql/mysqld.sym $RBR%{_libdir}/percona-server/mysqld-debug.sym
2394
2395 %endif
2396
2397@@ -430,7 +400,7 @@
2398 BuildHandlerSocket
2399 BuildUDF
2400 if [ "$MYSQL_RPMBUILD_TEST" != "no" ] ; then
2401- MTR_BUILD_THREAD=auto make $MAKE_JFLAG %{NORMAL_TEST_MODE}
2402+ MTR_BUILD_THREAD=auto make %{?_smp_mflags} %{NORMAL_TEST_MODE}
2403 fi
2404
2405 # Now, build plugin
2406@@ -450,7 +420,7 @@
2407
2408 %install
2409 RBR=$RPM_BUILD_ROOT
2410-MBD=$RPM_BUILD_DIR/%{src_dir}
2411+MBD=$RPM_BUILD_DIR/percona-server-%{mysqlversion}%{server_suffix}
2412
2413 # Move back the libdir from BUILD dir to BUILDROOT
2414 mkdir -p "$(dirname $RBR%{_libdir})"
2415@@ -460,12 +430,12 @@
2416 install -d $RBR%{_sysconfdir}/{logrotate.d,init.d}
2417 install -d $RBR%{mysqldatadir}/mysql
2418 install -d $RBR%{_datadir}/mysql-test
2419-install -d $RBR%{_datadir}/mysql/SELinux/RHEL4
2420+install -d $RBR%{_datadir}/percona-server/SELinux/RHEL4
2421 install -d $RBR%{_includedir}
2422 install -d $RBR%{_libdir}
2423 install -d $RBR%{_mandir}
2424 install -d $RBR%{_sbindir}
2425-install -d $RBR%{_libdir}/mysql/plugin
2426+install -d $RBR%{_libdir}/percona-server/plugin
2427
2428 make DESTDIR=$RBR benchdir_root=%{_datadir} install
2429 cd storage/HandlerSocket-Plugin-for-MySQL
2430@@ -476,7 +446,7 @@
2431 cd -
2432
2433 # install symbol files ( for stack trace resolution)
2434-#install -m644 $MBD/sql/mysqld.sym $RBR%{_libdir}/mysql/mysqld.sym
2435+#install -m644 $MBD/sql/mysqld.sym $RBR%{_libdir}/percona-server/mysqld.sym
2436
2437 # Install logrotate and autostart
2438 install -m644 $MBD/support-files/mysql-log-rotate \
2439@@ -504,7 +474,7 @@
2440
2441 # Install SELinux files in datadir
2442 install -m600 $MBD/support-files/RHEL4-SElinux/mysql.{fc,te} \
2443- $RBR%{_datadir}/mysql/SELinux/RHEL4
2444+ $RBR%{_datadir}/percona-server/SELinux/RHEL4
2445
2446 ##############################################################################
2447 # Post processing actions, i.e. when installed
2448@@ -654,31 +624,6 @@
2449 SETARGETDIR=/etc/selinux/targeted/src/policy
2450 SEDOMPROG=$SETARGETDIR/domains/program
2451 SECONPROG=$SETARGETDIR/file_contexts/program
2452-if [ -f /etc/redhat-release ] && \
2453- (grep -q "Red Hat Enterprise Linux .. release 4" /etc/redhat-release \
2454- || grep -q "CentOS release 4" /etc/redhat-release) ; then
2455- echo
2456- echo
2457- echo 'Notes regarding SELinux on this platform:'
2458- echo '========================================='
2459- echo
2460- echo 'The default policy might cause server startup to fail because it is '
2461- echo 'not allowed to access critical files. In this case, please update '
2462- echo 'your installation. '
2463- echo
2464- echo 'The default policy might also cause inavailability of SSL related '
2465- echo 'features because the server is not allowed to access /dev/random '
2466- echo 'and /dev/urandom. If this is a problem, please do the following: '
2467- echo
2468- echo ' 1) install selinux-policy-targeted-sources from your OS vendor'
2469- echo ' 2) add the following two lines to '$SEDOMPROG/mysqld.te':'
2470- echo ' allow mysqld_t random_device_t:chr_file read;'
2471- echo ' allow mysqld_t urandom_device_t:chr_file read;'
2472- echo ' 3) cd to '$SETARGETDIR' and issue the following command:'
2473- echo ' make load'
2474- echo
2475- echo
2476-fi
2477
2478 if [ -x sbin/restorecon ] ; then
2479 sbin/restorecon -R var/lib/mysql
2480@@ -796,17 +741,17 @@
2481 %endif
2482 %attr(755, root, root) %{_sbindir}/mysqlmanager
2483 %attr(755, root, root) %{_sbindir}/rcmysql
2484-#%attr(644, root, root) %{_libdir}/mysql/mysqld.sym
2485+#%attr(644, root, root) %{_libdir}/percona-server/mysqld.sym
2486 %if %{BUILD_DEBUG}
2487-#%attr(644, root, root) %{_libdir}/mysql/mysqld-debug.sym
2488+#%attr(644, root, root) %{_libdir}/percona-server/mysqld-debug.sym
2489 %endif
2490
2491 %attr(644, root, root) %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
2492 %attr(755, root, root) %{_sysconfdir}/init.d/mysql
2493
2494-%attr(755, root, root) %{_datadir}/mysql/
2495+%attr(755, root, root) %{_datadir}/percona-server/
2496
2497-%attr(644, root, root) %{_libdir}/mysql/plugin/*
2498+%attr(644, root, root) %{_libdir}/percona-server/plugin/*
2499
2500 %files -n Percona-Server-client%{package_suffix}
2501 %defattr(-, root, root, 0755)
2502@@ -852,36 +797,36 @@
2503 %doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1*
2504 %attr(755, root, root) %{_bindir}/mysql_config
2505 %dir %attr(755, root, root) %{_libdir}/mysql
2506-%{_includedir}/mysql
2507+%{_includedir}/percona-server
2508 %{_includedir}/handlersocket
2509 %{_datadir}/aclocal/mysql.m4
2510-%{_libdir}/mysql/libdbug.a
2511-%{_libdir}/mysql/libheap.a
2512+%{_libdir}/percona-server/libdbug.a
2513+%{_libdir}/percona-server/libheap.a
2514 %if %{WITH_LIBGCC}
2515-%{_libdir}/mysql/libmygcc.a
2516+%{_libdir}/percona-server/libmygcc.a
2517 %endif
2518-%{_libdir}/mysql/libmyisam.a
2519-%{_libdir}/mysql/libmyisammrg.a
2520-%{_libdir}/mysql/libperconaserverclient.a
2521-%{_libdir}/mysql/libperconaserverclient.la
2522-%{_libdir}/mysql/libperconaserverclient_r.a
2523-%{_libdir}/mysql/libperconaserverclient_r.la
2524-%{_libdir}/mysql/libmystrings.a
2525-%{_libdir}/mysql/libmysys.a
2526-%{_libdir}/mysql/libvio.a
2527-%{_libdir}/mysql/libz.a
2528-%{_libdir}/mysql/libz.la
2529+%{_libdir}/percona-server/libmyisam.a
2530+%{_libdir}/percona-server/libmyisammrg.a
2531+%{_libdir}/percona-server/libperconaserverclient.a
2532+%{_libdir}/percona-server/libperconaserverclient.la
2533+%{_libdir}/percona-server/libperconaserverclient_r.a
2534+%{_libdir}/percona-server/libperconaserverclient_r.la
2535+%{_libdir}/percona-server/libmystrings.a
2536+%{_libdir}/percona-server/libmysys.a
2537+%{_libdir}/percona-server/libvio.a
2538+%{_libdir}/percona-server/libz.a
2539+%{_libdir}/percona-server/libz.la
2540 %{_libdir}/libhsclient.a
2541 %{_libdir}/libhsclient.la
2542
2543 %{_libdir}/*.so
2544-%{_libdir}/mysql/*.so
2545+%{_libdir}/percona-server/*.so
2546
2547 %files -n Percona-Server-shared%{package_suffix}
2548 %defattr(-, root, root, 0755)
2549 # Shared libraries (omit for architectures that don't support them)
2550 %{_libdir}/*.so.*
2551-%{_libdir}/mysql/*.so.*
2552+%{_libdir}/percona-server/*.so.*
2553
2554 %files -n Percona-Server-test%{package_suffix}
2555 %defattr(-, root, root, 0755)
2556@@ -891,632 +836,8 @@
2557 %doc %attr(644, root, man) %{_mandir}/man1/mysql-stress-test.pl.1*
2558 %doc %attr(644, root, man) %{_mandir}/man1/mysql-test-run.pl.1*
2559
2560-##############################################################################
2561-# The spec file changelog only includes changes made to the spec file
2562-# itself - note that they must be ordered by date (important when
2563-# merging BK trees)
2564-##############################################################################
2565 %changelog
2566-* Wed May 22 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
2567-
2568-Percona Server Release 11.0
2569-
2570-* Mon Mar 22 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
2571-
2572-XtraDB Release 10
2573-
2574-* Thu Feb 11 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
2575-
2576-Package name changed to Percona-XtraDB
2577-
2578-* Tue Jan 05 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
2579-
2580-- Corrected emails
2581-- -m64 is removed from CFLAGS
2582-
2583-* Tue Apr 21 2009 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
2584-
2585-- Adoption for XtraDB Storage Engine
2586-
2587-* Fri Nov 07 2008 Joerg Bruehe <joerg@mysql.com>
2588-
2589-- Modify CFLAGS and CXXFLAGS such that a debug build is not optimized.
2590- This should cover both gcc and icc flags. Fixes bug#40546.
2591-
2592-* Mon Aug 18 2008 Joerg Bruehe <joerg@mysql.com>
2593-
2594-- Get rid of the "warning: Installed (but unpackaged) file(s) found:"
2595- Some generated files aren't needed in RPMs:
2596- - the "sql-bench/" subdirectory
2597- Some files were missing:
2598- - /usr/share/aclocal/mysql.m4 ("devel" subpackage)
2599- - Manuals for embedded tests ("test" subpackage)
2600- - Manual "mysqlbug" ("server" subpackage)
2601- - Manual "mysql_find_rows" ("client" subpackage)
2602-
2603-* Wed Jun 11 2008 Kent Boortz <kent@mysql.com>
2604-
2605-- Removed the Example storage engine, it is not to be in products
2606-
2607-* Fri Apr 04 2008 Daniel Fischer <df@mysql.com>
2608-
2609-- Added Cluster+InnoDB product
2610-
2611-* Mon Mar 31 2008 Kent Boortz <kent@mysql.com>
2612-
2613-- Made the "Federated" storage engine an option
2614-
2615-* Tue Mar 11 2008 Joerg Bruehe <joerg@mysql.com>
2616-
2617-- Cleanup: Remove manual file "mysql_tableinfo.1".
2618-
2619-* Mon Feb 18 2008 Timothy Smith <tim@mysql.com>
2620-
2621-- Require a manual upgrade if the alread-installed mysql-server is
2622- from another vendor, or is of a different major version.
2623-
2624-* Fri Dec 14 2007 Joerg Bruehe <joerg@mysql.com>
2625-
2626-- Add the "%doc" directive for all man pages and other documentation;
2627- also, some re-ordering to reduce differences between spec files.
2628-
2629-* Fri Dec 14 2007 Joerg Bruehe <joerg@mysql.com>
2630-
2631-- Added "client/mysqlslap" (bug#32077)
2632-
2633-* Wed Oct 31 2007 Joerg Bruehe <joerg@mysql.com>
2634-
2635-- Explicitly handle InnoDB using its own variable and "--with"/"--without"
2636- options, because the "configure" default is "yes".
2637- Also, fix the specification of "community" to include "partitioning".
2638-
2639-* Mon Sep 03 2007 Kent Boortz <kent@mysql.com>
2640-
2641-- Let libmygcc be included unless "--without libgcc" is given.
2642-
2643-* Sun Sep 02 2007 Kent Boortz <kent@mysql.com>
2644-
2645-- Changed SSL flag given to configure to "--with-ssl"
2646-- Removed symbolic link "safe_mysqld"
2647-- Removed script and man page for "mysql_explain_log"
2648-- Removed scripts "mysql_tableinfo" and "mysql_upgrade_shell"
2649-- Removed "comp_err" from list to install
2650-- Removed duplicates of "libndbclient.a" and "libndbclient.la"
2651-
2652-* Tue Jul 17 2007 Joerg Bruehe <joerg@mysql.com>
2653-
2654-- Add the man page for "mysql-stress-test.pl" to the "test" RPM
2655- (consistency in fixing bug#21023, the script is handled by "Makefile.am")
2656-
2657-* Wed Jul 11 2007 Daniel Fischer <df@mysql.com>
2658-
2659-- Change the way broken SELinux policies on RHEL4 and CentOS 4
2660- are handled to be more likely to actually work
2661-
2662-* Thu Jun 05 2007 kent Boortz <kent@mysql.com>
2663-
2664-- Enabled the CSV engine in all builds
2665-
2666-* Thu May 3 2007 Mads Martin Joergensen <mmj@mysql.com>
2667-
2668-- Spring cleanup
2669-
2670-* Thu Apr 19 2007 Mads Martin Joergensen <mmj@mysql.com>
2671-
2672-- If sbin/restorecon exists then run it
2673-
2674-* Wed Apr 18 2007 Kent Boortz <kent@mysql.com>
2675-
2676-- Packed unpacked files
2677-
2678- /usr/sbin/ndb_cpcd
2679- /usr/bin/mysql_upgrade_shell
2680- /usr/bin/innochecksum
2681- /usr/share/man/man1/ndb_cpcd.1.gz
2682- /usr/share/man/man1/innochecksum.1.gz
2683- /usr/share/man/man1/mysql_fix_extensions.1.gz
2684- /usr/share/man/man1/mysql_secure_installation.1.gz
2685- /usr/share/man/man1/mysql_tableinfo.1.gz
2686- /usr/share/man/man1/mysql_waitpid.1.gz
2687-
2688-- Commands currently not installed but that has man pages
2689-
2690- /usr/share/man/man1/make_win_bin_dist.1.gz
2691- /usr/share/man/man1/make_win_src_distribution.1.gz
2692- /usr/share/man/man1/mysql-stress-test.pl.1.gz
2693- /usr/share/man/man1/ndb_print_backup_file.1.gz
2694- /usr/share/man/man1/ndb_print_schema_file.1.gz
2695- /usr/share/man/man1/ndb_print_sys_file.1.gz
2696-
2697-* Thu Mar 22 2007 Joerg Bruehe <joerg@mysql.com>
2698-
2699-- Add "comment" options to the test runs, for better log analysis.
2700-
2701-* Wed Mar 21 2007 Joerg Bruehe <joerg@mysql.com>
2702-
2703-- Add even more man pages.
2704-
2705-* Fri Mar 16 2007 Joerg Bruehe <joerg@mysql.com>
2706-
2707-- Build the server twice, once as "mysqld-debug" and once as "mysqld";
2708- test them both, and include them in the resulting file.
2709-- Consequences of the fix for bug#20166:
2710- Remove "mysql_create_system_tables",
2711- new "mysql_fix_privilege_tables.sql" is included implicitly.
2712-
2713-* Wed Mar 14 2007 Daniel Fischer <df@mysql.com>
2714-
2715-- Adjust compile options some more and change naming of community
2716- cluster RPMs to explicitly say 'cluster'.
2717-
2718-* Mon Mar 12 2007 Daniel Fischer <df@mysql.com>
2719-
2720-- Adjust compile options and other settings for 5.0 community builds.
2721-
2722-* Fri Mar 02 2007 Joerg Bruehe <joerg@mysql.com>
2723-
2724-- Add several man pages which are now created.
2725-
2726-* Mon Jan 29 2007 Mads Martin Joergensen <mmj@mysql.com>
2727-
2728-- Make sure SELinux works correctly. Files from Colin Charles.
2729-
2730-* Fri Jan 05 2007 Kent Boortz <kent@mysql.com>
2731-
2732-- Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
2733- correct "libgcc.a" path is returned for the 32/64 bit architecture.
2734-
2735-* Tue Dec 19 2006 Joerg Bruehe <joerg@mysql.com>
2736-
2737-- The man page for "mysqld" is now in section 8.
2738-
2739-* Thu Dec 14 2006 Joerg Bruehe <joerg@mysql.com>
2740-
2741-- Include the new man pages for "my_print_defaults" and "mysql_tzinfo_to_sql"
2742- in the server RPM.
2743-- The "mysqlmanager" man page was relocated to section 8, reflect that.
2744-
2745-* Fri Nov 17 2006 Mads Martin Joergensen <mmj@mysql.com>
2746-
2747-- Really fix obsoletes/provides for community -> this
2748-- Make it possible to not run test by setting
2749- MYSQL_RPMBUILD_TEST to "no"
2750-
2751-* Wed Nov 15 2006 Joerg Bruehe <joerg@mysql.com>
2752-
2753-- Switch from "make test*" to explicit calls of the test suite,
2754- so that "report features" can be used.
2755-
2756-* Wed Nov 15 2006 Kent Boortz <kent@mysql.com>
2757-
2758-- Added "--with cluster" and "--define cluster{_gpl}"
2759-
2760-* Tue Oct 24 2006 Mads Martin Joergensen <mmj@mysql.com>
2761-
2762-- Shared need to Provide/Obsolete mysql-shared
2763-
2764-* Mon Oct 23 2006 Mads Martin Joergensen <mmj@mysql.com>
2765-
2766-- Run sbin/restorecon after db init (Bug#12676)
2767-
2768-* Thu Jul 06 2006 Joerg Bruehe <joerg@mysql.com>
2769-
2770-- Correct a typing error in my previous change.
2771-
2772-* Tue Jul 04 2006 Joerg Bruehe <joerg@mysql.com>
2773-
2774-- Use the Perl script to run the tests, because it will automatically check
2775- whether the server is configured with SSL.
2776-
2777-* Wed Jun 28 2006 Joerg Bruehe <joerg@mysql.com>
2778-
2779-- Revert all previous attempts to call "mysql_upgrade" during RPM upgrade,
2780- there are some more aspects which need to be solved before this is possible.
2781- For now, just ensure the binary "mysql_upgrade" is delivered and installed.
2782-
2783-* Wed Jun 28 2006 Joerg Bruehe <joerg@mysql.com>
2784-
2785-- Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216).
2786-
2787-* Wed Jun 21 2006 Joerg Bruehe <joerg@mysql.com>
2788-
2789-- To run "mysql_upgrade", we need a running server;
2790- start it in isolation and skip password checks.
2791-
2792-* Sat May 23 2006 Kent Boortz <kent@mysql.com>
2793-
2794-- Always compile for PIC, position independent code.
2795-
2796-* Fri Apr 28 2006 Kent Boortz <kent@mysql.com>
2797-
2798-- Install and run "mysql_upgrade"
2799-
2800-* Sat Apr 01 2006 Kent Boortz <kent@mysql.com>
2801-
2802-- Allow to override $LDFLAGS
2803-
2804-* Fri Jan 06 2006 Lenz Grimmer <lenz@mysql.com>
2805-
2806-- added a MySQL-test subpackage (BUG#16070)
2807-
2808-* Tue Dec 27 2005 Joerg Bruehe <joerg@mysql.com>
2809-
2810-- Some minor alignment with the 4.1 version
2811-
2812-* Wed Dec 14 2005 Rodrigo Novo <rodrigo@mysql.com>
2813-
2814-- Cosmetic changes: source code location & rpm packager
2815-- Protect "nm -D" against libtool weirdness
2816-- Add libz.a & libz.la to the list of files for subpackage -devel
2817-- moved --with-zlib-dir=bundled out of BuildMySQL, as it doesn't makes
2818- sense for the shared package
2819-
2820-* Tue Nov 22 2005 Joerg Bruehe <joerg@mysql.com>
2821-
2822-- Extend the file existence check for "init.d/mysql" on un-install
2823- to also guard the call to "insserv"/"chkconfig".
2824-
2825-* Wed Nov 16 2005 Lenz Grimmer <lenz@mysql.com>
2826-
2827-- added mysql_client_test to the "client" subpackage (BUG#14546)
2828-
2829-* Tue Nov 15 2005 Lenz Grimmer <lenz@mysql.com>
2830-
2831-- changed default definitions to build a standard GPL release when not
2832- defining anything else
2833-- install the shared libs more elegantly by using "make install"
2834-
2835-* Wed Oct 19 2005 Kent Boortz <kent@mysql.com>
2836-
2837-- Made yaSSL support an option (off by default)
2838-
2839-* Wed Oct 19 2005 Kent Boortz <kent@mysql.com>
2840-
2841-- Enabled yaSSL support
2842-
2843-* Thu Oct 13 2005 Lenz Grimmer <lenz@mysql.com>
2844-
2845-- added a usermod call to assign a potential existing mysql user to the
2846- correct user group (BUG#12823)
2847-- added a separate macro "mysqld_group" to be able to define the
2848- user group of the mysql user seperately, if desired.
2849-
2850-* Fri Oct 1 2005 Kent Boortz <kent@mysql.com>
2851-
2852-- Copy the config.log file to location outside
2853- the build tree
2854-
2855-* Fri Sep 30 2005 Lenz Grimmer <lenz@mysql.com>
2856-
2857-- don't use install-strip to install the binaries (strip segfaults on
2858- icc-compiled binaries on IA64)
2859-
2860-* Thu Sep 22 2005 Lenz Grimmer <lenz@mysql.com>
2861-
2862-- allow overriding the CFLAGS (needed for Intel icc compiles)
2863-- replace the CPPFLAGS=-DBIG_TABLES with "--with-big-tables" configure option
2864-
2865-* Fri Aug 19 2005 Joerg Bruehe <joerg@mysql.com>
2866-
2867-- Protect against failing tests.
2868-
2869-* Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
2870-
2871-- Fixed the creation of the mysql user group account in the postinstall
2872- section (BUG 12348)
2873-
2874-* Fri Jul 29 2005 Lenz Grimmer <lenz@mysql.com>
2875-
2876-- Fixed external RPM Requirements to better suit the target distribution
2877- (BUG 12233)
2878-
2879-* Fri Jul 15 2005 Lenz Grimmer <lenz@mysql.com>
2880-
2881-- create a "mysql" user group and assign the mysql user account to that group
2882- in the server postinstall section. (BUG 10984)
2883-
2884-* Wed Jun 01 2005 Lenz Grimmer <lenz@mysql.com>
2885-
2886-- use "mysqldatadir" variable instead of hard-coding the path multiple times
2887-- use the "mysqld_user" variable on all occasions a user name is referenced
2888-- removed (incomplete) Brazilian translations
2889-- removed redundant release tags from the subpackage descriptions
2890-
2891-* Fri May 27 2005 Lenz Grimmer <lenz@mysql.com>
2892-
2893-- fixed file list (removed libnisam.a and libmerge.a from the devel subpackage)
2894-- force running the test suite
2895-
2896-* Wed Apr 20 2005 Lenz Grimmer <lenz@mysql.com>
2897-
2898-- Enabled the "blackhole" storage engine for the Max RPM
2899-
2900-* Wed Apr 13 2005 Lenz Grimmer <lenz@mysql.com>
2901-
2902-- removed the MySQL manual files (html/ps/texi) - they have been removed
2903- from the MySQL sources and are now available seperately.
2904-
2905-* Mon Apr 4 2005 Petr Chardin <petr@mysql.com>
2906-
2907-- old mysqlmanager, mysqlmanagerc and mysqlmanager-pwger renamed into
2908- mysqltestmanager, mysqltestmanager and mysqltestmanager-pwgen respectively
2909-
2910-* Fri Mar 18 2005 Lenz Grimmer <lenz@mysql.com>
2911-
2912-- Disabled RAID in the Max binaries once and for all (it has finally been
2913- removed from the source tree)
2914-
2915-* Sun Feb 20 2005 Petr Chardin <petr@mysql.com>
2916-
2917-- Install MySQL Instance Manager together with mysqld, touch mysqlmanager
2918- password file
2919-
2920-* Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com>
2921-
2922-- Fixed the compilation comments and moved them into the separate build sections
2923- for Max and Standard
2924-
2925-* Mon Feb 7 2005 Tomas Ulin <tomas@mysql.com>
2926-
2927-- enabled the "Ndbcluster" storage engine for the max binary
2928-- added extra make install in ndb subdir after Max build to get ndb binaries
2929-- added packages for ndbcluster storage engine
2930-
2931-* Fri Jan 14 2005 Lenz Grimmer <lenz@mysql.com>
2932-
2933-- replaced obsoleted "BuildPrereq" with "BuildRequires" instead
2934-
2935-* Thu Jan 13 2005 Lenz Grimmer <lenz@mysql.com>
2936-
2937-- enabled the "Federated" storage engine for the max binary
2938-
2939-* Tue Jan 04 2005 Petr Chardin <petr@mysql.com>
2940-
2941-- ISAM and merge storage engines were purged. As well as appropriate
2942- tools and manpages (isamchk and isamlog)
2943-
2944-* Thu Dec 31 2004 Lenz Grimmer <lenz@mysql.com>
2945-
2946-- enabled the "Archive" storage engine for the max binary
2947-- enabled the "CSV" storage engine for the max binary
2948-- enabled the "Example" storage engine for the max binary
2949-
2950-* Thu Aug 26 2004 Lenz Grimmer <lenz@mysql.com>
2951-
2952-- MySQL-Max now requires MySQL-server instead of MySQL (BUG 3860)
2953-
2954-* Fri Aug 20 2004 Lenz Grimmer <lenz@mysql.com>
2955-
2956-- do not link statically on IA64/AMD64 as these systems do not have
2957- a patched glibc installed
2958-
2959-* Tue Aug 10 2004 Lenz Grimmer <lenz@mysql.com>
2960-
2961-- Added libmygcc.a to the devel subpackage (required to link applications
2962- against the the embedded server libmysqld.a) (BUG 4921)
2963-
2964-* Mon Aug 09 2004 Lenz Grimmer <lenz@mysql.com>
2965-
2966-- Added EXCEPTIONS-CLIENT to the "devel" package
2967-
2968-* Thu Jul 29 2004 Lenz Grimmer <lenz@mysql.com>
2969-
2970-- disabled OpenSSL in the Max binaries again (the RPM packages were the
2971- only exception to this anyway) (BUG 1043)
2972-
2973-* Wed Jun 30 2004 Lenz Grimmer <lenz@mysql.com>
2974-
2975-- fixed server postinstall (mysql_install_db was called with the wrong
2976- parameter)
2977-
2978-* Thu Jun 24 2004 Lenz Grimmer <lenz@mysql.com>
2979-
2980-- added mysql_tzinfo_to_sql to the server subpackage
2981-- run "make clean" instead of "make distclean"
2982-
2983-* Mon Apr 05 2004 Lenz Grimmer <lenz@mysql.com>
2984-
2985-- added ncurses-devel to the build prerequisites (BUG 3377)
2986-
2987-* Thu Feb 12 2004 Lenz Grimmer <lenz@mysql.com>
2988-
2989-- when using gcc, _always_ use CXX=gcc
2990-- replaced Copyright with License field (Copyright is obsolete)
2991-
2992-* Tue Feb 03 2004 Lenz Grimmer <lenz@mysql.com>
2993-
2994-- added myisam_ftdump to the Server package
2995-
2996-* Tue Jan 13 2004 Lenz Grimmer <lenz@mysql.com>
2997-
2998-- link the mysql client against libreadline instead of libedit (BUG 2289)
2999-
3000-* Mon Dec 22 2003 Lenz Grimmer <lenz@mysql.com>
3001-
3002-- marked /etc/logrotate.d/mysql as a config file (BUG 2156)
3003-
3004-* Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com>
3005-
3006-- fixed file permissions (BUG 1672)
3007-
3008-* Thu Dec 11 2003 Lenz Grimmer <lenz@mysql.com>
3009-
3010-- made testing for gcc3 a bit more robust
3011-
3012-* Fri Dec 05 2003 Lenz Grimmer <lenz@mysql.com>
3013-
3014-- added missing file mysql_create_system_tables to the server subpackage
3015-
3016-* Fri Nov 21 2003 Lenz Grimmer <lenz@mysql.com>
3017-
3018-- removed dependency on MySQL-client from the MySQL-devel subpackage
3019- as it is not really required. (BUG 1610)
3020-
3021-* Fri Aug 29 2003 Lenz Grimmer <lenz@mysql.com>
3022-
3023-- Fixed BUG 1162 (removed macro names from the changelog)
3024-- Really fixed BUG 998 (disable the checking for installed but
3025- unpackaged files)
3026-
3027-* Tue Aug 05 2003 Lenz Grimmer <lenz@mysql.com>
3028-
3029-- Fixed BUG 959 (libmysqld not being compiled properly)
3030-- Fixed BUG 998 (RPM build errors): added missing files to the
3031- distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow,
3032- mysql_fix_privilege_tables.1), removed "-n" from install section.
3033-
3034-* Wed Jul 09 2003 Lenz Grimmer <lenz@mysql.com>
3035-
3036-- removed the GIF Icon (file was not included in the sources anyway)
3037-- removed unused variable shared_lib_version
3038-- do not run automake before building the standard binary
3039- (should not be necessary)
3040-- add server suffix '-standard' to standard binary (to be in line
3041- with the binary tarball distributions)
3042-- Use more RPM macros (_exec_prefix, _sbindir, _libdir, _sysconfdir,
3043- _datadir, _includedir) throughout the spec file.
3044-- allow overriding CC and CXX (required when building with other compilers)
3045-
3046-* Fri May 16 2003 Lenz Grimmer <lenz@mysql.com>
3047-
3048-- re-enabled RAID again
3049-
3050-* Wed Apr 30 2003 Lenz Grimmer <lenz@mysql.com>
3051-
3052-- disabled MyISAM RAID (--with-raid) - it throws an assertion which
3053- needs to be investigated first.
3054-
3055-* Mon Mar 10 2003 Lenz Grimmer <lenz@mysql.com>
3056-
3057-- added missing file mysql_secure_installation to server subpackage
3058- (BUG 141)
3059-
3060-* Tue Feb 11 2003 Lenz Grimmer <lenz@mysql.com>
3061-
3062-- re-added missing pre- and post(un)install scripts to server subpackage
3063-- added config file /etc/my.cnf to the file list (just for completeness)
3064-- make sure to create the datadir with 755 permissions
3065-
3066-* Mon Jan 27 2003 Lenz Grimmer <lenz@mysql.com>
3067-
3068-- removed unused CC and CXX variables
3069-- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
3070-
3071-* Fri Jan 24 2003 Lenz Grimmer <lenz@mysql.com>
3072-
3073-- renamed package "MySQL" to "MySQL-server"
3074-- fixed Copyright tag
3075-- added mysql_waitpid to client subpackage (required for mysql-test-run)
3076-
3077-* Wed Nov 27 2002 Lenz Grimmer <lenz@mysql.com>
3078-
3079-- moved init script from /etc/rc.d/init.d to /etc/init.d (the majority of
3080- Linux distributions now support this scheme as proposed by the LSB either
3081- directly or via a compatibility symlink)
3082-- Use new "restart" init script action instead of starting and stopping
3083- separately
3084-- Be more flexible in activating the automatic bootup - use insserv (on
3085- older SuSE versions) or chkconfig (Red Hat, newer SuSE versions and
3086- others) to create the respective symlinks
3087-
3088-* Wed Sep 25 2002 Lenz Grimmer <lenz@mysql.com>
3089-
3090-- MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches
3091- (mixing 3.23 and 4.0 packages)
3092-
3093-* Fri Aug 09 2002 Lenz Grimmer <lenz@mysql.com>
3094-
3095-- Turn off OpenSSL in MySQL-Max for now until it works properly again
3096-- enable RAID for the Max binary instead
3097-- added compatibility link: safe_mysqld -> mysqld_safe to ease the
3098- transition from 3.23
3099-
3100-* Thu Jul 18 2002 Lenz Grimmer <lenz@mysql.com>
3101-
3102-- Reworked the build steps a little bit: the Max binary is supposed
3103- to include OpenSSL, which cannot be linked statically, thus trying
3104- to statically link against a special glibc is futile anyway
3105-- because of this, it is not required to make yet another build run
3106- just to compile the shared libs (saves a lot of time)
3107-- updated package description of the Max subpackage
3108-- clean up the BuildRoot directory afterwards
3109-
3110-* Mon Jul 15 2002 Lenz Grimmer <lenz@mysql.com>
3111-
3112-- Updated Packager information
3113-- Fixed the build options: the regular package is supposed to
3114- include InnoDB and linked statically, while the Max package
3115- should include BDB and SSL support
3116-
3117-* Fri May 03 2002 Lenz Grimmer <lenz@mysql.com>
3118-
3119-- Use more RPM macros (e.g. infodir, mandir) to make the spec
3120- file more portable
3121-- reorganized the installation of documentation files: let RPM
3122- take care of this
3123-- reorganized the file list: actually install man pages along
3124- with the binaries of the respective subpackage
3125-- do not include libmysqld.a in the devel subpackage as well, if we
3126- have a special "embedded" subpackage
3127-- reworked the package descriptions
3128-
3129-* Mon Oct 8 2001 Monty
3130-
3131-- Added embedded server as a separate RPM
3132-
3133-* Fri Apr 13 2001 Monty
3134-
3135-- Added mysqld-max to the distribution
3136-
3137-* Tue Jan 2 2001 Monty
3138-
3139-- Added mysql-test to the bench package
3140-
3141-* Fri Aug 18 2000 Tim Smith <tim@mysql.com>
3142-
3143-- Added separate libmysql_r directory; now both a threaded
3144- and non-threaded library is shipped.
3145-
3146-* Wed Sep 28 1999 David Axmark <davida@mysql.com>
3147-
3148-- Added the support-files/my-example.cnf to the docs directory.
3149-
3150-- Removed devel dependency on base since it is about client
3151- development.
3152-
3153-* Wed Sep 8 1999 David Axmark <davida@mysql.com>
3154-
3155-- Cleaned up some for 3.23.
3156-
3157-* Thu Jul 1 1999 David Axmark <davida@mysql.com>
3158-
3159-- Added support for shared libraries in a separate sub
3160- package. Original fix by David Fox (dsfox@cogsci.ucsd.edu)
3161-
3162-- The --enable-assembler switch is now automatically disables on
3163- platforms there assembler code is unavailable. This should allow
3164- building this RPM on non i386 systems.
3165-
3166-* Mon Feb 22 1999 David Axmark <david@detron.se>
3167-
3168-- Removed unportable cc switches from the spec file. The defaults can
3169- now be overridden with environment variables. This feature is used
3170- to compile the official RPM with optimal (but compiler version
3171- specific) switches.
3172-
3173-- Removed the repetitive description parts for the sub rpms. Maybe add
3174- again if RPM gets a multiline macro capability.
3175-
3176-- Added support for a pt_BR translation. Translation contributed by
3177- Jorge Godoy <jorge@bestway.com.br>.
3178-
3179-* Wed Nov 4 1998 David Axmark <david@detron.se>
3180-
3181-- A lot of changes in all the rpm and install scripts. This may even
3182- be a working RPM :-)
3183-
3184-* Sun Aug 16 1998 David Axmark <david@detron.se>
3185-
3186-- A developers changelog for MySQL is available in the source RPM. And
3187- there is a history of major user visible changed in the Reference
3188- Manual. Only RPM specific changes will be documented here.
3189+* Thu Dec 12 2013 Stewart Smith <stewart.smith@percona.com>
3190+
3191+Percona Server 5.1.70-14.8
3192+
3193
3194=== removed file 'build/debian/percona-server-client-5.1.menu'
3195--- build/debian/percona-server-client-5.1.menu 2010-05-31 13:57:21 +0000
3196+++ build/debian/percona-server-client-5.1.menu 1970-01-01 00:00:00 +0000
3197@@ -1,3 +0,0 @@
3198-# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
3199-?package(innotop):needs="text" section="Applications/Data Management"\
3200- title="innotop" command="/usr/bin/innotop"
3201
3202=== modified file 'configure.in'
3203--- Percona-Server/configure.in 2013-12-13 06:18:14 +0000
3204+++ configure.in 2013-12-13 06:18:17 +0000
3205@@ -12,7 +12,11 @@
3206 dnl When changing the major version number please also check the switch
3207 dnl statement in mysqlbinlog::check_master_version(). You may also need
3208 dnl to update version.c in ndb.
3209+<<<<<<< TREE
3210 AC_INIT([MySQL Server], [5.1.72], [], [mysql])
3211+=======
3212+AC_INIT([Percona Server], [5.1.70-14.7], [], [percona-server])
3213+>>>>>>> MERGE-SOURCE
3214
3215 AC_CONFIG_SRCDIR([sql/mysqld.cc])
3216 AC_CANONICAL_SYSTEM
3217
3218=== renamed directory 'doc' => 'doc'
3219=== removed file 'handlersocket.patch'
3220--- handlersocket.patch 2012-11-06 21:14:08 +0000
3221+++ handlersocket.patch 1970-01-01 00:00:00 +0000
3222@@ -1,30 +0,0 @@
3223-diff -Naur a/HandlerSocket-Plugin-for-MySQL/configure.ac b/HandlerSocket-Plugin-for-MySQL/configure.ac
3224---- a/HandlerSocket-Plugin-for-MySQL/configure.ac
3225-+++ b/HandlerSocket-Plugin-for-MySQL/configure.ac
3226-@@ -4,6 +4,7 @@
3227- #AC_PREREQ([2.63b])
3228- AC_INIT([handlersocket-plugin], [1.0.6], [https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/issues])
3229- AC_CONFIG_HEADERS([config.h])
3230-+AC_CONFIG_AUX_DIR([.])
3231- AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3232- AC_CONFIG_SRCDIR([libhsclient/fatal.cpp])
3233- AC_CONFIG_MACRO_DIR([m4])
3234-@@ -104,14 +105,10 @@
3235- AC_ARG_WITH([mysql-plugindir],
3236- [AS_HELP_STRING([--with-mysql-plugindir=PATH], [MySQL plugin directory where handlersocket.so to be copied])],
3237- [
3238-- ac_mysql_plugin_dir=`cd $withval && pwd`
3239-- if test -d "$ac_mysql_plugin_dir/" ; then
3240-- PLUGIN_DIR="$ac_mysql_plugin_dir"
3241-- AC_SUBST(PLUGIN_DIR)
3242-- AC_MSG_RESULT([yes: Using $ac_mysql_plugin_dir])
3243-- else
3244-- AC_MSG_ERROR([invalid MySQL plugin directory : $ac_mysql_plugin_dir])
3245-- fi
3246-+ ac_mysql_plugin_dir=`echo $withval`
3247-+ PLUGIN_DIR="$ac_mysql_plugin_dir"
3248-+ AC_SUBST(PLUGIN_DIR)
3249-+ AC_MSG_RESULT([yes: Using $ac_mysql_plugin_dir])
3250- ],
3251- [
3252- LIB_DIR_TMP=`"$ac_mysql_config" --plugindir`
3253
3254=== modified file 'include/Makefile.am'
3255--- Percona-Server/include/Makefile.am 2011-11-24 02:01:17 +0000
3256+++ include/Makefile.am 2013-12-13 06:18:17 +0000
3257@@ -41,7 +41,8 @@
3258 my_libwrap.h my_stacktrace.h welcome_copyright_notice.h \
3259 my_atomic.h atomic/gcc_builtins.h atomic/generic-msvc.h \
3260 atomic/nolock.h atomic/rwlock.h atomic/solaris.h \
3261- atomic/x86-gcc.h
3262+ atomic/x86-gcc.h \
3263+ flashcache_ioctl.h
3264
3265 EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp
3266
3267
3268=== renamed directory 'kewpie' => 'kewpie'
3269=== modified file 'mysql-test/r/percona_innodb_version.result'
3270--- Percona-Server/mysql-test/r/percona_innodb_version.result 2013-03-07 06:04:43 +0000
3271+++ mysql-test/r/percona_innodb_version.result 2013-12-13 06:18:17 +0000
3272@@ -1,3 +1,3 @@
3273 SELECT @@innodb_version;
3274 @@innodb_version
3275-5.1.x-x.x
3276+5.1.x-x.x-x.x
3277
3278=== modified file 'mysql-test/t/percona_innodb_version.test'
3279--- Percona-Server/mysql-test/t/percona_innodb_version.test 2013-03-07 06:04:43 +0000
3280+++ mysql-test/t/percona_innodb_version.test 2013-12-13 06:18:17 +0000
3281@@ -4,5 +4,5 @@
3282 # Bug #917246: Unintentional change of innodb_version format in 5.1.60
3283 ########################################################################
3284
3285---replace_regex /5\.1\.[0-9]+-[0-9]+\.[0-9]+/5.1.x-x.x/
3286+--replace_regex /5\.1\.[0-9]+-[0-9]+\.[0-9]+-[0-9]+\.[0-9]+/5.1.x-x.x-x.x/
3287 SELECT @@innodb_version;
3288
3289=== renamed directory 'python-for-subunit2junitxml' => 'python-for-subunit2junitxml'
3290=== modified file 'sql/Makefile.am'
3291--- Percona-Server/sql/Makefile.am 2013-06-03 03:53:55 +0000
3292+++ sql/Makefile.am 2013-12-13 06:18:17 +0000
3293@@ -77,7 +77,8 @@
3294 sql_plugin.h authors.h event_parse_data.h \
3295 event_data_objects.h event_scheduler.h \
3296 sql_partition.h partition_info.h partition_element.h \
3297- contributors.h sql_servers.h
3298+ contributors.h sql_servers.h \
3299+ query_strip_comments.h
3300
3301 mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \
3302 item.cc item_sum.cc item_buff.cc item_func.cc \
3303@@ -151,7 +152,7 @@
3304 EXTRA_DIST = udf_example.c udf_example.def $(BUILT_MAINT_SRC) \
3305 nt_servc.cc nt_servc.h \
3306 message.mc message.h message.rc MSG00001.bin \
3307- CMakeLists.txt
3308+ CMakeLists.txt patch_info.h.pl
3309
3310 CLEANFILES = lex_hash.h sql_yacc.output link_sources
3311 DISTCLEANFILES = $(EXTRA_PROGRAMS)
3312
3313=== renamed directory 'HandlerSocket-Plugin-for-MySQL' => 'storage/HandlerSocket-Plugin-for-MySQL'
3314=== modified file 'storage/HandlerSocket-Plugin-for-MySQL/configure.ac'
3315--- HandlerSocket-Plugin-for-MySQL/configure.ac 2012-11-06 21:14:08 +0000
3316+++ storage/HandlerSocket-Plugin-for-MySQL/configure.ac 2013-12-13 06:18:17 +0000
3317@@ -4,6 +4,7 @@
3318 #AC_PREREQ([2.63b])
3319 AC_INIT([handlersocket-plugin], [1.0.6], [https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/issues])
3320 AC_CONFIG_HEADERS([config.h])
3321+AC_CONFIG_AUX_DIR([.])
3322 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3323 AC_CONFIG_SRCDIR([libhsclient/fatal.cpp])
3324 AC_CONFIG_MACRO_DIR([m4])
3325@@ -43,7 +44,7 @@
3326 MYSQL_SOURCE_VERSION="$MYSQL_VERSION_MAJOR.$MYSQL_VERSION_MINOR.$MYSQL_VERSION_PATCH"
3327 else
3328 if test -f "$ac_mysql_source_dir/configure.in"; then
3329- MYSQL_SOURCE_VERSION=`cat $ac_mysql_source_dir/configure.in | grep "\[[\(MariaDB\|MySQL\) Server\]]" | sed -e "s|.*\([[0-9]]\+\.[[0-9]]\+\.[[0-9]]\+[[0-9a-zA-Z\_\-]]*\).*|\1|"`
3330+ MYSQL_SOURCE_VERSION=`cat $ac_mysql_source_dir/configure.in | grep '\[[\(Percona\|MariaDB\|MySQL\) Server\]]' | sed -e "s|^.*\[[\([0-9]*\.[0-9]*\.[0-9]*[a-zA-Z0-9_\.-]*\)\]].*|\1|"`
3331 else
3332 AC_MSG_ERROR([invalid MySQL source directory: $ac_mysql_source_dir])
3333 fi
3334@@ -104,14 +105,10 @@
3335 AC_ARG_WITH([mysql-plugindir],
3336 [AS_HELP_STRING([--with-mysql-plugindir=PATH], [MySQL plugin directory where handlersocket.so to be copied])],
3337 [
3338- ac_mysql_plugin_dir=`cd $withval && pwd`
3339- if test -d "$ac_mysql_plugin_dir/" ; then
3340- PLUGIN_DIR="$ac_mysql_plugin_dir"
3341- AC_SUBST(PLUGIN_DIR)
3342- AC_MSG_RESULT([yes: Using $ac_mysql_plugin_dir])
3343- else
3344- AC_MSG_ERROR([invalid MySQL plugin directory : $ac_mysql_plugin_dir])
3345- fi
3346+ ac_mysql_plugin_dir=`echo $withval`
3347+ PLUGIN_DIR="$ac_mysql_plugin_dir"
3348+ AC_SUBST(PLUGIN_DIR)
3349+ AC_MSG_RESULT([yes: Using $ac_mysql_plugin_dir])
3350 ],
3351 [
3352 LIB_DIR_TMP=`"$ac_mysql_config" --plugindir`
3353
3354=== renamed file 'subunit2junitxml' => 'subunit2junitxml'

Subscribers

People subscribed via source and target branches