1. 11 Sep, 2013 1 commit
    • unknown's avatar
      MDEV-4994: Crash in dynamic column API · 232eb75b
      unknown authored
      Dynamic columns unittest fix.
      
      Correct processing of empty string added to creation dynamic string procedure
      List function of numeric format fixed when empty string passed.
      Unit test calls changed to new ones.
      Unit test added to cmake file.
      232eb75b
  2. 04 Sep, 2013 1 commit
    • Sergey Vojtovich's avatar
      Merge Spider updates. Fixes · edc1e919
      Sergey Vojtovich authored
      MDEV4732 - Server crashes on attempt to create a SPIDER table with a
                 wrong version of mysql.spider_tables
      MDEV4733 - Server crashes on attempt to change engine on a SPIDER table
      edc1e919
  3. 03 Sep, 2013 1 commit
  4. 30 Aug, 2013 1 commit
  5. 24 Aug, 2013 11 commits
  6. 23 Aug, 2013 1 commit
  7. 22 Aug, 2013 2 commits
  8. 21 Aug, 2013 1 commit
  9. 16 Aug, 2013 1 commit
  10. 15 Aug, 2013 6 commits
  11. 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
  12. 13 Aug, 2013 3 commits
  13. 12 Aug, 2013 7 commits