List:Commits« Previous MessageNext Message »
From:Vladislav Vaintroub Date:July 17 2008 12:37pm
Subject:RE: bzr commit into mysql-6.0-falcon branch (hakan:2750)
View as plain text  

> -----Original Message-----
> From: Hakan Kuecuekyilmaz [mailto:hakan@stripped]
> Sent: Thursday, July 17, 2008 12:42 PM
> To: commits@stripped
> Subject: bzr commit into mysql-6.0-falcon branch (hakan:2750)

Thanks for reviving tests.
I'm curious about changes were  to 37080, could you elaborate?

> +++ b/mysql-test/suite/falcon/t/falcon_bug_37080.test	2008-07-16

 
>  --disable_warnings
> -DROP TABLE IF EXISTS t;
> +DROP TABLE IF EXISTS t1;

Why 't1' ? Is 't' not good enough?
>  --enable_warnings
> 
> -
> -CREATE TABLE t(i int);
> +CREATE TABLE t1(a int);
Why 'a' ? Is 'i' not good enough?

> -   --send insert into t values(1);
> +   --send insert into t1 values(1), (3), (5), (7) , (11);
Why many values instead of one?

> --
> MySQL Code Commits Mailing List
> For list archives: http://lists.mysql.com/commits
> To unsubscribe:
> http://lists.mysql.com/commits?unsub=1

Thread
bzr commit into mysql-6.0-falcon branch (hakan:2750) Hakan Kuecuekyilmaz17 Jul
  • RE: bzr commit into mysql-6.0-falcon branch (hakan:2750) Vladislav Vaintroub17 Jul
    • RE: bzr commit into mysql-6.0-falcon branch (hakan:2750)Hakan Kuecuekyilmaz17 Jul
      • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Andrey Hristov17 Jul
        • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Hakan Kuecuekyilmaz17 Jul
RE: bzr commit into mysql-6.0-falcon branch (hakan:2750)Hakan Kuecuekyilmaz17 Jul
  • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Andrey Hristov17 Jul
    • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Hakan Kuecuekyilmaz17 Jul
      • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Andrey Hristov17 Jul
      • Re: bzr commit into mysql-6.0-falcon branch (hakan:2750)Andrey Hristov17 Jul