Added a query plan recorder for debugging purposes
This commit is contained in:
@@ -36,8 +36,6 @@ namespace lms::db
|
||||
public:
|
||||
Db(const std::filesystem::path& dbPath, std::size_t connectionCount);
|
||||
|
||||
Session& getTLSSession() override;
|
||||
|
||||
void executeSql(const std::string& sql);
|
||||
|
||||
private:
|
||||
@@ -46,6 +44,8 @@ namespace lms::db
|
||||
|
||||
friend class Session;
|
||||
|
||||
Session& getTLSSession() override;
|
||||
|
||||
core::RecursiveSharedMutex& getMutex() { return _sharedMutex; }
|
||||
Wt::Dbo::SqlConnectionPool& getConnectionPool() { return *_connectionPool; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user