https://bugs.exim.org/show_bug.cgi?id=2223
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #8 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/ba0e37b13c652435898f9b1050d6fe648875b125
commit ba0e37b13c652435898f9b1050d6fe648875b125
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 13 18:11:21 2018 +0000
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jan 13 18:48:33 2018 +0000
lookups: fix mysql lookup returns for no-data "queries",
when the number of rows affected is returned. bug 2223
broken-by: acec9514b1
also enhance the testsuite mysql testcase to be standalone and move to
standard-run set
and add a specific testcase for this bug.
testcase working on fedora at least - we'll see what happens on other
platforms
where executable locaation may vary.
----
doc/doc-txt/ChangeLog | 3 +
src/src/lookups/mysql.c | 48 +++---
test/confs/{9100 => 2610} | 4 +-
test/log/{9100 => 2610} | 2 +-
test/mail/{9100.CALLER => 2610.ph10} | 2 +-
test/scripts/2610-MySQL/2610 | 68 +++++++++
test/scripts/2610-MySQL/REQUIRES | 1 +
test/scripts/2620-Postgresql/2620 | 1 +
test/scripts/9100-MySQL/9100 | 26 ----
test/stderr/{9100 => 2610} | 279 ++++++++++++++++++++++-------------
test/stderr/2620 | 13 ++
test/stdout/{2620 => 2610} | 17 +--
test/stdout/2620 | 1 +
test/stdout/9100 | 26 ----
14 files changed, 295 insertions(+), 196 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.