Skip to content
Snippets Groups Projects
Commit 2190bacd authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Fix to handle situation during upgrade where there were no reservations.

Fix regression added in commit 9df82091.

Bug 4406.
parent 5ea3c44f
No related branches found
No related tags found
No related merge requests found
......@@ -441,6 +441,9 @@ static int _update_unused_wall(mysql_conn_t *mysql_conn,
curr_resv_id, curr_resv_start);
}
if (!query)
return rc;
if (debug_flags & DEBUG_FLAG_DB_QUERY)
DB_DEBUG(mysql_conn->conn, "query\n%s", query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment