STATUS
------
Patch approved.
COMMENTARY
----------
Patch contains only tests -- no need for second reviewer. Bug report set
accordingly.
DETAILS
-------
> 2765 Jorgen Loland 2009-02-11
> Bug#41360 - backup_views fails after merge of main and backup trees
>
> The backup error stack was reordered a while ago to match the ordering of the
> server error stack. When a view cannot be restored due to a missing dependency, the
> top-level error ER_BACKUP_CANT_RESTORE_VIEW is now displayed, whereas the underlying
> problem ER_NO_SUCH_TABLE was displayed earlier. This patch changes the backup_views test
> to accommodate this reordering.
> modified:
> mysql-test/suite/backup/r/backup_views.result
> mysql-test/suite/backup/t/backup_views.test
> mysql-test/suite/backup/t/disabled.def
>
> per-file messages:
> mysql-test/suite/backup/r/backup_views.result
> Change test to accomodate for error stack reordering.
> mysql-test/suite/backup/t/backup_views.test
> Change test to accomodate for error stack reordering.
> mysql-test/suite/backup/t/disabled.def
> Reenable backup_views test
Chuck