diff --git a/ChangeLog b/ChangeLog index fad0b0bf97..405dc8e04a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog - bug #4457 SQL tab - Insert queries not showing affected row count - bug Missing warning about existing account, on multi-server config - bug #4435 WHERE clause can be undefined +- bug SQL export views as tables option getting ignored 4.2.3.0 (2014-06-08) - bug #4423 Moving fields not working diff --git a/export.php b/export.php index a42fcb884b..5a236146b0 100644 --- a/export.php +++ b/export.php @@ -126,6 +126,7 @@ if (!defined('TESTSUITE')) { 'sql_hex_for_binary', 'sql_utc_time', 'sql_drop_database', + 'sql_views_as_tables', 'csv_separator', 'csv_enclosed', 'csv_escaped',