1. 18 Jan, 2007 1 commit
    • malff/marcsql@weblab.(none)'s avatar
      Bug#24562 (ALTER TABLE ... ORDER BY ... with complex expression asserts) · 436e1f59
      malff/marcsql@weblab.(none) authored
      WL#3681 (ALTER TABLE ORDER BY)
      
      Before this fix, the ALTER TABLE statement implemented an ORDER BY option
      with the following characteristics :
      
      1) The order by clause accepts a list of criteria, with optional ASC or
      DESC keywords
      
      2) Each criteria can be a general expression, involving operators,
      native functions, stored functions, user defined functions, subselects ...
      
      With this fix :
      
      1) has been left unchanged, since it's a de-facto existing feature,
      that was already present in the code base and partially covered in the test
      suite. Code coverage for ASC and DESC was missing and has been improved.
      
      2) has been changed to limit the kind of criteria that are permissible:
      now only a column name is valid.
      436e1f59
  2. 17 Jan, 2007 1 commit
  3. 16 Jan, 2007 1 commit
  4. 15 Jan, 2007 2 commits
  5. 12 Jan, 2007 3 commits
  6. 11 Jan, 2007 2 commits
  7. 10 Jan, 2007 5 commits
  8. 09 Jan, 2007 7 commits
  9. 08 Jan, 2007 1 commit
  10. 05 Jan, 2007 1 commit
  11. 04 Jan, 2007 1 commit
  12. 03 Jan, 2007 1 commit
  13. 02 Jan, 2007 4 commits
  14. 01 Jan, 2007 4 commits
  15. 31 Dec, 2006 1 commit
  16. 25 Dec, 2006 1 commit
  17. 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
  18. 19 Dec, 2006 1 commit
  19. 14 Dec, 2006 1 commit