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 269611 Details for
Bug 266781
mysql-query-browser freezes eating 100% of cpu when default schema is set
[?]
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.
Specfile to apply the previous patch
mysql-gui-tools.spec (text/x-rpm-spec), 6.53 KB, created by
István Tóth
on 2007-11-27 11:07:30 UTC
(
hide
)
Description:
Specfile to apply the previous patch
Filename:
MIME Type:
Creator:
István Tóth
Created:
2007-11-27 11:07:30 UTC
Size:
6.53 KB
patch
obsolete
>Name: mysql-gui-tools >Version: 5.0r12 >Release: 4%{?dist} >Summary: GUI tools to manage mysql Databases > >Group: Applications/Databases >License: GPLv2+ >URL: http://www.mysql.com/products/tools/administrator/index.html >Source0: http://dev.mysql.com/get/Downloads/MySQLAdministrationSuite/mysql-gui-tools-%{version}.tar.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Patch0: mysql-administrator-1.1.5-shellbang.patch >Patch1: mysql-query-browser-race.patch > >BuildRequires: libglade2-devel, gtkmm24-devel >= 2.6 , pcre-devel, mysql-devel >= 4.0 >BuildRequires: openssl-devel, gtkhtml3-devel, desktop-file-utils, gettext >BuildRequires: mesa-libGLU-devel, python-devel, autoconf, automake >BuildRequires: libtool, expat-devel, readline-devel >BuildRequires: libgnomeprint22-devel > >%if "%{?fedora}" > "4" >BuildRequires: java-1.4.2-gcj-compat-devel >%endif >%if "%{?fedora}" > "6" >BuildRequires: java-1.5.0-gcj-devel >%endif >Requires: mysql-administrator, mysql-query-browser > >%description >MySQL Administrator enables developers and DBAs to easily perform >all the command line operations visually including configuring servers, >administering users, and dynamically monitoring database health. Other >common administrative tasks such as monitoring replication status, >backup and restore, and viewing logs can also be performed through the >MySQL Administrator graphical console. > >%if "%{?fedora}" > "3" >%define gtkhtmlver 3.6 >%endif >%if "%{?fedora}" > "4" >%define gtkhtmlver 3.8 >%endif >%if "%{?fedora}" > "6" >%define gtkhtmlver 3.14 >%endif > >%package -n mysql-administrator >Summary: GUI tools to manage mysql Databases >Group: Applications/Databases >Requires: mysql-gui-common = %{version}-%{release} > >%description -n mysql-administrator >MySQL Administrator enables developers and DBAs to easily perform >all the command line operations visually including configuring servers, >administering users, and dynamically monitoring database health. Other >common administrative tasks such as monitoring replication status, >backup and restore, and viewing logs can also be performed through the >MySQL Administrator graphical console. > >%package -n mysql-query-browser >Summary: A graphical tool for handling MySQL queries >Group: Applications/Databases >Requires: mysql-gui-common = %{version}-%{release} > >%description -n mysql-query-browser >The MySQL Query Browser is a graphical tool provided by MySQL AB for creating, >executing, and optimizing queries in a graphical environment. Where the MySQL >Administrator is designed to administer a MySQL server, the MySQL Query >Browser is designed to help you query and analyze data stored within your MySQL >database. > >%package -n mysql-gui-common >Summary: Common data shared among the MySQL GUI Suites >Group: System Environment/Libraries > >%description -n mysql-gui-common >This package contains glade files images and translations used by mysql tools >at runtime > > >%prep >%setup -q >%patch0 -p1 -b .shellbang >%patch1 -p1 -b .race > >%build >pushd mysql-gui-common >%configure --enable-php-modules \ > --enable-python-modules \ > --enable-readline \ > --with-bonobo \ > --with-java-includes=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/include >make %{?_smp_mflags} >popd > >pushd mysql-administrator >%configure --with-bonobo >make %{?_smp_mflags} >popd > >pushd mysql-query-browser >%configure --with-gtkhtml=libgtkhtml-%{?gtkhtmlver}%{!?gtkhtmlver:3.14} \ > --with-bonobo >make %{?_smp_mflags} >popd > >%install >rm -rf $RPM_BUILD_ROOT >pushd mysql-gui-common >chmod 644 COPYING README >make install DESTDIR=$RPM_BUILD_ROOT >popd > >pushd mysql-administrator >chmod 644 COPYING >make install DESTDIR=$RPM_BUILD_ROOT >popd > >pushd mysql-query-browser >chmod 644 COPYING >make install DESTDIR=$RPM_BUILD_ROOT >popd > ># MySQL use dos new line characters that desktop file install doesnt like ># MySQL also use dos new line endings in there documantation files rpmlint didint like them >sed -i 's/\r//' $RPM_BUILD_ROOT%{_datadir}/applications/MySQLAdministrator.desktop >sed -i 's/\r//' $RPM_BUILD_ROOT%{_datadir}/applications/MySQLQueryBrowser.desktop >sed -i 's/\r//' mysql-administrator/COPYING mysql-gui-common/COPYING mysql-gui-common/README >sed -i 's/\r//' mysql-query-browser/COPYING > >desktop-file-install --vendor=fedora \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications \ > --add-category System \ > --add-category Application \ > --add-category X-Fedora \ > --delete-original \ > $RPM_BUILD_ROOT%{_datadir}/applications/MySQLAdministrator.desktop > >desktop-file-install --vendor=fedora \ > --dir $RPM_BUILD_ROOT%{_datadir}/applications \ > --add-category Development \ > --add-category Application \ > --add-category X-Fedora \ > --delete-original \ > $RPM_BUILD_ROOT%{_datadir}/applications/MySQLQueryBrowser.desktop > > >%find_lang mysql-administrator >%find_lang mysql-query-browser > > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root,-) >%doc mysql-administrator/COPYING > >%files -n mysql-administrator -f mysql-administrator.lang >%defattr(-,root,root,-) >%doc mysql-administrator/COPYING >%{_bindir}/mabackup >%{_bindir}/mysql-administrator >%{_bindir}/mysql-administrator-bin >%{_datadir}/applications/fedora-MySQLAdministrator.desktop >%{_datadir}/mysql-gui/MySQLIcon_Admin_*.png >%{_datadir}/mysql-gui/administrator > >%files -n mysql-gui-common >%defattr(-,root,root,-) >%doc mysql-gui-common/COPYING mysql-gui-common/README >%dir %{_datadir}/mysql-gui >%{_datadir}/mysql-gui/common > >%files -n mysql-query-browser -f mysql-query-browser.lang >%defattr(-,root,root,-) >%doc mysql-query-browser/COPYING >%{_bindir}/mysql-query-browser* >%{_datadir}/applications/fedora-MySQLQueryBrowser.desktop >%{_datadir}/mysql-gui/query-browser >%{_datadir}/mysql-gui/MySQLIcon_QueryBrowser_*.png > > >%changelog >* Tue Aug 28 2007 Dennis Gilmore <dennis@ausil.us> - 5.0r12-3 >- rebuild for ppc32 selinux issue. clarify license GPLv2+ > >* Sun Jun 17 2007 Dennis Gilmore <dennis@ausil.us> - 5.0r12-2 >- add changelog entry > >* Sun Jun 17 2007 Dennis Gilmore <dennis@ausil.us> - 5.0r12-1 >- update to 5.0r12 > >* Tue Apr 10 2007 Dennis Gilmore <dennis@ausil.us> - 5.0r11-3 >- drop BR on gtksourceview-devel and newt-devel > >* Sun Apr 08 2007 Dennis Gilmore <dennis@ausil.us> - 5.0r11-2 >- change where the r11 goes >- make a mysql-gui-tools package which requires everything >- make mysql-administrator and mysql-query-browser require mysql-gui-common > >* Fri Mar 30 2007 Dennis Gilmore <dennis@ausil.us> - 5.0-1.r11 >- update to 5.0 release 11 > >* Mon Mar 05 2007 Dennis Gilmore <dennis@ausil.us> - 5.0-1.r10 >- initial build
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 Raw
Actions:
View
Attachments on
bug 266781
:
218451
| 269611