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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
63ac3040
Commit
63ac3040
authored
Oct 14, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes for Netware.
parent
63262cfd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
netware/mysql_test_run.c
netware/mysql_test_run.c
+1
-1
netware/pack_isam.def
netware/pack_isam.def
+1
-0
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-2
No files found.
netware/mysql_test_run.c
View file @
63ac3040
...
...
@@ -173,7 +173,7 @@ void report_stats()
log_msg
(
"
\n
Failed %u/%u test(s), %.02f%% successful.
\n
"
,
total_fail
,
total_test
,
percent
);
log_msg
(
"
\n
The .out and .err files in %s may give you some
\n
"
,
result_dir
);
log_msg
(
"hint of what w
hen
wrong.
\n
"
);
log_msg
(
"hint of what w
ent
wrong.
\n
"
);
log_msg
(
"
\n
If you want to report this error, please first read the documentation
\n
"
);
log_msg
(
"at: http://www.mysql.com/doc/en/MySQL_test_suite.html
\n
"
);
}
...
...
netware/pack_isam.def
View file @
63ac3040
...
...
@@ -2,6 +2,7 @@
# Pack ISAM
#------------------------------------------------------------------------------
MODULE libc.nlm
SCREENNAME "MySQL ISAM Table Pack Tool"
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
DESCRIPTION "MySQL ISAM Table Pack Tool"
SCREENNAME "MySQL ISAM Table Pack Tool"
...
...
scripts/make_binary_distribution.sh
View file @
63ac3040
...
...
@@ -275,8 +275,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then
>>
$BASE
/bin/init_db.sql
sh ./scripts/mysql_create_system_tables.sh
test
""
"%"
0
\
>
$BASE
/bin/test_db.sql
sh ./scripts/mysql_create_system_tables.sh real
>>
$BASE
/bin/init_db.sql
sh ./scripts/mysql_create_system_tables.sh
test
>
$BASE
/bin/test_db.sql
./scripts/fill_help_tables < ./Docs/manual.texi
>>
./netware/init_db.sql
fi
#
...
...
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