Skip to content
Snippets Groups Projects
Commit 015e3d1e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Sql.mysql: Added reset().

parent 3b93b56b
No related branches found
No related tags found
No related merge requests found
......@@ -394,6 +394,11 @@ void drop_db( string db )
}
#endif
void reset()
{
::big_query("UNLOCK TABLES");
}
//! Quote a string so that it can safely be put in a query.
//!
//! @param s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment