соединение с базой!

This commit is contained in:
Антон
2025-08-24 21:20:42 +03:00
parent 2551031158
commit 5faf10be72
-2
View File
@@ -15,8 +15,6 @@ void SetMySqlSession(mysqlx::Session* ptr)
mysqlx::Session& GetMySqlSession() mysqlx::Session& GetMySqlSession()
{ {
mysqlx::Schema schema = mysql_session->getSchema("up_and_down"s);
return *mysql_session; return *mysql_session;
} }
} }