https://bugs.exim.org/show_bug.cgi?id=2223
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/ba0e37b13c652435898f9b1050d6fe648875b125 commit ba0e37b13c652435898f9b1050d6fe648875b125 Author: Jeremy Harris <[email protected]> AuthorDate: Sat Jan 13 18:11:21 2018 +0000 Commit: Jeremy Harris <[email protected]> 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
