• unknown's avatar
    - Improved portability of the sql-bench Perl scripts by replacing · dd3af225
    unknown authored
       the calls of external programs "uname" and "pwd" with Perl builtin
       functions "cwd()" and "POSIX::uname()"
    
    
    sql-bench/as3ap.sh:
       - portability fix: don't call external "pwd" command, use the "cwd()"
         builtin function instead.
    sql-bench/bench-count-distinct.sh:
       - portability fix: don't call external "pwd" command, use the "cwd()"
         builtin function instead.
    sql-bench/bench-init.pl.sh:
       - portability fix: don't call external "pwd" command, use the "cwd()"
         builtin function instead.
       - portability fix: don't call external "uname" in various combinations,
         use POSIX::uname() instead.
    sql-bench/copy-db.sh:
       - portability fix: don't call external "pwd" command, use the "cwd()"
         builtin function instead.
    sql-bench/crash-me.sh:
       - portability fix: don't call external "pwd" command, use the "cwd()"
         builtin function instead.
       - portability fix: don't call external "uname" in various combinations,
         use ...
    dd3af225
innotest1.sh 4.84 KB