Commit 2636656b authored by Lukas Kahwe Smith's avatar Lukas Kahwe Smith Committed by Juozas Kaziukenas

removed redundant supportsSavepoints()

parent b9c89f71
......@@ -258,17 +258,6 @@ class MySqlPlatform extends AbstractPlatform
{
return true;
}
/**
* Whether the platform supports savepoints. MySql does not.
*
* @return boolean
* @override
*/
public function supportsSavepoints()
{
return true;
}
public function getShowDatabasesSQL()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment