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
d09e52c5
Commit
d09e52c5
authored
Aug 28, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied a couple of Netware related patches.
parent
c19d2c1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
netware/mysql_test_run.c
netware/mysql_test_run.c
+2
-1
netware/mysqladmin.def
netware/mysqladmin.def
+1
-0
No files found.
netware/mysql_test_run.c
View file @
d09e52c5
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "my_manage.h"
#include "my_manage.h"
#ifdef __NETWARE__
#ifdef __NETWARE__
#define strindex(a,b) ((char*)strindex(a,b))
#define strindex(a,b) ((char*)strindex(a,b))
#define strstr(a,b) ((char*)strstr(a,b))
#endif
#endif
/******************************************************************************
/******************************************************************************
...
@@ -943,7 +944,7 @@ void run_test(char *test)
...
@@ -943,7 +944,7 @@ void run_test(char *test)
// increment total
// increment total
++
total_test
;
++
total_test
;
}
}
else
if
(
err
==
2
)
else
if
(
err
==
6
2
)
{
{
// skip
// skip
rstr
=
TEST_SKIP
;
rstr
=
TEST_SKIP
;
...
...
netware/mysqladmin.def
View file @
d09e52c5
...
@@ -6,6 +6,7 @@ SCREENNAME "MySQL Admin[scrollable]"
...
@@ -6,6 +6,7 @@ SCREENNAME "MySQL Admin[scrollable]"
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 Admin Tool"
DESCRIPTION "MySQL Admin Tool"
VERSION 4, 0
VERSION 4, 0
STACKSIZE 32767
XDCDATA ../netware/mysql.xdc
XDCDATA ../netware/mysql.xdc
#DEBUG
#DEBUG
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