1. 28 Nov, 2006 5 commits
    • unknown's avatar
      No need to have a "created_by_mem" file, just read the link and · 6ee057c6
      unknown authored
      if that is same as opt_mem it can be removed
      
      
      6ee057c6
    • unknown's avatar
      Rename function datadir_setup to datadir_list_setup to avoid mixup · 3bf4108e
      unknown authored
      with the function where vardir's are created
      
      
      3bf4108e
    • unknown's avatar
      Bug#24354 option "--extern" of mysql-test-run.pl does not work anymore · af46f145
      unknown authored
       - Better control of when to create/remove vardir
      
      
      mysql-test/mysql-test-run.pl:
        Split the part the function cleanup_stale_files in two parts
          - one that removes any old var directories
          - one that setup var in te proper location
        
        If running against extern server and no vardir has been created in the specified
        location, run the latter function to create the vardir structure. Else print
        message saying the vardir already exists and continue.
      af46f145
    • unknown's avatar
      Fix problem with mysqladmin logging to var/log before var has been created · 58c571a4
      unknown authored
      And if var/ has been created, it will be recreated later so the logs
      from "mtr_kill_leftovers" will be lost anyway  
      
      
      mysql-test/mysql-test-run.pl:
        Don't create vardir before mtr_kill_leftovers
      mysql-test/lib/mtr_process.pl:
        Send output - if any - from mysqladmin to stdout/stderr. There shouldn't
        be any such errors and if any occur, it's good to know about them.
      58c571a4
    • unknown's avatar
      Backport of patch for bug#24471 · f4fc2207
      unknown authored
      
      mysql-test/lib/mtr_report.pl:
        Don't output "skipped" comment if there is none (bug#24471)
      mysql-test/mysql-test-run.pl:
        Removed "use diagnostics", reduces Perl speed significantly. Can be
        enabled with "perl -Mdiagnostics mysql-test-run.pl".
      f4fc2207
  2. 24 Nov, 2006 1 commit
    • unknown's avatar
      Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack · 4d2665f0
      unknown authored
      traces in Valgrind (broken libc6-dbg).
      Installing libc6-dbg on Debian will still provide proper bactraces, even
      without setting LD_LIBRARY_PATH explicitly.
      
      
      mysql-test/lib/mtr_io.pl:
        Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack
        traces in Valgrind.
      mysql-test/mysql-test-run.pl:
        Do not link /usr/lib/debug/* on Debian <=3.1, as it causes broken stack
        traces in Valgrind.
      4d2665f0
  3. 22 Nov, 2006 2 commits
  4. 20 Nov, 2006 2 commits
  5. 17 Nov, 2006 6 commits
  6. 16 Nov, 2006 5 commits
  7. 15 Nov, 2006 2 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my41-bug17700 · ce51ceb5
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
      
      
      ce51ceb5
    • unknown's avatar
      Bug#17700: mysql_fix_privilege_tables cannot handle a password \ · 78278bc4
      unknown authored
      	with embedded spaces
        
      Problem:  Original code written assuming password contains no spaces.
      Further, because of how sh interprets characters in variables, you
      cannot do the "simple solution".
        
      Solution:  Move the "was a password provided" check to the end. This
      allows us to correctly quote the password argument when passed to the
      mysql client program.  Addendum:  Put this check inside of a shell fn
      to simplify the code.
      
      
      scripts/mysql_fix_privilege_tables.sh:
        Moved password existence check to end to allow for passwords with
        with embedded spaces.
      78278bc4
  8. 14 Nov, 2006 2 commits
  9. 13 Nov, 2006 4 commits
  10. 11 Nov, 2006 1 commit
  11. 10 Nov, 2006 4 commits
  12. 09 Nov, 2006 5 commits
  13. 08 Nov, 2006 1 commit