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
d67fa30c
Commit
d67fa30c
authored
Jan 18, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
parents
f135f34e
7d2d1307
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
configure.in
configure.in
+7
-0
ndb/src/Makefile.am
ndb/src/Makefile.am
+2
-0
No files found.
configure.in
View file @
d67fa30c
...
@@ -16,6 +16,10 @@ DOT_FRM_VERSION=6
...
@@ -16,6 +16,10 @@ DOT_FRM_VERSION=6
SHARED_LIB_MAJOR_VERSION
=
15
SHARED_LIB_MAJOR_VERSION
=
15
SHARED_LIB_VERSION
=
$SHARED_LIB_MAJOR_VERSION
:0:0
SHARED_LIB_VERSION
=
$SHARED_LIB_MAJOR_VERSION
:0:0
NDB_SHARED_LIB_MAJOR_VERSION
=
1
NDB_SHARED_LIB_VERSION
=
$NDB_SHARED_LIB_MAJOR_VERSION
:0:0
# ndb version
# ndb version
NDB_VERSION_MAJOR
=
5
NDB_VERSION_MAJOR
=
5
NDB_VERSION_MINOR
=
0
NDB_VERSION_MINOR
=
0
...
@@ -72,6 +76,9 @@ AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION],
...
@@ -72,6 +76,9 @@ AC_DEFINE_UNQUOTED([DOT_FRM_VERSION], [$DOT_FRM_VERSION],
[
Version of .frm files]
)
[
Version of .frm files]
)
AC_SUBST
(
SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
SHARED_LIB_VERSION
)
AC_SUBST
(
SHARED_LIB_VERSION
)
AC_SUBST
(
NDB_SHARED_LIB_MAJOR_VERSION
)
AC_SUBST
(
NDB_SHARED_LIB_VERSION
)
AC_SUBST
(
AVAILABLE_LANGUAGES
)
AC_SUBST
(
AVAILABLE_LANGUAGES
)
AC_SUBST
([
NDB_VERSION_MAJOR]
)
AC_SUBST
([
NDB_VERSION_MAJOR]
)
...
...
ndb/src/Makefile.am
View file @
d67fa30c
...
@@ -21,6 +21,8 @@ ndblib_LTLIBRARIES = libndbclient.la
...
@@ -21,6 +21,8 @@ ndblib_LTLIBRARIES = libndbclient.la
libndbclient_la_SOURCES
=
libndbclient_la_SOURCES
=
libndbclient_la_LDFLAGS
=
-version-info
@NDB_SHARED_LIB_VERSION@
libndbclient_la_LIBADD
=
\
libndbclient_la_LIBADD
=
\
ndbapi/libndbapi.la
\
ndbapi/libndbapi.la
\
common/transporter/libtransporter.la
\
common/transporter/libtransporter.la
\
...
...
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