mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Bug #43256 Bug#39026 got re-surrected
Problems with use of share/mysql dir Explicitly look for "english" language file
This commit is contained in:
parent
00e09900e9
commit
a892ad5c62
1 changed files with 5 additions and 5 deletions
|
@ -932,12 +932,12 @@ sub command_line_setup {
|
|||
}
|
||||
|
||||
# Look for language files and charsetsdir, use same share
|
||||
my $path_share= mtr_path_exists("$basedir/share/mysql",
|
||||
"$basedir/sql/share",
|
||||
"$basedir/share");
|
||||
$path_language= mtr_path_exists("$basedir/share/mysql/english",
|
||||
"$basedir/sql/share/english",
|
||||
"$basedir/share/english");
|
||||
|
||||
|
||||
$path_language= mtr_path_exists("$path_share/english");
|
||||
|
||||
my $path_share= dirname($path_language);
|
||||
$path_charsetsdir= mtr_path_exists("$path_share/charsets");
|
||||
|
||||
if (using_extern())
|
||||
|
|
Loading…
Add table
Reference in a new issue