Package: drizzle / 1:7.1.36-stable-1

Metadata

Package Version Patches format
drizzle 1:7.1.36-stable-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bug 631107.patch | (download)

plugin/mysql_unix_socket_protocol/protocol.cc | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 change permissions of the mysql unix socket
# Bug: 631107

fix_spellings.patch | (download)

plugin/innobase/xtrabackup/xtrabackup.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixing spelling error in xtrabackup.cc

nodoxygenlogfile.patch | (download)

docs/Doxyfile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 the build makes a ~300m doxygen logfile, which is then not used
#  With this patch the logfile is not generated to speed up build, also not
#  wasting memory when using pbuilder in a tmpfs (which is a real speed gain)

disable intersphinx.patch | (download)

docs/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 turn off intersphinx mappings - they need connectivity which is not available on buildds
 builders.
pandora ignore git repo.patch | (download)

m4/pandora_vc_build.m4 | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 disable detection for git repository in pandora rule, to avoid false
#   detection of the debian-git repository as upstream, leading to FTBFS.

always help.patch | (download)

drizzled/drizzled.cc | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 print help just after init plugins and not after parsing all
# options, making pid ...

do not use O_CLOEXEC.patch | (download)

drizzled/drizzled.cc | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 do not use o_cloexec for pid file (ftbfs on kfreebsd)
# Bug: 635192

ftbfs gcc47.patch | (download)

drizzled/execute/scanner.l | 1 1 + 0 - 0 !
plugin/rabbitmq/rabbitmq_handler.cc | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+)

 add includes needed for new gcc version 4.7