1. 25 Sep, 2009 1 commit
    • Igor Babaev's avatar
      Took care of mysql test suite failures on Windows. · d210e5fd
      Igor Babaev authored
      mysql-test/suite/rpl/t/rpl_binlog_corruption.test:
        Disabled the test for Windows (see bug #47639)
      mysql-test/suite/rpl/t/rpl_killed_ddl.test:
        Disabled the test for Windows (see bug #47638)
      vio/viosocket.c:
        Added an implementation of vio_poll_read for Windows.
        Winsock does not support the poll function.
        So the existing generic implementation of vio_poll_read
        could not be used for Windows.
      d210e5fd
  2. 20 Sep, 2009 1 commit
  3. 19 Sep, 2009 2 commits
  4. 18 Sep, 2009 4 commits
  5. 17 Sep, 2009 3 commits
  6. 16 Sep, 2009 8 commits
  7. 15 Sep, 2009 9 commits
  8. 14 Sep, 2009 2 commits
  9. 12 Sep, 2009 1 commit
  10. 11 Sep, 2009 2 commits
    • unknown's avatar
      After-merge fix for MySQL 5.1.38 merge into MariaDB. · 829c6099
      unknown authored
      Due to a bugfix for enum options in MariaDB, my_getopt parses enums into an ulong.
      However, some new code from MySQL was written to assume enums take an uint.
      
      Fix by using the correct type.
      
      (The new MySQL code in addition had an implicit assumption that my_bool and uint were
      compatible; remove this assumption).
      829c6099
    • unknown's avatar
      After-merge fixes for merge of MySQL-5.1.38. · 66a1902a
      unknown authored
      mysql-test/r/innodb.result:
        Fix wrong merge of result file conflicts.
      mysql-test/t/bug46080-master.opt:
        Fix memory limit to take into account extra storage engines in MariaDB.
      mysql-test/t/innodb.test:
        Add comment clarifying tricky --replace_result.
      sql/sql_select.cc:
        Restore fix of Bug#34374, accudentally lost during MySQL 5.1.38 merge.
      support-files/build-tags:
        Fix missing -R option for bzr, accidentally lost in MySQL-5.1.38 merge.
      66a1902a
  11. 10 Sep, 2009 2 commits
  12. 09 Sep, 2009 3 commits
  13. 08 Sep, 2009 2 commits