mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
When runnig from binary dist the .sql files are found in share/ directory
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user