lp:~stewart/percona-server/pkg-5.5
Created by
Stewart Smith
and last modified
- Get this branch:
- bzr branch lp:~stewart/percona-server/pkg-5.5
Only
Stewart Smith
can upload to this branch. If you are
Stewart Smith
please log in for upload directions.
Branch merges
Propose for merging
- Laurynas Biveinis (community): Needs Fixing
- Alexey Bychko (community): Approve
-
Diff: 9399 lines (+7340/-672) (has conflicts)97 files modified.bzrignore (+6/-6)
CMakeLists.txt (+1/-1)
Makefile-ps (+4/-24)
README (+11/-0)
UDF/Makefile.am (+2/-0)
UDF/configure.ac (+2/-3)
VERSION (+5/-0)
build-ps/build-binary.sh (+10/-11)
build-ps/build-rpm.sh (+2/-2)
build-ps/debian/control (+36/-31)
build-ps/debian/copyright (+787/-86)
build-ps/debian/libperconaserverclient18.files (+1/-1)
build-ps/debian/libperconaserverclient18.lintian-overrides (+6/-0)
build-ps/debian/libperconaserverclient18.postinst (+2/-0)
build-ps/debian/percona-server-client-5.5.files (+0/-1)
build-ps/debian/percona-server-client-5.5.lintian-overrides (+18/-0)
build-ps/debian/percona-server-server-5.5.docs (+2/-3)
build-ps/debian/percona-server-server-5.5.files (+3/-4)
build-ps/debian/percona-server-server-5.5.lintian-overrides (+14/-4)
build-ps/debian/percona-server-server-5.5.postinst (+20/-15)
build-ps/debian/percona-server-server-5.5.postrm (+1/-1)
build-ps/debian/percona-server-server-5.5.preinst (+12/-17)
build-ps/debian/percona-server-source-5.5.files (+1/-0)
build-ps/debian/percona-server-test-5.5.files (+1/-1)
build-ps/debian/po/POTFILES.in (+1/-0)
build-ps/debian/po/ar.po (+252/-0)
build-ps/debian/po/ca.po (+227/-0)
build-ps/debian/po/cs.po (+346/-0)
build-ps/debian/po/da.po (+382/-0)
build-ps/debian/po/de.po (+239/-0)
build-ps/debian/po/es.po (+390/-0)
build-ps/debian/po/eu.po (+236/-0)
build-ps/debian/po/fr.po (+251/-0)
build-ps/debian/po/gl.po (+249/-0)
build-ps/debian/po/it.po (+223/-0)
build-ps/debian/po/ja.po (+229/-0)
build-ps/debian/po/nb.po (+297/-0)
build-ps/debian/po/nl.po (+290/-0)
build-ps/debian/po/pt.po (+307/-0)
build-ps/debian/po/pt_BR.po (+443/-0)
build-ps/debian/po/ro.po (+319/-0)
build-ps/debian/po/ru.po (+229/-0)
build-ps/debian/po/sk.po (+219/-0)
build-ps/debian/po/sv.po (+229/-0)
build-ps/debian/po/templates.pot (+187/-0)
build-ps/debian/po/tr.po (+342/-0)
build-ps/debian/rules (+297/-86)
build-ps/debian/source/format (+1/-0)
build-ps/percona-server.spec (+23/-47)
build-ps/percona-shared-compat.spec (+2/-2)
build-ps/rpm/mysql-dubious-exports.patch (+2/-2)
build/build-dpkg.sh (+0/-138)
build/debian/libmysqlclient18-dev.README.Maintainer (+0/-4)
build/debian/libmysqlclient18-dev.examples (+0/-1)
build/debian/libmysqlclient18-dev.install (+0/-7)
build/debian/libmysqlclient18-dev.links (+0/-2)
build/debian/libmysqlclient18.links (+0/-1)
build/debian/percona-server-client-5.5.menu (+0/-3)
build/debian/source/format (+0/-1)
client/CMakeLists.txt (+11/-11)
cmake/info_macros.cmake.in (+1/-1)
cmake/make_dist.cmake.in (+20/-0)
cmake/mysql_version.cmake (+4/-4)
doc/source/installation.rst (+77/-30)
doc/source/management/pam_plugin.rst (+1/-1)
doc/source/upgrading_guide_51_55.rst (+1/-1)
handlersocket.patch (+0/-30)
libmysql/CMakeLists.txt (+14/-10)
libmysql/libmysql.map (+3/-3)
libmysql/libmysql.ver.in (+1/-1)
man/mysql_config.1 (+3/-3)
mysql-test/CMakeLists.txt (+1/-1)
mysql-test/r/mysql_plugin.result (+2/-2)
mysql-test/r/percona_innodb_version.result (+1/-1)
mysql-test/t/mysql_plugin.test (+2/-2)
mysql-test/t/percona_innodb_version.test (+1/-1)
packaging/rpm-uln/mysql.spec.sh (+5/-5)
plugin/percona-pam-for-mysql/CMakeLists.txt (+1/-1)
scripts/CMakeLists.txt (+2/-2)
scripts/mysql_config.pl.in (+3/-3)
scripts/mysql_config.sh (+2/-2)
storage/HandlerSocket-Plugin-for-MySQL/configure.ac (+7/-10)
storage/ndb/ndbapi-examples/mgmapi_logevent/Makefile (+1/-1)
storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_async/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_async1/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_event/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_retries/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_scan/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple_dual/Makefile (+1/-1)
storage/ndb/ndbapi-examples/ndbapi_simple_index/Makefile (+1/-1)
storage/ndb/test/ndbapi/Makefile.am (+2/-2)
support-files/MySQL-shared-compat.spec.sh (+1/-1)
support-files/mysql.spec.sh (+3/-3)
tests/CMakeLists.txt (+2/-2)
uninstall_tests.sh (+0/-24)
Related bugs
Bug #1005787: main.file_contents failure due to missing INFO_SRC in source tarball | Low | Fix Released |
|
Bug #1014477: Percona Server source repository layout does not match that of MySQL | Wishlist | Fix Released |
|
Bug #1018291: Database administrator password can be seen in plain text if you execute debconf-get-selections | High | Fix Released |
|
Bug #1052636: Multiple arch installation of libmysqlclient18 broken | Wishlist | Fix Released |
|
Bug #1159625: PT UDFs are only shipped with RPM | High | Fix Released |
|
Bug #1244178: Different Server version value when installing from Source/Binary/RPM | Medium | Fix Released |
|
Related blueprints
Branch information
- Owner:
- Stewart Smith
- Status:
- Merged
Recent revisions
- 638. By Stewart Smith
-
improve build from source documentation to cover the new way of building source & binary packages
- 636. By Stewart Smith
-
revert change to info_src CMake macros that dealt with Percona Server being in a subdir and looking for .is_percona_
server_ source rather than .bzr - 635. By Stewart Smith
-
remove build-ps/
build-dpkg. sh script: with the new workflow of building debian packages, something like this can never really sensibly work. - 629. By Stewart Smith
-
fix issue of having usr/lib/libpsc.so symlink to non-existant versioned one, in Debian packaging we have multiarch suport, so it's under a subdir of /usr/lib
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-server/5.6