1. 24 Mar, 2014 2 commits
  2. 19 Mar, 2014 2 commits
    • Sergei Golubchik's avatar
      MDEV-5773 symbol list_add, version libmysqlclient_18 not defined in file... · 31bf3484
      Sergei Golubchik authored
      MDEV-5773 symbol list_add, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference
      MDEV-5763 libmyodbc.so: undefined symbol: int2str
      MDEV-5739 Symbol missing in libmysqlclient.so.18 (make_scrambled_password)
      
      pam_mysql and especially myodbc need tons of internal symbols on Debian, argh!
      31bf3484
    • Sergei Golubchik's avatar
      MDEV-5892 Centos startup script is broken · 9950c5c7
      Sergei Golubchik authored
      Don't try to be smart about --socket.
      Assume that if user has set up a non-standard location for a socket,
      she did it consistently for both a server and clients
      (otherwise most clients won't work anyway).
      9950c5c7
  3. 23 Mar, 2014 1 commit
  4. 18 Mar, 2014 4 commits
  5. 17 Mar, 2014 4 commits
  6. 16 Mar, 2014 4 commits
  7. 15 Mar, 2014 1 commit
  8. 14 Mar, 2014 2 commits
    • Michael Widenius's avatar
      MDEV-5829: STOP SLAVE resets global status variables · dd13db6f
      Michael Widenius authored
      Reason for the bug was an optimization for higher connect speed where we moved when global status was updated,
      but forgot to update states when slave thread dies.
      Fixed by adding thd->add_status_to_global() before deleting slave thread's thd.
      
      
      mysys/my_delete.c:
        Added missing newline
      sql/mysqld.cc:
        Use add_status_to_global()
      sql/slave.cc:
        Added missing add_status_to_global()
      sql/sql_class.cc:
        Use add_status_to_global()
      sql/sql_class.h:
        Simplify adding local status to global by adding add_status_to_global()
      dd13db6f
    • unknown's avatar
      MDEV-5446: Assertion `!table || (!table->read_set ||... · 5c8ed7dd
      unknown authored
      MDEV-5446: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails on EXPLAIN EXTENDED with VALUES function
      
      field_index should be set correctly for null field created by Item_insert_value::fix_fields().
      5c8ed7dd
  9. 13 Mar, 2014 4 commits
  10. 12 Mar, 2014 4 commits
  11. 07 Mar, 2014 1 commit
  12. 06 Mar, 2014 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-5686. · 1f2ef574
      Igor Babaev authored
      The calls of the function remove_eq_conds() may change the and/or structure
      of the where conditions. So JOIN::equal_cond should be updated for non-recursive
      calls of remove_eq_conds(). 
      1f2ef574
  13. 26 Feb, 2014 3 commits
  14. 25 Feb, 2014 3 commits
  15. 24 Feb, 2014 1 commit
  16. 23 Feb, 2014 1 commit
  17. 22 Feb, 2014 1 commit
  18. 21 Feb, 2014 1 commit