From 730d638e6dd021b609d09347827ec9864988164d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 29 Jun 2010 16:29:40 +0200 Subject: [PATCH] add comments --- bacula/src/cats/sql_cmds.c | 3 +++ 1 file changed, 3 insertions(+) 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 " -- 2.39.5