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
96f8db34
Commit
96f8db34
authored
Dec 14, 2005
by
jani@a193-229-222-105.elisa-laajakaista.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Netware specific changes.
parent
4ac4020f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/ha_archive.cc
sql/ha_archive.cc
+1
-1
sql/sql_string.h
sql/sql_string.h
+1
-1
No files found.
sql/ha_archive.cc
View file @
96f8db34
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "mysql_priv.h"
#include "mysql_priv.h"
#if
def HAVE_ARCHIVE_DB
#if
defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)
#include "ha_archive.h"
#include "ha_archive.h"
#include <my_dir.h>
#include <my_dir.h>
...
...
sql/sql_string.h
View file @
96f8db34
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#define NOT_FIXED_DEC 31
#define NOT_FIXED_DEC 31
#endif
#endif
#define STRING_WITH_LEN(X) ((c
har*) X), (sizeof(X)-1
)
#define STRING_WITH_LEN(X) ((c
onst char*) X), ((uint) (sizeof(X) - 1)
)
class
String
;
class
String
;
int
sortcmp
(
const
String
*
a
,
const
String
*
b
,
CHARSET_INFO
*
cs
);
int
sortcmp
(
const
String
*
a
,
const
String
*
b
,
CHARSET_INFO
*
cs
);
...
...
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