1. 24 Aug, 2013 10 commits
  2. 22 Aug, 2013 2 commits
  3. 21 Aug, 2013 1 commit
  4. 16 Aug, 2013 1 commit
  5. 15 Aug, 2013 6 commits
  6. 14 Aug, 2013 4 commits
    • Sergei Golubchik's avatar
      raise a version · 51e28066
      Sergei Golubchik authored
      51e28066
    • Olivier Bertrand's avatar
      - Change the Blanks parameter from true to false in catalog getting · 0993d4b4
      Olivier Bertrand authored
        information function. This solve the problem of uninitialised zone
        that was detected by valgrind.
      
      modified:
        storage/connect/myconn.cpp
        storage/connect/odbconn.cpp
        storage/connect/tabfmt.cpp
        storage/connect/tabutil.cpp
        storage/connect/tabwmi.cpp
      0993d4b4
    • Sergey Vojtovich's avatar
      f3d26cb1
    • Sergey Vojtovich's avatar
      MDEV-4702 - Reduce usage of LOCK_open · b7f9c894
      Sergey Vojtovich authored
      Following variables do not require LOCK_open protection anymore:
      - table_def_cache (renamed to tdc_hash) is protected by rw-lock
        LOCK_tdc_hash;
      - table_def_shutdown_in_progress doesn't need LOCK_open protection;
      - last_table_id use atomics;
      - TABLE_SHARE::ref_count (renamed to TABLE_SHARE::tdc.ref_count)
        is protected by TABLE_SHARE::tdc.LOCK_table_share;
      - TABLE_SHARE::next, ::prev (renamed to tdc.next and tdc.prev),
        oldest_unused_share, end_of_unused_share are protected by
        LOCK_unused_shares;
      - TABLE_SHARE::m_flush_tickets (renamed to tdc.m_flush_tickets)
        is protected by TABLE_SHARE::tdc.LOCK_table_share;
      - refresh_version (renamed to tdc_version) use atomics.
      b7f9c894
  7. 13 Aug, 2013 3 commits
  8. 12 Aug, 2013 11 commits
  9. 11 Aug, 2013 2 commits