From: Kern Sibbald Date: Wed, 15 Aug 2018 08:31:32 +0000 (+0200) Subject: Tweak cleanup comment X-Git-Tag: Release-9.4.0~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9da69236fc3033743fdefd015a5fb17b1440a99;p=thirdparty%2Fbacula.git Tweak cleanup comment --- diff --git a/bacula/src/cats/sql_list.c b/bacula/src/cats/sql_list.c index 20ab42f048..15cfe09482 100644 --- a/bacula/src/cats/sql_list.c +++ b/bacula/src/cats/sql_list.c @@ -583,7 +583,7 @@ void BDB::bdb_list_files_for_job(JCR *jcr, JobId_t jobid, int deleted, DB_LIST_H bdb_lock(); /* - * Stupid MySQL is NON-STANDARD ! + * MySQL is different with no || operator */ if (bdb_get_type_index() == SQL_TYPE_MYSQL) { Mmsg(cmd, "SELECT CONCAT(Path.Path,Filename.Name) AS Filename "