1. 17 Feb, 2016 4 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 1 commit
    • 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