1. 14 Dec, 2006 1 commit
    • unknown's avatar
      Fix for Bug#21970. · cd2cf28a
      unknown authored
      The mysql-test-run-shell.sh script was improperly evaluating an expression for setting up multiple masters.
      
      This fix adds the `expr $MASTER_MYPORT + 1` construct to the offending line in order for the expression to evaluate properly and produce 9307 instead of the string "9306+1"  
      
      
      cd2cf28a
  2. 07 Dec, 2006 1 commit
    • unknown's avatar
      Fix for Bug #20246 (enum mysql_enum_shutdown_level not well-defined in mysql_com.h) · 9e48e73f
      unknown authored
      MYSQL_VERSION_ID is tested before it has been defined.  This leads to
      a warning when compiling with -Wundef and it also will break the
      internal logic of mysql_com.h as soon as MYSQL_VERSION_ID exceeds
      50000.
      
      The fix entailed a simple re-ordering of included files in mysql.h
      
      
      include/mysql.h:
        Fix for Bug #20246 (enum mysql_enum_shutdown_level not well-defined in mysql_com.h)
        
        MYSQL_VERSION_ID is tested before it has been defined.  This leads to
        a warning when compiling with -Wundef and it also will break the
        internal logic of mysql_com.h as soon as MYSQL_VERSION_ID exceeds
        50000.
        
        Placed the #include for mysql_version.h above mysql_com.h to resolve conflict
      9e48e73f
  3. 05 Dec, 2006 3 commits
  4. 04 Dec, 2006 3 commits
  5. 01 Dec, 2006 2 commits
  6. 30 Nov, 2006 4 commits
  7. 29 Nov, 2006 9 commits
  8. 28 Nov, 2006 17 commits