1. 30 Jan, 2006 1 commit
    • unknown's avatar
      Windows compile fixes in preparation for 5.1.6 beta. · ab88a598
      unknown authored
      
      VC++Files/client/mysqldump.vcproj:
        Add missing source file.
      VC++Files/mysql.sln:
        Fix configuration mismatch.
      VC++Files/sql/mysqld.vcproj:
        Enable row-based replication.
        Add missing source files.
      scripts/make_win_src_distribution.sh:
        Add copying of missing directory.
      sql/event.h:
        Fix type conflict only visible on Windows.
      sql/event_executor.cc:
        Fix non-portable thread stuff.
      sql/event_timed.cc:
        Fix type conflict only visible on Windows.
      sql/ha_archive.cc:
        Add cast needed for Windows.
      sql/handler.h:
        Fix Windows byte * <-> char * mismatch.
      sql/opt_range.cc:
        Fix Windows byte * <-> char * mismatch.
      sql/set_var.cc:
        BUG#16811
        Fix Windows compilation by making the cast-away of volatile implicit
        (Windows linker does not like volatile <-> non-volatile mismatch, in
        contrast to Unix)
      sql/sql_partition.cc:
        Fix Windows byte * <-> char * mismatch.
      ab88a598
  2. 26 Jan, 2006 9 commits
  3. 25 Jan, 2006 9 commits
  4. 24 Jan, 2006 18 commits
  5. 23 Jan, 2006 3 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1fb23ad7
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
      
      
      1fb23ad7
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 83401c52
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.1-new
      
      
      83401c52
    • unknown's avatar
      Fix for the test failure of binlog_row_ctype_cp932. Note that since we pushed... · 015157fd
      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).
      015157fd