An error occurred fetching the project authors.
  1. 23 Nov, 2006 1 commit
  2. 10 Nov, 2006 1 commit
  3. 08 Nov, 2006 2 commits
    • unknown's avatar
      Fix warnings and NetWare compile failure · 0100c53f
      unknown authored
      client/mysql_upgrade.c:
        Fix NetWare problem - illegal cast of "const char*" to "char*"
        Fix warning, init "mystat" in  FILEINFO to NULL
        Fix warning, remove unused variable "i"
      0100c53f
    • unknown's avatar
      BUG#20100 fix: mysql_upgrade modified to also accept all · cf3487ac
      unknown authored
      the communication parameters from the command line
      and pass 'em correctly to both mysqlcheck and mysql
      
      
      client/mysql_upgrade.c:
        Now mysql_upgrade passes all the parameters specified on 
        the command line to both mysqlcheck and mysql through 
        the upgrade_defaults file
      cf3487ac
  4. 15 Sep, 2006 1 commit
    • unknown's avatar
      Bug#21011 The [client] group header was overwritten by "password" option in... · ef218ff9
      unknown authored
      Bug#21011 The [client] group header was overwritten by "password" option in upgrade_defaults file which confused mysqlcheck thus used to prevent the whole thing from running correctly when the "--password=" option is specified on mysql_upgrade command line with no corresponding "--user=" option
      
      
      client/mysql_upgrade.c:
        The "password" option should be issued after group header to upgrade_defaults file whenever it is used
      ef218ff9
  5. 11 Aug, 2006 1 commit
    • unknown's avatar
      Bug#21224: mysql_upgrade uses possibly insecure temporary files · 943543ba
      unknown authored
      We open for writing a known location, which is exploitable with a symlink
      attack.  Now, use the EXCLusive flag, so that the presence of anything at 
      that location causes a failure.  Try once to open safely, and if failure 
      then remove that location and try again to open safely.  If both fail, then
      raise an error.
      
      
      client/mysql_upgrade.c:
        Open the file with the O_EXCL flag, so that a symlink attack would not work.
        
        If opening it fails, try removing something at that location, and try again.
        If the second time fails, then abort as previous.
      943543ba
  6. 21 Jul, 2006 1 commit
  7. 03 Jul, 2006 1 commit
  8. 02 May, 2006 1 commit
  9. 01 May, 2006 1 commit
    • unknown's avatar
      Fix for Win build · 57b21b5b
      unknown authored
      BitKeeper/etc/ignore:
        Added client/mysql_upgrade to the ignore list
      client/mysql_upgrade.c:
        fixed for Win build
      include/config-win.h:
        fixed for Win build
      57b21b5b
  10. 28 Apr, 2006 1 commit
    • unknown's avatar
      bug #18115 (mysql_upgrade on Windows) · 82c45de6
      unknown authored
      pushed in 5.0
      
      
      VC++Files/mysql.dsw:
        mysql_upgrade tool added
      VC++Files/mysql.sln:
        mysql_upgrade tool added
      VC++Files/mysql_ia64.dsw:
        mysql_upgrade tool added
      client/Makefile.am:
        mysql_upgrade tool added
      82c45de6