1. 20 Sep, 2009 1 commit
  2. 19 Sep, 2009 2 commits
  3. 18 Sep, 2009 4 commits
  4. 17 Sep, 2009 3 commits
  5. 16 Sep, 2009 8 commits
  6. 15 Sep, 2009 9 commits
  7. 14 Sep, 2009 2 commits
  8. 12 Sep, 2009 1 commit
  9. 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
  10. 10 Sep, 2009 2 commits
  11. 09 Sep, 2009 3 commits
  12. 08 Sep, 2009 2 commits
  13. 07 Sep, 2009 1 commit
    • Sergey Petrunya's avatar
      Merge MySQL->MariaDB · 29f0dcb5
      Sergey Petrunya authored
      * Finished Monty and Jani's merge
      * Some InnoDB tests still fail (because it's old xtradb code run against
        newer testsuite). They are expected to go after mergning with the latest
        xtradb.
      29f0dcb5