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
3df73db1
Commit
3df73db1
authored
Jun 29, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied some Netware related patches.
parent
1ac58893
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
include/config-netware.h
include/config-netware.h
+10
-0
netware/my_print_defaults.def
netware/my_print_defaults.def
+2
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-0
No files found.
include/config-netware.h
View file @
3df73db1
...
@@ -46,11 +46,21 @@ extern "C" {
...
@@ -46,11 +46,21 @@ extern "C" {
#undef HAVE_SYS_MMAN_H
#undef HAVE_SYS_MMAN_H
#undef HAVE_SYNCH_H
#undef HAVE_SYNCH_H
#undef HAVE_MMAP
#undef HAVE_MMAP
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
#define HAVE_BROKEN_REALPATH 1
#define HAVE_BROKEN_REALPATH 1
#undef HAVE_POSIX_SIGNALS
#undef HAVE_PTHREAD_ATTR_SETSCOPE
#undef HAVE_ALLOC_A
#undef HAVE_FINITE
#undef HAVE_GETPWNAM
#undef HAVE_GETPWUID
#undef HAVE_PTHREAD_SETSCHEDPARAM
#undef HAVE_READLINK
#undef HAVE_STPCPY
/* no libc crypt() function */
/* no libc crypt() function */
#ifdef HAVE_OPENSSL
#ifdef HAVE_OPENSSL
#define HAVE_CRYPT 1
#define HAVE_CRYPT 1
...
...
netware/my_print_defaults.def
View file @
3df73db1
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
MODULE libc.nlm
MODULE libc.nlm
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
DESCRIPTION "MySQL Print Defaults Tool"
DESCRIPTION "MySQL Print Defaults Tool"
VERSION 4, 0
VERSION 5, 0, 8
STACKSIZE 32767
XDCDATA ../netware/mysql.xdc
XDCDATA ../netware/mysql.xdc
#DEBUG
#DEBUG
sql/mysqld.cc
View file @
3df73db1
...
@@ -140,6 +140,7 @@ int deny_severity = LOG_WARNING;
...
@@ -140,6 +140,7 @@ int deny_severity = LOG_WARNING;
#define zVOLSTATE_DEACTIVE 2
#define zVOLSTATE_DEACTIVE 2
#define zVOLSTATE_MAINTENANCE 3
#define zVOLSTATE_MAINTENANCE 3
#include <nks/netware.h>
#include <nks/vm.h>
#include <nks/vm.h>
#include <library.h>
#include <library.h>
#include <monitor.h>
#include <monitor.h>
...
...
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