1. 19 Sep, 2009 1 commit
  2. 18 Sep, 2009 2 commits
  3. 17 Sep, 2009 3 commits
  4. 16 Sep, 2009 8 commits
  5. 15 Sep, 2009 9 commits
  6. 14 Sep, 2009 2 commits
  7. 12 Sep, 2009 1 commit
  8. 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
  9. 10 Sep, 2009 2 commits
  10. 09 Sep, 2009 3 commits
  11. 08 Sep, 2009 2 commits
  12. 07 Sep, 2009 3 commits
  13. 06 Sep, 2009 1 commit
  14. 04 Sep, 2009 1 commit
    • unknown's avatar
      Merge. · fb820d2c
      unknown authored
       - PBXT fixes.
       - MBug#423035 fix.
       - Compiler warning fixes.
      fb820d2c