better to set tracking to false by default to avoid overhead

This commit is contained in:
Marc Delisle
2009-12-27 13:17:37 +00:00
parent 2572a03033
commit 20208dceb2
2 changed files with 2 additions and 2 deletions

View File

@@ -1072,7 +1072,7 @@ ALTER TABLE `pma_column_comments`
<span id="cfg_Servers_tracking_auto_create">$cfg['Servers'][$i]['tracking_version_auto_create']</span> boolean
</dt>
<dd>
Whether the tracking mechanism creates versions for tables and views automatically. Default value is true.
Whether the tracking mechanism creates versions for tables and views automatically. Default value is false.
<br/><br/>
If this is set to true and you create a table or view with

View File

@@ -424,7 +424,7 @@ $cfg['Servers'][$i]['CountTables'] = true;
* @global bool $cfg['Servers'][$i]['tracking_version_auto_create']
*/
$cfg['Servers'][$i]['tracking_version_auto_create'] = true;
$cfg['Servers'][$i]['tracking_version_auto_create'] = false;
/**
* Defines the list of statements the auto-creation uses for new versions.