An error occurred fetching the project authors.
  1. 31 May, 2011 1 commit
  2. 17 Jun, 2010 1 commit
  3. 16 Apr, 2010 1 commit
  4. 12 Apr, 2010 1 commit
  5. 01 Apr, 2010 2 commits
    • Sergey Vojtovich's avatar
      Applying InnoDB snapshot · 385df076
      Sergey Vojtovich authored
      Detailed revision comments:
      
      r6770 | marko | 2010-03-03 12:52:55 +0200 (Wed, 03 Mar 2010) | 12 lines
      branches/zip: Disallow duplicate index name when creating an index.
      This should fix Mantis Issue #461.
      
      innodb.test, innodb.result, innodb-index.test, innodb-index.result:
      Adjust the test result and mention that the introduced restriction
      has been reported as MySQL Bug #51451.
      
      innobase_check_index_keys(): Add a parameter for the InnoDB table and
      check that no duplicate index name is added.  Report errors by
      my_error() instead of sql_print_error().
      
      rb://260 approved by Sunny Bains
      385df076
    • Sergey Vojtovich's avatar
      Applying InnoDB snapshot · 60e905a9
      Sergey Vojtovich authored
      Detailed revision comments:
      
      r6472 | calvin | 2010-01-16 01:53:47 +0200 (Sat, 16 Jan 2010) | 12 lines
      branches/zip: Merge revisions 6425:6471 from branches/5.1
      to pick up the first part fix of bug49396.
      
          ------------------------------------------------------------------------
          r6471 | calvin | 2010-01-15 17:43:27 -0600 (Fri, 15 Jan 2010) | 4 lines
      
          branches/5.1: fix bug#49396: main.innodb test fails in embedded mode
      
          Change replace_result by using $MYSQLD_DATADIR. Tested in both embedded
          mode and normal server mode.
          ------------------------------------------------------------------------
      
      r6473 | calvin | 2010-01-16 01:58:16 +0200 (Sat, 16 Jan 2010) | 6 lines
      branches/zip: fix bug#49396: innodb.innodb-index test fails in
      embedded mode
      
      This is 2nd part of the fix for bug#49396. The 1st part is
      innodb.test. Tested in both embedded mode and normal server mode.
      60e905a9
  6. 30 Nov, 2009 1 commit
    • Satya B's avatar
      Applying InnoDB Plugin 1.0.6 snapshot, part 7 · d813b430
      Satya B authored
      Fixes several test cases.
      
      applied revisions: r6181, r6182, r6183, r6184
      
      r6183 - changes are made only to tests in innodb suite which is only 
              innodb-consistent-master.opt
      
      Detailed revision comments:
      
      r6181 | vasil | 2009-11-17 12:21:41 +0200 (Tue, 17 Nov 2009) | 33 lines
      branches/zip:
      
      At the end of innodb-index.test: restore the environment as it was before
      the test was started to silence this warning:
      
        MTR's internal check of the test case 'main.innodb-index' failed.
        This means that the test case does not preserve the state that existed
        before the test case was executed.  Most likely the test case did not
        do a proper clean-up.
        This is the diff of the states of the servers before and after the
        test case was executed:
        mysqltest: Logging to '/tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.log'.
        mysqltest: Results saved in '/tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.result'.
        mysqltest: Connecting to server localhost:13000 (socket /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/mysqld.1.sock) as 'root', connection 'default', attempt 0 ...
        mysqltest: ... Connected.
        mysqltest: Start processing test commands from './include/check-testcase.test' ...
        mysqltest: ... Done processing test commands.
        --- /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.result	2009-11-17 13:10:40.000000000 +0300
        +++ /tmp/autotest.sh-20091117_033000-zip.btyZwu/mysql-5.1/mysql-test/var/tmp/check-mysqld_1.reject	2009-11-17 13:10:54.000000000 +0300
        @@ -84,7 +84,7 @@
         INNODB_DOUBLEWRITE	ON
         INNODB_FAST_SHUTDOWN	1
         INNODB_FILE_FORMAT	Antelope
        -INNODB_FILE_FORMAT_CHECK	Antelope
        +INNODB_FILE_FORMAT_CHECK	Barracuda
         INNODB_FILE_PER_TABLE	OFF
         INNODB_FLUSH_LOG_AT_TRX_COMMIT	1
         INNODB_FLUSH_METHOD	
        
        mysqltest: Result content mismatch
        
        not ok
      
      r6182 | marko | 2009-11-17 13:49:15 +0200 (Tue, 17 Nov 2009) | 1 line
      branches/zip: Set svn:eol-style on mysql-test files.
      r6183 | marko | 2009-11-17 13:51:16 +0200 (Tue, 17 Nov 2009) | 1 line
      branches/zip: Prepend loose_ to plugin-only mysql-test options.
      r6184 | marko | 2009-11-17 13:52:01 +0200 (Tue, 17 Nov 2009) | 1 line
      branches/zip: innodb-index.test: Restore innodb_file_format_check.
      d813b430
  7. 11 Jun, 2009 1 commit
    • Sergey Vojtovich's avatar
      Make innodb test suite pass with INNODB_PLUGIN. · 4e430bb4
      Sergey Vojtovich authored
      mysql-test/suite/innodb/my.cnf:
        Added temporary my.cnf for initial testing.
      mysql-test/suite/innodb/t/disabled.def:
        Disabled innodb-index test until we know how to fix it.
        An error message appears in the error log, which is likely
        needs to be suppressed.
      mysql-test/suite/innodb/t/innodb-analyze.test:
        Cleanup variables before returning.
      mysql-test/suite/innodb/t/innodb-index.test:
        Include file from proper location.
      mysql-test/suite/innodb/t/innodb-index_ucs2.test:
        Include file from proper location.
      mysql-test/suite/innodb/t/innodb_bug36169.test:
        Cleanup variables before returning.
      mysql-test/suite/innodb/t/innodb_bug36172.test:
        Cleanup variables before returning.
      4e430bb4
  8. 10 Jun, 2009 1 commit
    • Satya B's avatar
      Add innodb plugin tests to a new mysql test suite 'innodb'. · 098679e8
      Satya B authored
      Created a test suite 'innodb' under mysql-test/suite/innodb for the innodb plugin tests.
      test suite 'innodb' has tests only which are not under any other mysql-test suites.
      
      Total 14 testcases are added to the test suite.
      
      Note: the patches in storage/innodb_plugin/mysql-test/patches are not applied yet
      098679e8
  9. 27 May, 2009 1 commit