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
250d643e
Commit
250d643e
authored
Oct 05, 2004
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last try didnt work
parent
c36637a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.in
configure.in
+1
-1
ndb/src/common/util/version.c
ndb/src/common/util/version.c
+1
-1
No files found.
configure.in
View file @
250d643e
...
...
@@ -16,7 +16,7 @@ SHARED_LIB_VERSION=14:0:0
NDB_VERSION_MAJOR
=
3
NDB_VERSION_MINOR
=
5
NDB_VERSION_BUILD
=
2
NDB_VERSION_STATUS
=
0
NDB_VERSION_STATUS
=
""
# Set all version vars based on $VERSION. How do we do this more elegant ?
# Remember that regexps needs to quote [ and ] since this is run through m4
...
...
ndb/src/common/util/version.c
View file @
250d643e
...
...
@@ -37,7 +37,7 @@ Uint32 makeVersion(Uint32 major, Uint32 minor, Uint32 build) {
char
*
getVersionString
(
Uint32
version
,
char
*
status
)
{
char
buff
[
100
];
if
(
status
)
if
(
status
&&
status
[
0
]
!=
0
)
snprintf
(
buff
,
sizeof
(
buff
),
"Version %d.%d.%d (%s)"
,
getMajor
(
version
),
...
...
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