1. 15 Dec, 2006 1 commit
    • unknown's avatar
      Merge shakedown.(none):/home/jpipes/dev/bug21970/my50-bug21970 · 3991c050
      unknown authored
      into  shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970
      
      
      mysql-test/mysql-test-run-shell.sh:
        Fix for Bug#21970
        
        Usage of "MASTER_MYPORT+1" caused a string "9306+1" to be evaluated instead of the correct "9307".  Thie fix was adding a space around the plus sign.
        
        Merged changes from 5.0 into 5.1; kept addition of --protocol=tcp in the 5.1 shell script entries and corrected the expression evaluation by adding a space between MASTER_MYPORT and "+1" to ensure that 9307 is output instead of the string "9306+1"
      3991c050
  2. 14 Dec, 2006 8 commits
  3. 13 Dec, 2006 1 commit
  4. 11 Dec, 2006 10 commits
  5. 10 Dec, 2006 2 commits
  6. 08 Dec, 2006 16 commits
  7. 07 Dec, 2006 2 commits
    • unknown's avatar
      Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible. This is a · 8b5787fa
      unknown authored
      forwards-incompatible change.
      
      
      8b5787fa
    • unknown's avatar
      Bug#17498 failed to put data file in custom directory use "data directory" option · 1267a7fb
      unknown authored
      - Using DATA/INDEX DIRECTORY option on Windows put data/index file into
        default directory because the OS doesn't support readlink().
      - The procedure for changing data/index file directory is 
        different under Windows.
      - With this fix we report a warning if DATA/INDEX option is used,
        but OS doesn't support readlink().
      
      
      mysql-test/r/windows.result:
        - updated result file.
      mysql-test/t/windows.test:
        - Added test case to verify we get warnings if we specify DATA/INDEX
          DIRECTORY on a platform which doesn't support readlink().
      sql/sql_parse.cc:
        - Added warnings if DATA/INDEX DIRECTORY option is used but not supported
          by the target platform.
      1267a7fb