Commit e9ab5672 authored by Lukas Kahwe Smith's avatar Lukas Kahwe Smith

removed redundant supportsSavepoints()

parent d35a1a61
...@@ -258,17 +258,6 @@ class MySqlPlatform extends AbstractPlatform ...@@ -258,17 +258,6 @@ class MySqlPlatform extends AbstractPlatform
{ {
return true; return true;
} }
/**
* Whether the platform supports savepoints. MySql does not.
*
* @return boolean
* @override
*/
public function supportsSavepoints()
{
return true;
}
public function getShowDatabasesSQL() 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