Documentation TYPO3 par Ameos

/home/httpd/typo3/doc-typo3.ameos.com/typo3doxygen/typo3_src-4.1/typo3/sysext/adodb/adodb/adodb-perf.inc.php

Reorganise multiple table-indices/statistics/.. OptimizeMode could be given by last Parameter

          optimizeTables( 'tableA');
      
          optimizeTables( 'tableA', 'tableB', 'tableC');
      
          optimizeTables( 'tableA', 'tableB', ADODB_OPT_LOW);
      

Parameters:
string table name of the table to optimize
int mode optimization-mode ADODB_OPT_HIGH for full optimization ADODB_OPT_LOW for CPU-less optimization Default is LOW ADODB_OPT_LOW
Author:
Markus Staab
Returns:
Returns true on success and false on error


Généré par TYPO3 Ameos avec  doxygen 1.4.6