$this->cache_fieldType = $fieldInformation['fieldTypes'];
$this->cache_primaryKeys = $fieldInformation['primaryKeys'];
} else {
- $this->analyzeCoreTables();
$this->analyzeCachingTables();
$this->analyzeExtensionTables();
$completeFieldInformation = $this->getCompleteFieldInformation();
}
}
- /**
- * Handle stddb.sql and caching tables
- * parse and analyze table definitions
- *
- * @return void
- */
- protected function analyzeCoreTables() {
- $coreSql = file_get_contents(PATH_t3lib . 'stddb/tables.sql');
- $this->parseAndAnalyzeSql($coreSql);
- }
-
/**
* Loop through caching configurations
* to find the usage of database backends and