]> git.sur5r.net Git - bacula/bacula/commitdiff
add comments
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 29 Jun 2010 14:29:40 +0000 (16:29 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:57 +0000 (16:53 +0200)
bacula/src/cats/sql_cmds.c

index 2a22467a9749c4d46ec0959c9ef728c132c4cbef..e53363978001d225ea7a948655bec508e8a8796b 100644 (file)
@@ -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 "