From: Eric Bollengier Date: Tue, 29 Jun 2010 14:29:40 +0000 (+0200) Subject: add comments X-Git-Tag: Release-5.2.1~1232 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9179bfa4f9e8794b4daf8cbca3e82674490908b0;p=bacula%2Fbacula add comments --- diff --git a/bacula/src/cats/sql_cmds.c b/bacula/src/cats/sql_cmds.c index 2a22467a97..e533639780 100644 --- a/bacula/src/cats/sql_cmds.c +++ b/bacula/src/cats/sql_cmds.c @@ -469,6 +469,9 @@ const char *select_recent_version[5] = { "AND j1.JobId = f1.JobId" }; +/* We don't create this table as TEMPORARY because MySQL MyISAM + * 5.0 and 5.1 are unable to run further queries in this mode + */ const char *create_temp_accurate_jobids_default = "CREATE TABLE btemp3%s AS " "SELECT JobId, StartTime, EndTime, JobTDate, PurgedFiles "