Darn! I forgot to do "bzr add" on the new test file. I have committed a new
patch with the test in it.
Rafal
Jørgen Løland wrote:
> Rafal,
>
> The code looks good, but there should be a regression test for temporary
> tables and backup. I'll approve once a proper test has been added.
>
> Requests:
> ---------
> 1. Add test case
>
> Suggestions:
> ------------
>
> Comments:
> ---------
> Clean, well documented patch :)
>
>
>
> Rafal Somla wrote:
>> #At file:///ext/mysql/bzr/backup/bug33574/
>>
>> 2718 Rafal Somla 2008-10-29
>> BUG#33574, BUG#34903 (Backup: restore failure if temporary table
>> exists)
>> Before: If a temporary table existed with the same name as
>> a regular one, BACKUP
>> saved the temporary table.
>> After: Temporary tables are ignored by BACKUP command.
>