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
eb19f12f
Commit
eb19f12f
authored
Aug 04, 2005
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
- manual merge from 4.0 into 4.1: used the local version of ha_innodb.cc, merged
the rpm spec file changelog
parents
08694dc2
307c9203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+3
-1
No files found.
support-files/mysql.spec.sh
View file @
eb19f12f
...
@@ -439,7 +439,7 @@ fi
...
@@ -439,7 +439,7 @@ fi
# Create a MySQL user and group. Do not report any problems if it already
# Create a MySQL user and group. Do not report any problems if it already
# exists.
# exists.
groupadd
-r
-c
"MySQL server"
%
{
mysqld_user
}
2> /dev/null
||
true
groupadd
-r
%
{
mysqld_user
}
2> /dev/null
||
true
useradd
-M
-r
-d
$mysql_datadir
-s
/bin/bash
-c
"MySQL server"
-g
%
{
mysqld_user
}
%
{
mysqld_user
}
2> /dev/null
||
true
useradd
-M
-r
-d
$mysql_datadir
-s
/bin/bash
-c
"MySQL server"
-g
%
{
mysqld_user
}
%
{
mysqld_user
}
2> /dev/null
||
true
# Change permissions so that the user that will run the MySQL daemon
# Change permissions so that the user that will run the MySQL daemon
...
@@ -670,6 +670,8 @@ fi
...
@@ -670,6 +670,8 @@ fi
%changelog
%changelog
*
Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
*
Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
- Fixed the creation of the mysql user group account
in
the postinstall
section
(
BUG 12348
)
- Fixed enabling the Archive storage engine
in
the Max binary
- Fixed enabling the Archive storage engine
in
the Max binary
*
Tue Aug 02 2005 Lenz Grimmer <lenz@mysql.com>
*
Tue Aug 02 2005 Lenz Grimmer <lenz@mysql.com>
...
...
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