Hi, The $cfg['VerboseMultiSubmit'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The purpose of $cfg['Servers'][$i]['verbose_check'] is to verify whether the user has a pre-version 2.5.0 column_info table; we can safely remove this verification.
$cfg['SkipLockedTables'] could be removed and the corresponding behavior always executed.
The $cfg['SuggestDBName'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The $cfg['LightTabs'] directive is set to false by default and I never felt the need to change it. I suggest to remove it.
Comments?
Op 12 april 2012 13:04 heeft Marc Delisle marc@infomarc.info het volgende geschreven:
Hi, The $cfg['VerboseMultiSubmit'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The purpose of $cfg['Servers'][$i]['verbose_check'] is to verify whether the user has a pre-version 2.5.0 column_info table; we can safely remove this verification.
$cfg['SkipLockedTables'] could be removed and the corresponding behavior always executed.
The $cfg['SuggestDBName'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The $cfg['LightTabs'] directive is set to false by default and I never felt the need to change it. I suggest to remove it.
Comments?
No comments.
We could ask the same question on the users mailing list and see if there are some objections?
Kind regards,
Dieter