[Cdash] Unidentified flying tables
Julien Jomier
julien.jomier at kitware.com
Sat Aug 3 15:16:05 UTC 2013
Hi Igor,
It is strange that you are seeing errors related to test2 and
test2image2 since they should never be called by the upgrade script.
This function was for an old upgrade of CDash. In any case I just
removed the function from the upgrade.php. If you see any errors let me
know.
Julien
On 02/08/2013 21:09, Igor Murzov wrote:
> Hi, list.
>
> I saw errors related to "test2" and "test2image2" tables in my postgresql
> logs, so i looked into my DB and indeed there are no such tables in
> my DB, but there are "test" and "test2image". First i thought that it's
> must be a typo in upgrade.php, but the code looks like:
>
> -----------------------------------------
> $oldtest = pdo_query("SELECT * from test ORDER BY id ASC LIMIT $j,$step");
>
> /* process data from table "test" */
>
> $test = pdo_query("SELECT id FROM test2 WHERE name='$name' ...
>
> /* process data from "test2" */
> -----------------------------------------
>
> Then i did
>
> $ grep -riwn 'test2\|test2image2' .
>
> and not found any 'CREATE TABLE test2' or something that could create
> these tables. So i wonder what these tables are? Am i missing something?
>
>
> -- Igor
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
More information about the CDash
mailing list