Some fixes for Netware.

parent 5b0e3b13
This diff is collapsed.
...@@ -206,7 +206,7 @@ unique index (name) \ ...@@ -206,7 +206,7 @@ unique index (name) \
print "Filling online help tables with contents...\n"; print "Filling online help tables with contents...\n";
# Generate the path for "fill_help_tables.sql" file which is in different folder. # Generate the path for "fill_help_tables.sql" file which is in different folder.
$fill_help_table=$0; $fill_help_table=$0;
$fill_help_table =~ s/scripts[\\\/]mysql_fix_privilege_tables.pl/support-files\\fill_help_tables.sql/; $fill_help_table =~ s/scripts[\\\/]mysql_fix_privilege_tables.pl/share\\fill_help_tables.sql/;
#read all content from the sql file which contains recordsfor help tables. #read all content from the sql file which contains recordsfor help tables.
open(fileIN,$fill_help_table) or die("Cannot open $fill_help_table: $!"); open(fileIN,$fill_help_table) or die("Cannot open $fill_help_table: $!");
......
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