When runnig from binary dist the .sql files are found in share/ directory

parent f25590d8
......@@ -1417,7 +1417,8 @@ sub executable_setup () {
# Look for mysql_fix_privilege_tables.sql script
$file_mysql_fix_privilege_tables=
mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql");
mtr_file_exists("$glob_basedir/scripts/mysql_fix_privilege_tables.sql",
"$path_share/mysql_fix_privilege_tables.sql");
if ( ! $opt_skip_ndbcluster and executable_setup_ndb())
{
......
......@@ -435,7 +435,7 @@ PRIMARY KEY TranTime (Transition_time)
#
# Create proc table if it doesn't exists
# Create proc table if it does not exists
#
CREATE TABLE IF NOT EXISTS proc (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment