1. 20 Dec, 2006 4 commits
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-axmrg · 1fcdd2b1
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-axmrg
      
      
      storage/myisam/mi_packrec.c:
        Auto merged
      storage/myisam/mi_range.c:
        Auto merged
      storage/myisam/mi_test1.c:
        Auto merged
      storage/myisam/mi_write.c:
        Auto merged
      storage/myisam/rt_split.c:
        Auto merged
      1fcdd2b1
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-4.1-axmrg · ad858928
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-axmrg
      
      
      myisam/mi_packrec.c:
        Auto merged
      myisam/mi_range.c:
        Auto merged
      myisam/mi_test1.c:
        Auto merged
      myisam/rt_split.c:
        Auto merged
      myisam/mi_write.c:
        Manual merge from 4.1.
      ad858928
    • unknown's avatar
      Bug#25213 - Compiler warnings in MyISAM code · fc9642b4
      unknown 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.
      
      
      myisam/mi_range.c:
        Bug#25213 - Compiler warnings in MyISAM code
        Initialized a variable to get rid of a compiler warning.
      myisam/mi_test1.c:
        Bug#25213 - Compiler warnings in MyISAM code
        Declared an parameter unused to get rid of warnings.
      myisam/mi_write.c:
        Bug#25213 - Compiler warnings in MyISAM code
        Initialized a variable to get rid of a compiler warning.
        Casted arguments to DBUG_PRINT to match them with their
        format string conversion specification.
      myisam/rt_split.c:
        Bug#25213 - Compiler warnings in MyISAM code
        Initialized variables to get rid of compiler warnings.
      fc9642b4
    • unknown's avatar
      Bug#25208 - Warnings in mi_packrec.c · 40b23b3b
      unknown authored
      Compiler warnings due to non-matching conversion
      specifications in format strings in DBUG_PRINT calls.
      
      Fixed DBUG_PRINT format specifiactions.
      
      
      myisam/mi_packrec.c:
        Bug#25208 - Warnings in mi_packrec.c
        Fixed DBUG_PRINT format specifiactions.
      40b23b3b
  2. 19 Dec, 2006 6 commits
  3. 15 Dec, 2006 1 commit
  4. 14 Dec, 2006 9 commits
  5. 13 Dec, 2006 4 commits
  6. 12 Dec, 2006 6 commits
  7. 11 Dec, 2006 4 commits
  8. 08 Dec, 2006 5 commits
  9. 07 Dec, 2006 1 commit