// TODO: AkCollatorFactory should probably be a service
AkCollatorFactory.setCollationMode(config.getProperty(COLLATION_MODE));
AkibanInformationSchema.setDefaultCharsetAndCollation(config.getProperty(DEFAULT_CHARSET),
config.getProperty(DEFAULT_COLLATION));
this.typesTranslator = MTypesTranslator.INSTANCE; // TODO: Move to child.
this.aisCloner = new AISCloner(typesRegistryService.getTypesRegistry(),
storageFormatRegistry);
storageFormatRegistry.registerStandardFormats();
}