Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libdbd-mysql-perl: Upgrade to 4.050 | Mingli Yu | 2019-04-29 | 1 | -53/+0 |
| | | | | | | | | | | | | | | Update homepage and make SRC_URI to fetch from git. Remove one backported patch. Add libdev-checklib-perl-native to DEPENDS as the new libdbd-mysql-perl depends on another module (Devel::CheckLib) at configure time. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | libdbd-mysql-perl: fix do_compile failure | Mingli Yu | 2019-03-06 | 1 | -0/+53 |
After mariadb upgrade to 10.3.13, there comes below do_compile failure for libdbd-mysql-perl: | dbdimp.c: In function 'mysql_dr_connect': | dbdimp.c:2000:13: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect' | result->reconnect=0; Backport a patch to fix it. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |