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
a68a8655
Commit
a68a8655
authored
Dec 18, 2012
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql-5.1 -> mysql-5.5
parents
48948554
0273c0d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
storage/innobase/include/univ.i
storage/innobase/include/univ.i
+5
-7
No files found.
storage/innobase/include/univ.i
View file @
a68a8655
...
...
@@ -49,9 +49,10 @@ Created 1/20/1994 Heikki Tuuri
#
define
_IB_TO_STR
(
s
)
#
s
#
define
IB_TO_STR
(
s
)
_IB_TO_STR
(
s
)
#
define
INNODB_VERSION_MAJOR
1
#
define
INNODB_VERSION_MINOR
1
#
define
INNODB_VERSION_BUGFIX
8
#
include
<
mysql_version
.
h
>
#
define
INNODB_VERSION_MAJOR
MYSQL_MAJOR_VERSION
#
define
INNODB_VERSION_MINOR
MYSQL_MINOR_VERSION
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;
...
...
@@ -62,10 +63,7 @@ component, i.e. we show M.N.P as M.N */
#
define
INNODB_VERSION_SHORT
\
(
INNODB_VERSION_MAJOR
<<
8
|
INNODB_VERSION_MINOR
)
#
define
INNODB_VERSION_STR
\
IB_TO_STR
(
INNODB_VERSION_MAJOR
)
"."
\
IB_TO_STR
(
INNODB_VERSION_MINOR
)
"."
\
IB_TO_STR
(
INNODB_VERSION_BUGFIX
)
#
define
INNODB_VERSION_STR
MYSQL_SERVER_VERSION
#
define
REFMAN
"http://dev.mysql.com/doc/refman/"
\
IB_TO_STR
(
MYSQL_MAJOR_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