1. 10 Jan, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #25427. · 578fae9d
      igor@olga.mysql.com authored
      In the method Item_field::fix_fields we try to resolve the name of
      the field against the names of the aliases that occur in the select
      list. This is done by a call of the function find_item_in_list.
      When this function finds several occurrences of the field name
      it sends an error message to the error queue and returns 0.
      Yet the code did not take into account that find_item_in_list
      could return 0 and tried to dereference the returned value.
      578fae9d
  2. 03 Jan, 2007 1 commit
  3. 02 Jan, 2007 4 commits
  4. 31 Dec, 2006 1 commit
  5. 25 Dec, 2006 1 commit
  6. 20 Dec, 2006 2 commits
    • istruewing@chilla.local's avatar
      Bug#25213 - Compiler warnings in MyISAM code · d9b9778e
      istruewing@chilla.local authored
      Compiler warnings due to non-matching conversion
      specifications in format strings in DBUG_PRINT calls,
      due to non-used parameters (in non-debug mode), and
      due to seemingly uninitialized variables.
      
      Initialized variables, declared parameters unused, and
      casted DBUG_PRINT arguments to get rid of warnings.
      d9b9778e
    • istruewing@chilla.local's avatar
      Bug#25208 - Warnings in mi_packrec.c · 1d69857c
      istruewing@chilla.local authored
      Compiler warnings due to non-matching conversion
      specifications in format strings in DBUG_PRINT calls.
      
      Fixed DBUG_PRINT format specifiactions.
      1d69857c
  7. 19 Dec, 2006 1 commit
  8. 14 Dec, 2006 3 commits
  9. 13 Dec, 2006 1 commit
  10. 12 Dec, 2006 1 commit
  11. 11 Dec, 2006 2 commits
  12. 08 Dec, 2006 2 commits
  13. 07 Dec, 2006 3 commits
  14. 06 Dec, 2006 2 commits
  15. 05 Dec, 2006 6 commits
  16. 04 Dec, 2006 5 commits
  17. 01 Dec, 2006 4 commits