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
588add26
Commit
588add26
authored
Oct 18, 2005
by
lars@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#2835: Base64
Fixes after Jonas review
parent
0abcffcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
mysys/base64.c
mysys/base64.c
+1
-1
ndb/config/type_util.mk.am
ndb/config/type_util.mk.am
+0
-3
No files found.
mysys/base64.c
View file @
588add26
...
...
@@ -102,7 +102,7 @@ pos(unsigned char c)
#define SKIP_SPACE(src, i, size) \
{ \
while (i < size && my_isspace(
default_charset_info, * src))
\
while (i < size && my_isspace(
&my_charset_latin1, * src))
\
{ \
i++; \
src++; \
...
...
ndb/config/type_util.mk.am
View file @
588add26
...
...
@@ -6,6 +6,3 @@ INCLUDES += -I$(srcdir) \
-I$(top_srcdir)/ndb/include/util \
-I$(top_srcdir)/ndb/include/portlib \
-I$(top_srcdir)/ndb/include/logger
LDADD += \
$(top_builddir)/mysys/libmysys.a
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