STATUS
------
Approved pending changes below.
REQUIRED
--------
1. Please correct minor spelling error.
REQUESTS
--------
2. Please keep lines to < 80 characters.
DETAILS
-------
> Bug#39379 Restore of online backup ignoring NO_ENGINE_SUBSTITUTION sql_mode
>
> Do not allow engine substitution during RESTORE.
> @ mysql-test/suite/backup/r/backup_nodata_driver.result
> Updated result file with output of new test case.
> @ mysql-test/suite/backup/t/backup_nodata_driver.test
> Test that restore fails for a backcup image that contains a table in a
> storage engine that is not available.
1. Backup is misspelled.
2. This line exceeds 80 characters.
> @ sql/si_objects.cc
> Add MODE_NO_ENGINE_SUBSTITUTION to default sql_mode so that engine
> subsititution is not performed during restore.
1. Substitution is misspelled.
>
> modified:
> mysql-test/suite/backup/r/backup_nodata_driver.result
> mysql-test/suite/backup/t/backup_nodata_driver.test
> sql/si_objects.cc
...
Chuck