summaryrefslogtreecommitdiff
path: root/mail/dspam/files/patch-src_mysql__drv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build against MariaDB and MySQL 8.0 (the latter replacedAlexey Dokuchaev2020-07-221-0/+14
my_bool with C99 bool, while earlier versions used typedef to char). PR: 243035