~ahasenack/ubuntu/+source/net-snmp:disco-net-snmp-5.7.3-5-merge

Last commit made on 2019-02-06
Get this branch:
git clone -b disco-net-snmp-5.7.3-5-merge https://git.launchpad.net/~ahasenack/ubuntu/+source/net-snmp
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
disco-net-snmp-5.7.3-5-merge
Repository:
lp:~ahasenack/ubuntu/+source/net-snmp

Recent commits

051747d... by Andreas Hasenack

changelog for d/p/mysql-options.patch

d327a2a... by Andreas Hasenack

      + d/p/mysql-options.patch: use mysql_options if no {my_,}load_defaults
        was found.

2dfd045... by Andreas Hasenack

changelog for d/p/mysql-init.patch

a445a7b... by Andreas Hasenack

      + d/p/mysql-init.patch: handle the various mysql init functions

10a9d49... by Andreas Hasenack

changelog for d/p/mysql8-headers.patch

1d68f84... by Andreas Hasenack

      + d/p/mysql8-headers.patch: detect if my_global.h and my_sys.h are
        available

8097928... by Andreas Hasenack

changelog for d/p/my-load-defaults.patch

86c676b... by Andreas Hasenack

      + d/p/my-load-defaults.patch: properly detect (and use)
        my_load_defaults(). This replaces the previous
        my_load_defaults patch.

196db4d... by Andreas Hasenack

changelog for d/p/mysql8-replace-bool.patch

7d16ceb... by Andreas Hasenack

    - Fix build with mysql-8 (LP: #1814270):
      + d/p/mysql8-replace-bool.patch: newer mysql dropped my_bool, use char
        instead.