<?phpnamespace DoctrineDBALPlatforms;/** * Provides the behavior, features and SQL dialect of the Oracle MySQL database platform * of the oldest supported version. */class MySQLPlatform extends AbstractMySQLPlatform{}