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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
539a8d49
Commit
539a8d49
authored
Mar 26, 2010
by
Aleksandr Kuzminsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XtraDB version is hardcoded in the source code and .spec
parent
9e9a9bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
build/percona-sql.spec
build/percona-sql.spec
+6
-3
include/univ.i
include/univ.i
+1
-1
No files found.
build/percona-sql.spec
View file @
539a8d49
...
...
@@ -13,10 +13,13 @@
#
pluginversion
-
Version
of
InnoDB
plugin
taken
as
the
basis
,
e
.
g
.
1.0.3
#
redhatversion
-
5
or
4
#
xtradbversion
-
The
XtraDB
release
,
eg
.
6
#
gotrevision
-
bzr
revision
of
the
sources
the
package
is
built
of
%
define
mysql_vendor
Percona
,
Inc
%{
!?redhatversion:%define redhatversion 5}
%{
!?community:%define community 1}
%{
!?mysqlversion :%define mysqlversion 5.1.45}
%{
!?pluginversion:%define pluginversion 1.0.6}
%{
!?xtradbversion:%define xtradbversion 10}
%
define
distribution
rhel
%{
redhatversion
}
%
define
release
%{
xtradbversion
}.%{
distribution
}
...
...
@@ -106,8 +109,8 @@
%
define
server_suffix
-
51
%
define
package_suffix
-
51
%
define
ndbug_comment
Percona
SQL
Server
(
GPL
),
XtraDB
%{
xtradbversion
}
,
Revision
%{
gotrevision
}
%
define
debug_comment
Percona
SQL
Server
-
Debug
(
GPL
),
XtraDB
%{
xtradbversion
}
,
Revision
%{
gotrevision
}
%
define
ndbug_comment
Percona
SQL
Server
(
GPL
),
XtraDB
%{
xtradbversion
}
%
define
debug_comment
Percona
SQL
Server
-
Debug
(
GPL
),
XtraDB
%{
xtradbversion
}
%
define
commercial
0
%
define
YASSL_BUILD
1
%
define
EMBEDDED_BUILD
0
...
...
include/univ.i
View file @
539a8d49
...
...
@@ -49,7 +49,7 @@ Created 1/20/1994 Heikki Tuuri
#
define
INNODB_VERSION_BUGFIX
6
#
ifndef
PERCONA_INNODB_VERSION
#
define
PERCONA_INNODB_VERSION
unknown
#
define
PERCONA_INNODB_VERSION
10
#
endif
...
...
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