Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
081a714b
Commit
081a714b
authored
Dec 13, 2004
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some fixes for Netware.
parent
5b0e3b13
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
netware/init_db.sql
netware/init_db.sql
+15
-15
netware/mysql_fix_privilege_tables.pl
netware/mysql_fix_privilege_tables.pl
+1
-1
No files found.
netware/init_db.sql
View file @
081a714b
This diff is collapsed.
Click to expand it.
netware/mysql_fix_privilege_tables.pl
View file @
081a714b
...
...
@@ -206,7 +206,7 @@ unique index (name) \
print
"
Filling online help tables with contents...
\n
";
# Generate the path for "fill_help_tables.sql" file which is in different folder.
$fill_help_table
=
$0
;
$fill_help_table
=~
s/scripts[\\\/]mysql_fix_privilege_tables.pl/s
upport-files
\\fill_help_tables.sql/
;
$fill_help_table
=~
s/scripts[\\\/]mysql_fix_privilege_tables.pl/s
hare
\\fill_help_tables.sql/
;
#read all content from the sql file which contains recordsfor help tables.
open
(
fileIN
,
$fill_help_table
)
or
die
("
Cannot open
$fill_help_table
: $!
");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment