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
a10e8359
Commit
a10e8359
authored
Nov 01, 2010
by
Georgi Kodinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the .spec file to package the new QA plugins.
parent
0e40c848
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+10
-0
No files found.
support-files/mysql.spec.sh
View file @
a10e8359
...
@@ -977,6 +977,9 @@ echo "=====" >> $STATUS_HISTORY
...
@@ -977,6 +977,9 @@ echo "=====" >> $STATUS_HISTORY
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth_socket.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth_socket.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth_test_plugin.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/auth_test_plugin.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/qa_auth_client.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/qa_auth_interface.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/qa_auth_server.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/adt_null.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/adt_null.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/libdaemon_example.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/libdaemon_example.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/mypluglib.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/mypluglib.so
...
@@ -985,6 +988,9 @@ echo "=====" >> $STATUS_HISTORY
...
@@ -985,6 +988,9 @@ echo "=====" >> $STATUS_HISTORY
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth_socket.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth_socket.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth_test_plugin.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/auth_test_plugin.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/qa_auth_client.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/qa_auth_interface.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/qa_auth_server.so
%if %
{
WITH_TCMALLOC
}
%if %
{
WITH_TCMALLOC
}
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/%
{
malloc_lib_target
}
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/%
{
malloc_lib_target
}
...
@@ -1081,6 +1087,10 @@ echo "=====" >> $STATUS_HISTORY
...
@@ -1081,6 +1087,10 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
# merging BK trees)
##############################################################################
##############################################################################
%changelog
%changelog
*
Mon Nov 1 2010 Georgi Kodinov <georgi.godinov@oracle.com>
- Added
test
authentication
(
WL#1054
)
plugin binaries
*
Wed Oct 6 2010 Georgi Kodinov <georgi.godinov@oracle.com>
*
Wed Oct 6 2010 Georgi Kodinov <georgi.godinov@oracle.com>
- Added example external authentication
(
WL#1054
)
plugin binaries
- Added example external authentication
(
WL#1054
)
plugin binaries
...
...
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