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
b373f405
Commit
b373f405
authored
Mar 15, 2012
by
sayantan.dutta@oracle.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail.
parent
aaf0e5d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
unittest/mysys/my_vsnprintf-t.c
unittest/mysys/my_vsnprintf-t.c
+1
-1
No files found.
unittest/mysys/my_vsnprintf-t.c
View file @
b373f405
...
@@ -155,7 +155,7 @@ int main(void)
...
@@ -155,7 +155,7 @@ int main(void)
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)"
,
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)"
,
1L
,
NULL
,
NULL
,
NULL
,
NULL
);
1L
,
NULL
,
NULL
,
NULL
,
NULL
);
test1
(
"Hello string `I am a string`"
,
test1
(
"Hello string `I am a string`"
,
"Hello string `%s
`
"
,
"I am a string"
);
"Hello string `%s"
,
"I am a string"
);
test1
(
"Hello TEST"
,
test1
(
"Hello TEST"
,
"Hello %05s"
,
"TEST"
);
"Hello %05s"
,
"TEST"
);
test1
(
"My `Q` test"
,
test1
(
"My `Q` test"
,
...
...
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