This commit is contained in:
Marc Delisle
2010-03-16 12:47:42 -04:00
parent 13cb9e7e3e
commit e2aaeaf1d6

View File

@@ -439,7 +439,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
'CREATE DATABASE,ALTER DATABASE,DROP DATABASE'; 'CREATE DATABASE,ALTER DATABASE,DROP DATABASE';
/** /**
* Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view. * Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
* *
* @global bool $cfg['Servers'][$i]['tracking_add_drop_view'] * @global bool $cfg['Servers'][$i]['tracking_add_drop_view']
*/ */
@@ -447,7 +447,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
$cfg['Servers'][$i]['tracking_add_drop_view'] = true; $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
/** /**
* Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table. * Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
* *
* @global bool $cfg['Servers'][$i]['tracking_add_drop_table'] * @global bool $cfg['Servers'][$i]['tracking_add_drop_table']
*/ */
@@ -455,7 +455,7 @@ $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
$cfg['Servers'][$i]['tracking_add_drop_table'] = true; $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
/** /**
* Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
* *
* @global bool $cfg['Servers'][$i]['tracking_add_drop_database'] * @global bool $cfg['Servers'][$i]['tracking_add_drop_database']
*/ */
@@ -463,7 +463,7 @@ $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
$cfg['Servers'][$i]['tracking_add_drop_database'] = true; $cfg['Servers'][$i]['tracking_add_drop_database'] = true;
/** /**
* Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
* *
* @global bool $cfg['Servers'][$i]['tracking_version_drop_database'] * @global bool $cfg['Servers'][$i]['tracking_version_drop_database']
*/ */