1. 14 Oct, 2013 1 commit
    • Sergey Vojtovich's avatar
      MDEV-5042 - Server crashes when accessing incorrect MERGE table from trigger · 2c0a0739
      Sergey Vojtovich authored
      When we open merge children open error is normally handled early during
      open phase. But there are two exceptions when error is handled later during
      attach phase: CHECK/REPAIR TABLE and tables added by the pre-locking code.
      
      The latter case wasn't considered by assertion in the merge code. This
      assertion is corrected. Note that in MySQL-5.6 this assertion is removed.
      2c0a0739
  2. 03 Oct, 2013 1 commit
  3. 06 Oct, 2013 1 commit
  4. 04 Oct, 2013 1 commit
  5. 02 Oct, 2013 1 commit
  6. 01 Oct, 2013 2 commits
  7. 30 Sep, 2013 2 commits
  8. 27 Sep, 2013 2 commits
  9. 25 Sep, 2013 1 commit
  10. 24 Sep, 2013 1 commit
  11. 20 Sep, 2013 2 commits
  12. 26 Sep, 2013 1 commit
  13. 25 Sep, 2013 11 commits
  14. 24 Sep, 2013 1 commit
  15. 23 Sep, 2013 3 commits
  16. 21 Sep, 2013 1 commit
  17. 24 Sep, 2013 1 commit
  18. 23 Sep, 2013 4 commits
    • Michael Widenius's avatar
      Added information about the MariaDB foundation · 9081c4dc
      Michael Widenius authored
      Updated information in SHOW AUTHORS and SHOW CONTRIBUTORS
      SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
      
      CMakeLists.txt:
        Install TODO and CREDITS files
      CREDITS:
        Information about the MariaDB foundation
      README:
        Updated to include the MariaDB foundation
      mysql-test/r/contributors.result:
        Updated contributors
      mysql-test/r/show_check.result:
        SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore.
      scripts/make_binary_distribution.sh:
        Added TODO and CREDITS
      sql/authors.h:
        Updated list of active authors
      sql/contributors.h:
        Updated list of active contributors and members of the MariaDB foundation
      sql/sql_show.cc:
        Extend comment lengths
      sql/sql_yacc.yy:
        SHOW AUTHORS and SHOW CONTRIBUTORS are not depricated anymore
      9081c4dc
    • Michael Widenius's avatar
    • Alexander Barkov's avatar
      e33582d2
    • Sergey Vojtovich's avatar
      Merge Spider updates. Fixes · 9cbd53bf
      Sergey Vojtovich authored
      MDEV-4735 - Assertion `! is_set()' fails in Diagnostics_area::set_ok_status on
                  attempt to create a temporary SPIDER table connecting to
                  non-existing source
      MDEV-4737 - Server crashes in spider_mysql_handler::append_match_against on
                  SELECT .. MATCH .. AGAINST .. BOOLEAN MODE
      MDEV-4738 - INSERT DELAYED on a SPIDER table doesn't produce
                  ER_DELAYED_NOT_SUPPORTED, doesn't work like delayed, and doesn't
                  honor lock_wait_timeout like normal INSERT
      9cbd53bf
  19. 20 Sep, 2013 2 commits
  20. 21 Sep, 2013 1 commit