1. 15 Sep, 2009 2 commits
    • unknown's avatar
      MySQL 5.1.38 after-merge fixes. · 9ec5b6f4
      unknown authored
      Fix some mistakes in the original merge found during review.
      
      mysql-test/include/concurrent.inc:
        Add missing lines mistakenly omitted in merge.
      mysql-test/include/mix1.inc:
        Revert wrong change done during merge.
      mysql-test/include/wait_for_status_var.inc.moved:
        Remove file which was accidentally not removed during conflict resolution in merge.
      mysql-test/r/innodb_mysql.result:
        Revert result file change following fixing root problem in merge.
      9ec5b6f4
    • Sergey Petrunya's avatar
      Make MariaDB work on windows: · 2083b7dd
      Sergey Petrunya authored
      - fix xtradb compile failures on windows (why do we have to do it again?)
      
      2083b7dd
  2. 14 Sep, 2009 2 commits
  3. 12 Sep, 2009 1 commit
  4. 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
  5. 10 Sep, 2009 2 commits
  6. 09 Sep, 2009 2 commits
  7. 08 Sep, 2009 2 commits
  8. 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
  9. 24 Aug, 2009 1 commit
  10. 21 Aug, 2009 1 commit
  11. 20 Aug, 2009 4 commits
  12. 13 Aug, 2009 2 commits
  13. 12 Aug, 2009 5 commits
  14. 11 Aug, 2009 11 commits
  15. 10 Aug, 2009 2 commits