better to set tracking to false by default to avoid overhead
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user