Hi,
STATUS
------
Approved.
Chuck Bell wrote:
> #At file:///Users/cbell/source/bzr/mysql-6.0-bug-47690/ based on
> revid:hema@stripped
>
> 2877 Chuck Bell 2009-10-15
> BUG#47690 : Service interface skip of 'PERFORMANCE_SCHEMA' database incomplete
>
> The si_objects code is partially coded to ignore the PERFORMANCE_SCHEMA
> database on backup. This database should be treated like the
> INFORMATION_SCHEMA and mysql database such that it is excluded
> from the list of databases included in the backup image and
> for all access checks.
>
> This patch adds the 'performance_schema' clause to all of the where
> clauses where missing.
>
> Note: A test case cannot be constructed until the performance
> schema code is pushed. This patch will ensure backup will not fail
> when that work is complete.
> @ sql/si_objects.cc
> Added 'performance_schema' to all internal database name
> checks.
>
> modified:
> sql/si_objects.cc