1. 17 Feb, 2016 2 commits
  2. 16 Feb, 2016 9 commits
  3. 15 Feb, 2016 17 commits
  4. 14 Feb, 2016 2 commits
  5. 12 Feb, 2016 2 commits
  6. 11 Feb, 2016 3 commits
  7. 10 Feb, 2016 2 commits
  8. 09 Feb, 2016 3 commits
    • Oleksandr Byelkin's avatar
      MDEV-7765: Crash (Assertion `!table || (!table->write_set ||... · 6b614c62
      Oleksandr Byelkin authored
      MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table
      
      Problem was that created table was not marked as used (not set query_id) and so opening tables for stored function pick it up (as opened place holder for it) and used changing TABLE internals.
      6b614c62
    • Vicențiu Ciorbaru's avatar
      MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init · 775cccca
      Vicențiu Ciorbaru authored
      The select mentioned in the bug attempted to create a temporary table
      using the maria storage engine. The table needs to have primary keys such that
      duplicates can be removed. Unfortunately this use case has a longer
      than allowed key and the tmp table got created without a temporary key.
      We must not allow materialization for the subquery if the total key
      length and key parts is greater than what the storage engine supports.
      775cccca
    • Sergei Golubchik's avatar
      Merge branch 'bb-5.5-serg' into 5.5 · 01628ce3
      Sergei Golubchik authored
      01628ce3