mariadb/mysql-test/suite/innodb/r
Vasil Dimov acf187a276 Fix the failing innodb.innodb test:
innodb.innodb                            [ fail ]
          Test ended at 2010-06-02 15:04:06
  
  CURRENT_TEST: innodb.innodb
  --- /usr/w/mysql-trunk-innodb/mysql-test/suite/innodb/r/innodb.result	2010-05-23 23:10:26.576407000 +0300
  +++ /usr/w/mysql-trunk-innodb/mysql-test/suite/innodb/r/innodb.reject	2010-06-02 15:04:05.000000000 +0300
  @@ -2648,7 +2648,7 @@
   create table t4 (s1 char(2) binary,primary key (s1)) engine=innodb;
   insert into t1 values (0x41),(0x4120),(0x4100);
   insert into t2 values (0x41),(0x4120),(0x4100);
  -ERROR 23000: Duplicate entry 'A\x00' for key 'PRIMARY'
  +ERROR 23000: Duplicate entry 'A' for key 'PRIMARY'
   insert into t2 values (0x41),(0x4120);

The change in the printout was introduced in:

  ------------------------------------------------------------
  revno: 3008.6.2
  revision-id: sergey.glukhov@sun.com-20100527160143-57nas8nplzpj26dz
  parent: sergey.glukhov@sun.com-20100527155443-24vqi9o8rpnkyci7
  committer: Sergey Glukhov <Sergey.Glukhov@sun.com>
  branch nick: mysql-trunk-bugfixing
  timestamp: Thu 2010-05-27 20:01:43 +0400
  message:
    Bug#52430 Incorrect key in the error message for duplicate key error involving BINARY type
    For BINARY(N) strip trailing zeroes to make the error message nice-looking
  
   @ mysql-test/r/errors.result
      test case
  
   @ mysql-test/r/type_binary.result
      result fix
  
   @ mysql-test/t/errors.test
      test case
  
   @ sql/key.cc
      For BINARY(N) strip trailing zeroes to make the error message nice-looking

and its author (Sergey) did not notice the test failure because that test
has been disabled in his tree.
2010-06-02 15:09:18 +03:00
..
innodb-analyze.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb-autoinc-44030.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-autoinc.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-consistent.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-index.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-index_ucs2.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb-lock.result Merge mysql-trunk-bugfixing -> mysql-trunk-innodb 2010-05-21 17:52:35 +03:00
innodb-replace.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-semi-consistent.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb-system-table-view.result Check in the support for Information Schema System Table Views. Users 2010-05-25 18:44:33 -07:00
innodb-timeout.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb-use-sys-malloc.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb-zip.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb.result Fix the failing innodb.innodb test: 2010-06-02 15:09:18 +03:00
innodb_bug21704.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug34053.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug34300.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug35220.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug36169.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug36172.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug38231.result Refactor the innodb_bug38231 mysql-test to conform with the 2010-04-19 19:58:12 +03:00
innodb_bug39438.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug40360.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug40565.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug41904.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug42101-nonzero.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug42101.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug44032.result Add innodb plugin tests to a new mysql test suite 'innodb'. 2009-06-10 19:21:20 +05:30
innodb_bug44369.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug44571.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug45357.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug46000.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug46676.result Applying InnoDB Plugin 1.0.6 snapshot, part 6. Add Testcase for BUG#46676 2009-11-30 17:54:54 +05:30
innodb_bug47167.result WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_bug47621.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47622.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug47777.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug48024.result Merge from mysql-5.1-innodb: 2010-05-14 16:31:44 +03:00
innodb_bug49164.result Merge from mysql-5.1-innodb: 2010-05-10 15:14:45 +02:00
innodb_bug51378.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_bug51920.result Merge from mysql-5.1-innodb: 2010-05-04 12:40:41 +03:00
innodb_bug52663.result Merge from mysql-5.1-innodb: 2010-05-04 12:51:25 +03:00
innodb_bug52745.result Merge from mysql-5.1-innodb: 2010-05-04 13:15:46 +03:00
innodb_bug53290.result Merge from mysql-5.1-innodb: 2010-05-11 19:18:28 +03:00
innodb_bug53591.result Merge from mysql-5.1-innodb: 2010-05-12 14:19:26 +03:00
innodb_bug53592.result Port bug fix #53592 from mysql-5.1-innodb to mysql-trunk-innodb. 2010-06-02 04:04:00 -07:00
innodb_bug53674.result Merge from mysql-5.1-innodb: 2010-06-02 14:37:33 +03:00
innodb_file_format.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00
innodb_information_schema.result Check in patch for bug #53336, Improved InnoDB Transaction Reporting. 2010-05-12 08:39:45 -07:00
innodb_multi_update.result Merge from mysql-5.1-innodb: 2010-05-05 14:03:14 +03:00
innodb_trx_weight.result Move InnoDB mysql-tests to the innodb suite. 2010-04-16 19:19:07 +03:00