2008-02-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
* !!! #7350: Use PHP5 features in class.t3lib_div.php (static and type hinting)
2008-02-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
* !!! #7350: Use PHP5 features in class.t3lib_div.php (static and type hinting)
- * #7351: Introduce $ACCESS_TIME/$SIM_ACCESS_TIME to improve Mysql query cache usage
+ * #7351: Introduce $ACCESS_TIME/$SIM_ACCESS_TIME to improve MySQL query cache usage
* Changed t3lib_div::get_tag_attributes/split_tag_attributes so that they always return an array
2008-02-02 Kasper Skaarhoj <kasper2008@typo3.com>
* Changed t3lib_div::get_tag_attributes/split_tag_attributes so that they always return an array
2008-02-02 Kasper Skaarhoj <kasper2008@typo3.com>
2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
- * Indexed Search: Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than Mysql
- * Add an index prefix to Mysql key definitions when (var)chars are changed to text when multiplyDBfieldSize is set
+ * Indexed Search: Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than MySQL
+ * Add an index prefix to MySQL key definitions when (var)chars are changed to text when multiplyDBfieldSize is set
* Reverted change to key of sys_refindex on 2006-09-01 (key prefix is set now automatically)
2006-11-13 Bernhard Kraft <kraftb@kraftb.at>
* Reverted change to key of sys_refindex on 2006-09-01 (key prefix is set now automatically)
2006-11-13 Bernhard Kraft <kraftb@kraftb.at>
* indexed_search with a huge page trees can now be a lot faster with the new TypoScript configuration option "skipExtendToSubpagesChecking"
* Added many calls to $GLOBALS['TYPO3_DB']->sql_free_result() free these memory resources
* Speed up link rendering by implementing some local caches
* indexed_search with a huge page trees can now be a lot faster with the new TypoScript configuration option "skipExtendToSubpagesChecking"
* Added many calls to $GLOBALS['TYPO3_DB']->sql_free_result() free these memory resources
* Speed up link rendering by implementing some local caches
- * Introduction of global variable $ACCESS_TIME (to the minute) to allow a better usage of Mysql query cache for time-based access control queries
+ * Introduction of global variable $ACCESS_TIME (to the minute) to allow a better usage of MySQL query cache for time-based access control queries
Development
====================
Development
====================
2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
2006-11-16 Martin Kutschker <martin.t.kutschker@blackbox.net>
- * Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than Mysql
+ * Added freeIndexSetId GROUP BY in tx_indexedsearch->execFinalQuery() to make SELECT work on DBs other than MySQL
2006-09-11 Michael Stucki <michael@typo3.org>
2006-09-11 Michael Stucki <michael@typo3.org>