1. 31 Oct, 2013 2 commits
    • Sergei Golubchik's avatar
      MDEV-4024 Found Index PRIMARY whose column info does not match that of MySQL · 6882f9fa
      Sergei Golubchik authored
      For compatibility purposes let InnoDB use DATA_INT for MYSQL_TYPE_ENUM and MYSQL_TYPE_SET.
      Silence the warning for these types and let the index translation table to be built anyway.
      
      Test case by Jeremy Cole.
      6882f9fa
    • Alexander Barkov's avatar
      A few minor Unicode collation customization improvements were made, · bd3dc542
      Alexander Barkov authored
      which makes it possible to add more world language collations
      with very complex collation rules (e.g. Myanmar):
      - Weight string for a single character in a user defined collation
        was erroneously limited to 7 weights (instead of 8 weights).
        Added an extra element in the user-defined weight arrays,
        to fit 8 non-zero weights.
      - Weight string limit for contractions was made two times longer (16 weights),
        which allows longer contractions without affecting the performance
        of filesort.
      - A user-defined collation now refuses to initialize and reports an error
        in case if a weight string gets longer than 8 weights for a single character,
        or longer than 16 weights for a contraction. Previously weight strings
        for such characters (and contractions) were cut, so a collation
        could silently start with wrong rules.
      - Fixed a bug in handling rules like "&a << b" in combination with
        shift-after-method="expand". The primary weight for "b" was not
        correctly calculated, which erroneously made "b" primary greater than "a"
        instead of primary equal to "a".
      bd3dc542
  2. 30 Oct, 2013 1 commit
    • Sergey Vojtovich's avatar
      Merge Spider updates. Fixes · eea91f63
      Sergey Vojtovich authored
      MDEV-4736 - Assertion `! is_set()' fails in Diagnostics_area::set_ok_status on
                  UPDATE which violates constraint on a remote table
      eea91f63
  3. 29 Oct, 2013 8 commits
  4. 28 Oct, 2013 2 commits
  5. 27 Oct, 2013 3 commits
  6. 26 Oct, 2013 3 commits
  7. 25 Oct, 2013 3 commits
  8. 24 Oct, 2013 1 commit
    • Sergey Petrunya's avatar
      MDEV-5102 : MySQL Bug 69851 · 86901216
      Sergey Petrunya authored
      - Backport MySQL's fix: do set ha_partition::m_pkey_is_clustered for ha_partition 
        objects created with handler->clone() call.
      - Also, include a testcase.
      86901216
  9. 23 Oct, 2013 7 commits
  10. 22 Oct, 2013 1 commit
  11. 21 Oct, 2013 6 commits
  12. 20 Oct, 2013 3 commits