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
de427e52
Commit
de427e52
authored
Feb 26, 2003
by
greg@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes from 4.0->4.1 by Novell (Rob Lyon)
parent
2870719c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
netware/mw/mwenv
netware/mw/mwenv
+5
-6
netware/nwconfigure
netware/nwconfigure
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+0
-1
No files found.
netware/mw/mwenv
View file @
de427e52
#! /bin/sh
export
MYDEV
=
"F:/my
sql
"
export
MYDEV
=
"F:/my
dev
"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include
;
$MYDEV
/zlib-1.1.4
"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib
;
$MYDEV
/zlib-1.1.4
"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib
;libz.a
"
export
WINEPATH
=
"
$MYDEV
/mw/bin"
export
PATH
=
"
$PATH
:
$HOME
/mysql/mysql-4.0/netware/mw"
export
PATH
=
"
$PATH
:
$HOME
/mydev/mysql-4.1/netware/mw"
netware/nwconfigure
View file @
de427e52
...
...
@@ -14,7 +14,7 @@ CMD="\
./configure --host=i686-pc-netware
$*
\
--without-docs
\
--enable-local-infile
\
--with-extra-charsets=
all
\
--with-extra-charsets=
latin1_de
\
--prefix=N:/mysql
\
"
#rm -f config.cache config.log config.status
...
...
sql/mysqld.cc
View file @
de427e52
...
...
@@ -823,7 +823,6 @@ static void __cdecl kill_server(int sig_ptr)
pthread_exit
(
0
);
/* purecov: deadcode */
#endif
/* __NETWARE__ */
pthread_exit
(
0
);
/* purecov: deadcode */
#endif
/* EMBEDDED_LIBRARY */
RETURN_FROM_KILL_SERVER
;
}
...
...
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