]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak cleanup comment
authorKern Sibbald <kern@sibbald.com>
Wed, 15 Aug 2018 08:31:32 +0000 (10:31 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 15 Aug 2018 08:31:32 +0000 (10:31 +0200)
bacula/src/cats/sql_list.c

index 20ab42f048537c829ee9760c199660a5a39d08bc..15cfe094820c2867d1c43bb95ee37d9ab9894bcd 100644 (file)
@@ -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 "