1. 20 Feb, 2007 5 commits
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 1e98e7bf
      unknown authored
       - Fixes for 5.1
      
      
      sql/log.cc:
        Use "pidfile_name" instead of "glob_hostname" as base for
        log file name
      sql/mysqld.cc:
        Use "pidfile_name" instead of "glob_hostname" as base for
        log file name
      1e98e7bf
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug20166/my50-bug20166 · 1125ce9a
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/bug20166/my51-bug20166
      
      
      mysql-test/t/variables.test:
        Auto merged
      mysql-test/r/variables.result:
        Manual merge
      sql/log.cc:
        Manual merge, spaces added to 5.1 version
      sql/mysqld.cc:
        Code no longer exists
      sql/set_var.cc:
        Manual merge
      1125ce9a
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 629b9cf8
      unknown authored
       - Part 2, add @@hostname system variable
      
      
      mysql-test/r/variables.result:
        Add testcase for @@hostname
      mysql-test/t/variables.test:
        Add testcase for @@hostname
      sql/log.cc:
        Use pidfile_name as base when generating the default log name
      sql/mysqld.cc:
        Init "glob_hostname" to that of hostname, fallback to "localhost"
        if 'gethostname' should fail.
        Init "pidfile_name" to hostname.pid and fallback to "mysql.pid" if
        'gethostname' should fail
      sql/set_var.cc:
        Add new system variable "hostname"
      629b9cf8
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug20166/my50-bug20166 · 13f628fa
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/bug20166/my51-bug20166
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      13f628fa
    • unknown's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · aafe189a
      unknown authored
       - Add test of bootstrap mode
       - Make mysqld return error if bootstrap failed  
      
      
      mysql-test/mysql-test-run.pl:
        Remove options --skip-grant-tables as that is always
        turned on by --bootstrap
        Remove options --console as that does not affect --bootstrap mode
        at all
        Add environment variable MYSQLD_BOOTSTRAP_CMD containing path 
        to mysqld and the arguments used for bootstrap
      sql/sql_parse.cc:
        Abort bootstrap if execution fails
        Report error to stderr/log
      mysql-test/r/bootstrap.result:
        New BitKeeper file ``mysql-test/r/bootstrap.result''
      mysql-test/t/bootstrap.test:
        New BitKeeper file ``mysql-test/t/bootstrap.test''
      aafe189a
  2. 19 Feb, 2007 11 commits
  3. 16 Feb, 2007 10 commits
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · e9498335
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/t/mysql.test:
        Auto merged
      e9498335
    • unknown's avatar
      Use " instead of ' to avoid win problem with ' · 2f7a4de6
      unknown authored
      2f7a4de6
    • unknown's avatar
      Add echo to be compiled · f395d6b6
      unknown authored
      f395d6b6
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · b1d78170
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/lib/mtr_misc.pl:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~7:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Manual merge with add of --debug-info
      b1d78170
    • unknown's avatar
      Add echo.c to be built on Windows · 6660006b
      unknown authored
      6660006b
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 2214c207
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/lib/mtr_misc.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      2214c207
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · 73964024
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/r/order_by.result:
        Auto merged
      mysql-test/t/order_by.test:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      73964024
    • unknown's avatar
      Merge 192.168.0.10:mysql/mysql-4.1-maint · c6e1de4c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      c6e1de4c
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 89cbc572
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/r/order_by.result:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/t/order_by.test:
        SCCS merged
      89cbc572
    • unknown's avatar
      Workaround for problem where cygwin's bash/sh randomly fails with error 128 which · a843a05f
      unknown authored
      mainly occurs on win2003 64bit.
       - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..." 
      
      
      client/mysqltest.c:
        Workaround the problem with "echo" in windows not behaving like "echo" in Unix.
        - Replace "--exec echo ..." with "--exec <path to mysqltest>\echo.exe" thus forcing
          use of our own echo implementation which baheves like on Unix.
        - The above change makes it possible to remove the need to execute all --exec's
          inside cygwin. Add ifdefs to only use use cygwin's bash conditionally
      mysql-test/lib/mtr_misc.pl:
        Add function for converting to the OS's native format
      mysql-test/mysql-test-run.pl:
        Convert path to executables to "windows native" (c:\<path>\) instead of "mixed"(c:/<path>) mode
        necessary for pipes and redirects to work properly in cmd.exe
      client/echo.c:
        New BitKeeper file ``client/echo.c''
      a843a05f
  4. 15 Feb, 2007 10 commits
  5. 14 Feb, 2007 4 commits