Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_3_5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 16, 2012
2 parents f091021 + 0934844 commit 5ab83b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/database_interface.lib.php
Expand Up @@ -1847,6 +1847,7 @@ function PMA_DBI_formatError($error_number, $error_message)
function PMA_is_system_schema($schema_name, $test_for_mysql_schema = false)
{
return strtolower($schema_name) == 'information_schema'
|| strtolower($schema_name) == 'performance_schema'
|| (PMA_DRIZZLE && strtolower($schema_name) == 'data_dictionary')
|| ($test_for_mysql_schema && !PMA_DRIZZLE && $schema_name == 'mysql');
}
Expand Down

0 comments on commit 5ab83b7

Please sign in to comment.