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
ef7bdbf4
Commit
ef7bdbf4
authored
Sep 25, 2004
by
bar@noter.intranet.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activating the new string->number conversion functions
parent
362de946
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libmysql/Makefile.shared
libmysql/Makefile.shared
+1
-1
strings/ctype-simple.c
strings/ctype-simple.c
+1
-1
No files found.
libmysql/Makefile.shared
View file @
ef7bdbf4
...
...
@@ -46,7 +46,7 @@ mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \
ctype-win1250ch.lo ctype-utf8.lo ctype-extra.lo
\
ctype-ucs2.lo ctype-gb2312.lo ctype-gbk.lo
\
ctype-sjis.lo ctype-tis620.lo ctype-ujis.lo
\
ctype-uca.lo xml.lo
ctype-uca.lo xml.lo
my_strtoll10.lo
mystringsextra
=
strto.c
dbugobjects
=
dbug.lo
# IT IS IN SAFEMALLOC.C sanity.lo
...
...
strings/ctype-simple.c
View file @
ef7bdbf4
...
...
@@ -1286,7 +1286,7 @@ static my_bool my_coll_init_simple(CHARSET_INFO *cs,
longlong
my_strtoll10_8bit
(
CHARSET_INFO
*
cs
__attribute__
((
unused
)),
const
char
*
nptr
,
char
**
endptr
,
int
*
error
)
{
return
0
;
/* my_strtoll10(nptr, endptr, error); */
return
my_strtoll10
(
nptr
,
endptr
,
error
);
}
...
...
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