1. 14 Jul, 2007 1 commit
    • evgen@moonbone.local's avatar
      Bug#29729: Wrong conversion error led to an empty result set. · e717f9d2
      evgen@moonbone.local authored
      The Field_newdate::store when storing a DATETIME value was returning the
      'value was cut' error even if the thd->count_cuted_fields flag is set to
      CHECK_FIELD_IGNORE. This made range optimizr think that there is no
      appropriate data in the table and thus to return an empty set.
      
      Now the Field_newdate::store function returns conversion error only if the
      thd->count_cuted_fields flag isn't set to CHECK_FIELD_IGNORE.
      e717f9d2
  2. 13 Jul, 2007 3 commits
  3. 12 Jul, 2007 4 commits
  4. 11 Jul, 2007 11 commits
  5. 10 Jul, 2007 3 commits
  6. 09 Jul, 2007 11 commits
  7. 08 Jul, 2007 3 commits
  8. 07 Jul, 2007 4 commits