1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed Bug #27789 "Wrong permissions of sql/share/language directories"

This commit is contained in:
msvensson@pilot.mysql.com
2007-10-05 19:55:00 +02:00
parent 290b975043
commit 0a07b64d8a

View File

@@ -167,6 +167,7 @@ int main(int argc, char *argv[])
DBUG_ENTER("main");
charsets_dir= DEFAULT_CHARSET_DIR;
my_umask_dir= 0777;
if (get_options(&argc, &argv))
DBUG_RETURN(1);
if (!(row_count= parse_input_file(TXTFILE, &error_head, &lang_head)))