Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 318106 Details for
Bug 149829
RFE: build MySQL with embedded server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
--with-embedded-server
rh#149829.diff (text/plain), 2.01 KB, created by
Rex Dieter
on 2008-09-30 18:56:36 UTC
(
hide
)
Description:
--with-embedded-server
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2008-09-30 18:56:36 UTC
Size:
2.01 KB
patch
obsolete
>Index: mysql.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v >retrieving revision 1.108 >diff -u -3 -p -r1.108 mysql.spec >--- mysql.spec 23 Aug 2008 20:31:19 -0000 1.108 >+++ mysql.spec 30 Sep 2008 18:52:36 -0000 >@@ -1,6 +1,6 @@ > Name: mysql > Version: 5.0.67 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: MySQL client programs and shared libraries > Group: Applications/Databases > URL: http://www.mysql.com >@@ -193,15 +193,17 @@ export CFLAGS CXXFLAGS > --enable-largefile \ > --enable-thread-safe-client \ > --disable-dependency-tracking \ >- --with-named-thread-libs="-lpthread" >+ --with-named-thread-libs="-lpthread" \ >+ --with-embedded-server > > gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4} > > # Not enabling assembler > > make %{?_smp_mflags} >-make check > >+%check >+make check > %if %runselftest > # hack to let 32- and 64-bit tests run concurrently on same build machine > case `uname -m` in >@@ -454,6 +456,7 @@ fi > %{_bindir}/mysqld_multi > %{_bindir}/mysqld_safe > %{_bindir}/mysqlhotcopy >+%{_bindir}/mysqltest_embedded > %{_bindir}/mysqltestmanager > %{_bindir}/mysqltestmanager-pwgen > %{_bindir}/mysqltestmanagerc >@@ -491,6 +494,7 @@ fi > %{_mandir}/man1/mysqlman.1* > %{_mandir}/man1/mysql_setpermission.1* > %{_mandir}/man1/mysqltest.1* >+%{_mandir}/man1/mysqltest_embedded.1* > %{_mandir}/man1/innochecksum.1* > %{_mandir}/man1/perror.1* > %{_mandir}/man1/replace.1* >@@ -575,11 +579,17 @@ fi > %files test > %defattr(-,root,root) > %{_bindir}/mysql_client_test >+%{_bindir}/mysql_client_test_embedded > %attr(-,mysql,mysql) %{_datadir}/mysql-test > > %{_mandir}/man1/mysql_client_test.1* >+%{_mandir}/man1/mysql_client_test_embedded.1* > > %changelog >+* Tue Sep 30 2008 Rex Dieter <rdieter@fedoraproject.org> 5.0.67-2 >+- --with-embedded-server (#149829) >+- add %%check section to spec >+ > * Sat Aug 23 2008 Tom Lane <tgl@redhat.com> 5.0.67-1 > - Update to mysql version 5.0.67 > - Move mysql_config's man page to base package, again (apparently I synced
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149829
:
111492
| 318106