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
15799f28
Commit
15799f28
authored
Apr 20, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Branched for 5.1
parent
7a7ec5df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
configure.in
configure.in
+1
-1
debian/changelog
debian/changelog
+6
-0
No files found.
configure.in
View file @
15799f28
...
...
@@ -24,7 +24,7 @@ MYSQL_BASE_VERSION=`echo $MYSQL_NO_DASH_VERSION | sed -e "s|\.[[^.]]*$||"`
MYSQL_VERSION_ID
=
`
echo
$MYSQL_NO_DASH_VERSION
|
sed
-e
's|[[^0-9.]].*$||;s|$|.|'
|
sed
-e
's/[[^0-9.]]//g; s/\./ /g; s/ \([[0-9]]\) / 0\\1 /g; s/ //g'
`
# Add previous major version for debian package upgrade path
MYSQL_PREVIOUS_BASE_VERSION
=
4.1
MYSQL_PREVIOUS_BASE_VERSION
=
5.0
# The port should be constant for a LONG time
MYSQL_TCP_PORT_DEFAULT
=
3306
...
...
debian/changelog
View file @
15799f28
mysql
-
5.1
(
5.1.18
)
UNRELEASED
;
urgency
=
low
*
Branched
for
5.1
.
--
Monty
Taylor
<
mtaylor
@
mysql
.
com
>
Fri
,
20
Apr
2007
14
:
46
:
51
-
0700
mysql
-
5.0
(
5.0.42
)
UNRELEASED
;
urgency
=
low
*
Upgraded
to
5.0.42
branch
.
...
...
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