policy maintenance mode

This commit is contained in:
alejandro.campos@artica.es 2023-02-06 13:41:31 +01:00
parent de3a74ae1a
commit a1ccfc99ec
1 changed files with 4 additions and 1 deletions

View File

@ -6406,8 +6406,11 @@ function getBearerToken()
*/
function is_pandora_db_running()
{
// Get current DB name: useful for metaconsole connection to node.
$db_name = db_get_sql('SELECT DATABASE()');
$is_free_lock = mysql_db_process_sql(
'SELECT IS_FREE_LOCK("pandora_pandora_db") AS "value"',
'SELECT IS_FREE_LOCK("'.$db_name.'_pandora_db") AS "value"',
'affected_rows',
'',
false