403Webshell
Server IP : 45.40.142.9  /  Your IP : 216.73.216.250
Web Server : Apache
System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : bayspec ( 506)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/mysql-test/suite/ndb/t/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/mysql-test/suite/ndb/t/have_ndb_dist_priv.inc
--perl
use strict;

use File::Basename;
use IO::File;
use lib "lib/";
use My::Find;

#
# Look for ndb_dist_pric.sql, if not found: skip test.
#

#
# Set up paths
#
my $vardir = $ENV{MYSQLTEST_VARDIR} or die "Need MYSQLTEST_VARDIR";
my $mysql_test_dir = $ENV{MYSQL_TEST_DIR} or die "Need MYSQL_TEST_DIR";
my $basedir = dirname($mysql_test_dir);

#
# Check if the needed tests are available
#
my $sql_file = my_find_file($basedir,
                            ["storage/ndb/tools", "share/mysql/"],
                            "ndb_dist_priv.sql", NOT_REQUIRED);

my $F = IO::File->new("$vardir/tmp/have_ndb_dist_priv_result.inc", "w") or die;
if ($sql_file) {
  print $F "--let \$NDB_DIST_PRIV_SQL= $sql_file\n";
}
else
{
  print $F "skip Could not find ndb_dist_priv.sql;\n";
}
$F->close();

EOF

--source $MYSQLTEST_VARDIR/tmp/have_ndb_dist_priv_result.inc

Youez - 2016 - github.com/yon3zu
LinuXploit