List:Commits« Previous MessageNext Message »
From:Chuck Bell Date:August 13 2008 12:57pm
Subject:RE: bzr commit into mysql-6.0-backup branch (cbell:2683) Bug#33414
View as plain text  
Oystein,

Here is the patch with these corrections. Please let me know if you approve.

http://lists.mysql.com/commits/51524

> Changes from previous version looks good.  In addition to the 
> issues raised on the previous patch, I have only some minor 
> comments on test that you could fix if you feel like it:
> 
> Chuck Bell wrote:
> ...
> > +# Create data for this test and tailor it to the test.
> > +--disable_warnings
> > +DROP DATABASE IF EXISTS bup_ddl_blocker; --enable_warnings
> > +
> > +CREATE DATABASE bup_ddl_blocker;
> > +
> > +--disable_warnings
> > +DROP TABLE IF EXISTS bup_ddl_blocker.t1, bup_ddl_blocker.t2,
> > +                     bup_ddl_blocker.t3, bup_ddl_blocker.t4;
> 
> The above statement is strictly not necessary since the 
> database was just created.

Removed

> 
> > +# Part C - test default behavior: set backup timeout = default # 
> > +--echo Part C
> > +
> > +connection con1;
> > +
> > +SET backup_wait_timeout = DEFAULT;
> > +SHOW VARIABLES LIKE 'backup_wait%';
> 
> Here you test the variable after you set it to default.  
> Maybe you could also test its value without setting it at all?

What I wanted to show was the SET = DEFAULT changed the value. I added
additional steps to make that clearer.

Chuck

Thread
bzr commit into mysql-6.0-backup branch (cbell:2683) Bug#33414Chuck Bell12 Aug
  • Re: bzr commit into mysql-6.0-backup branch (cbell:2683) Bug#33414Øystein Grøvlen13 Aug
    • RE: bzr commit into mysql-6.0-backup branch (cbell:2683) Bug#33414Chuck Bell13 Aug
      • Re: bzr commit into mysql-6.0-backup branch (cbell:2683) Bug#33414Øystein Grøvlen13 Aug