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
a345629a
Commit
a345629a
authored
Oct 25, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported fixes from 4.1 and 5.0 to 4.0.
parent
ca541b9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
include/config-netware.h
include/config-netware.h
+4
-0
netware/mysql_test_run.c
netware/mysql_test_run.c
+1
-1
No files found.
include/config-netware.h
View file @
a345629a
...
...
@@ -45,6 +45,7 @@ extern "C" {
#undef HAVE_SCHED_H
#undef HAVE_SYS_MMAN_H
#undef HAVE_SYNCH_H
#undef HAVE_RINT
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
...
...
@@ -91,6 +92,9 @@ extern "C" {
/* On NetWare, stack grows towards lower address*/
#define STACK_DIRECTION -1
/* On NetWare, to fix the problem with the deletion of open files */
#define CANT_DELETE_OPEN_FILES 1
/* default directory information */
#define DEFAULT_MYSQL_HOME "sys:/mysql"
#define PACKAGE "mysql"
...
...
netware/mysql_test_run.c
View file @
a345629a
...
...
@@ -173,7 +173,7 @@ void report_stats()
mtr_log
(
"
\n
Failed %u/%u test(s), %.02f%% successful.
\n
"
,
total_fail
,
total_test
,
percent
);
mtr_log
(
"
\n
The .out and .err files in %s may give you some
\n
"
,
result_dir
);
mtr_log
(
"hint of what w
hen
wrong.
\n
"
);
mtr_log
(
"hint of what w
ent
wrong.
\n
"
);
mtr_log
(
"
\n
If you want to report this error, please first read the documentation
\n
"
);
mtr_log
(
"at: http://www.mysql.com/doc/M/y/MySQL_test_suite.html
\n
"
);
}
...
...
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