1. 29 Nov, 2007 6 commits
  2. 28 Nov, 2007 9 commits
  3. 27 Nov, 2007 17 commits
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-axmrg · 5fb406fb
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.1-axmrg
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/archive.result:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/t/archive.test:
        Auto merged
      mysql-test/t/ctype_uca.test:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      mysql-test/t/disabled.def:
        Manual merge from 5.0
      mysql-test/t/subselect.test:
        Manual merge from 5.0
      5fb406fb
    • unknown's avatar
      Fix possible use of uninitialized variable during error handling in mysql.cc · 63ea8e5e
      unknown authored
      
      client/mysql.cc:
        In com_go(): Initialize 'warnings' count, in case an error occurs before
        it is properly set.
      63ea8e5e
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.1-amain · b44f0623
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.1-axmrg
      
      
      include/my_base.h:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/suite/ndb/t/disabled.def:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      client/mysql.cc:
        Manual merge
      mysql-test/suite/rpl/t/disabled.def:
        Manual merge
      b44f0623
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-ateam · c5499ef8
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      c5499ef8
    • unknown's avatar
      after-merge fixup: archive test/result adjusted. · 35599f74
      unknown authored
      35599f74
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-ateam · c1e7d906
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      c1e7d906
    • unknown's avatar
      Bug#8693 Test 'rpl_log_pos' fails sometimes · a8f8ca42
      unknown authored
      Disabled the test case.
      
      a8f8ca42
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.0-engines · 96cb42f6
      unknown authored
      into  mysql.com:/home/ram/work/b30495/b30495.5.0
      
      96cb42f6
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.1-engines · 551aaa9c
      unknown authored
      into  mysql.com:/home/ram/work/b30495/b30495.5.1
      
      551aaa9c
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-amain · 7e6cd08f
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      
      sql/item_cmpfunc.cc:
        Auto merged
      7e6cd08f
    • unknown's avatar
      Merge hh-nb.hhunger:/work/trees/mysql-5.0-build-src-clean · 0f683ed5
      unknown authored
      into  hh-nb.hhunger:/work/merge/mysql-5.0-build
      
      0f683ed5
    • unknown's avatar
      Merge hh-nb.hhunger:/work/trees/mysql-5.1-build-src-clean · 84476d95
      unknown authored
      into  hh-nb.hhunger:/work/merge/mysql-5.1-build
      
      84476d95
    • unknown's avatar
      Merge mysql.com:/home/ram/work/mysql-5.0-engines · 4a115f68
      unknown authored
      into  mysql.com:/home/ram/work/b30495/b30495.5.0
      
      4a115f68
    • unknown's avatar
      Disabling several tests that fail and reported as errors. · 7441a800
      unknown authored
      
      mysql-test/suite/ndb/t/disabled.def:
        Disabling failing tests.
      mysql-test/suite/rpl/t/disabled.def:
        Disabling failing tests.
      mysql-test/suite/rpl/t/rpl_ssl.test:
        Disabling part of test that fails.
      7441a800
    • unknown's avatar
      after-merge fix: · bcb5593d
      unknown authored
        - archive test/result adjusted.
        - OPTIMIZE/ANALYZE PARTITION EXTENDED test case added.
      
      
      mysql-test/r/archive.result:
        after-merge fix:
          - archive test/result adjusted.
      mysql-test/r/partition.result:
        after-merge fix:
          - test case added.
      mysql-test/t/archive.test:
        after-merge fix:
          - archive test/result adjusted.
      mysql-test/t/partition.test:
        after-merge fix:
          - test case added.
      bcb5593d
    • unknown's avatar
      Bug#32754 - InnoDB tests do not prepare or clean up correctly · 4182a3b1
      unknown authored
      Some test cases were missing preparation to deal with failed
      predecessor test cases.
      
      Added preparation (drop table if exists) to some test cases.
      
      
      mysql-test/include/innodb_rollback_on_timeout.inc:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Added preparation (drop table if exists).
      mysql-test/r/innodb-semi-consistent.result:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Fixed test result.
      mysql-test/r/innodb-ucs2.result:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Fixed test result.
      mysql-test/r/innodb_mysql.result:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Fixed test result.
      mysql-test/r/innodb_timeout_rollback.result:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Fixed test result.
      mysql-test/t/innodb-semi-consistent.test:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Added preparation (drop table if exists).
      mysql-test/t/innodb-ucs2.test:
        Bug#32754 - InnoDB tests do not prepare or clean up correctly
        Added preparation (drop table if exists).
      4182a3b1
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b30495/b30495.5.0 · df1e9ab0
      unknown authored
      into  mysql.com:/home/ram/work/b30495/b30495.5.1
      
      
      mysql-test/r/analyze.result:
        Auto merged
      mysql-test/t/analyze.test:
        Auto merged
      sql/sql_yacc.yy:
        5.0 -> 5.1 manual merging (see bug #30495: optimize table t1,t2,t3 extended errors):
        CHECK options disabled for ANALYZE/OPTIMIZE PARTITION.
      df1e9ab0
  4. 26 Nov, 2007 8 commits