1. 09 Dec, 2008 1 commit
    • Georgi Kodinov's avatar
      Bug #37936: ASSERT_COLUMN_MARKED_FOR_WRITE in Field_datetime::store , · 71296ae2
      Georgi Kodinov authored
      Field_varstring::store
            
      The code that temporary saved the bitmaps of the read set and the write set so that
      it can set it to all columns for debug purposes was not expecting that the
      table->read_set and table->write_set can be the same. And was always saving both in 
      sequence.
      As a result the original value was never restored.
      Fixed by saving & restoring the original value only once if the two sets are the
      same (in a special set of functions).
      71296ae2
  2. 31 Oct, 2008 2 commits
  3. 30 Oct, 2008 1 commit
  4. 29 Oct, 2008 2 commits
  5. 27 Oct, 2008 10 commits
  6. 26 Oct, 2008 3 commits
  7. 24 Oct, 2008 5 commits
  8. 23 Oct, 2008 8 commits
  9. 22 Oct, 2008 2 commits
  10. 21 Oct, 2008 6 commits