backup_id_temp

backup_id_temp

av Bo Pierce -
Galle vástádusa: 1

There are  moodle scripts which query the table:  backup_ids_temp

Unlike 401 other tables, I cannot see this table in the CLI for MySql,
        mysql> SHOW TABLES FROM moodle;
nor do I know how to query the table from CLI.

Is this because the table does not exist, or am I missing some fundamental knowledge?
Have I posted to the correct forum?

Gjennomsnittlig vurdering: -
Vástádussan geasa: Bo Pierce

Re: backup_id_temp

av Ken Task -
Bilde av Particularly helpful Moodlers

Moodle uses that table in a backup function of some sort and then removes it.  There are other  _temp tables created and removed as well so the DB shouldn't have any _temp tables.

Please see:

https://github.com/moodle/moodle/blob/master/backup/util/dbops/tests/backup_dbops_test.php

beginning line 137

'spirit of sharing', Ken