1. 26 Jan, 2006 4 commits
  2. 25 Jan, 2006 9 commits
  3. 24 Jan, 2006 18 commits
  4. 23 Jan, 2006 9 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 903c5af7
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      903c5af7
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 02bfd032
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.1-new
      
      02bfd032
    • unknown's avatar
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed... · 7ea7b915
      unknown authored
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed row-based replication,
      "make test" != "mysql-test-run && mysql-test-run --ps-protocol". "make test" is what should be used;
      had it been, the failure would have been noticed earlier. Putting back cxx flags I had by accident removed.
      Disclaimer: 5.1-new is in a sorry state: log_tables and some ndb* fail, mysqlslap test crashes randomly in a row-based replication assertion (sql_class.cc:2207). 
      
      
      BUILD/SETUP.sh:
        Putting back flags which I, by accident, removed during the push of row-based replication (I had removed
        them in my tree because they cause tens of wrong warnings with my gcc4.0.0, and committed that by accident).
      mysql-test/r/binlog_row_ctype_cp932.result:
        result update (people should run "make test" now, it tests row-based replication too).
      7ea7b915
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d30954e9
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      d30954e9
    • unknown's avatar
      disabled.def: · d8da99e8
      unknown authored
        Disabled ndb_dd_disk2memory
      
      
      mysql-test/t/disabled.def:
        Disabled ndb_dd_disk2memory
      d8da99e8
    • unknown's avatar
      BUG# 15523 - ALTER TABLE ... PARTITION BY does not work · 4fc47b00
      unknown authored
      this was fixed by WL 2604
      
      
      mysql-test/r/partition_mgm_err.result:
        result block for bug#15523
      mysql-test/t/partition_mgm_err.test:
        test block for bug #15523
      4fc47b00
    • unknown's avatar
      BUG# 16534: just a change to the test suite showing that it's fixed. · fe5fde29
      unknown authored
      This bug was fixed as part of the large WL 2604 push.
      
      
      mysql-test/r/partition_mgm_err.result:
        results block for bug #16534
      mysql-test/t/partition_mgm_err.test:
        test block for bug# 16534
      fe5fde29
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e350c0e4
      unknown authored
      into lmy004.:/work/mysql-5.1-tt-copy-works
      
      
      sql/event.cc:
        Auto merged
      sql/event_executor.cc:
        Auto merged
      sql/event_timed.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      e350c0e4
    • unknown's avatar
      Bug# 16718 partitioning support status variable has incorrect name · eeaacce0
      unknown authored
      change status variable from have_partition_engine to have_partitioning.
      
      
      mysql-test/include/have_partition.inc:
        updated to use new status variable
      mysql-test/r/have_partition.require:
        updated to use new status variable
      sql/set_var.cc:
        change status variable from have_partition_engine to have_partitioning.
      eeaacce0