main, scylla-gdb, cql-test-env: Unify debug::the_database

All the debug:: inhabitants have their names look like "the_<classname>"
This patch brings the database piece to this standard.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2021-09-02 17:29:38 +03:00
parent e69969b6c7
commit 7e5abb5096
5 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ class database;
namespace debug {
extern seastar::sharded<database>* db;
extern seastar::sharded<database>* the_database;
}