Revisions of mysql

Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 22)
- Applying upstream patch for upstream bug#36259
  'Optimizing with ORDER BY'
- Disabling bmove512 as it can make performance worse then memcpy
  (see upstream bug #19974)
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 19)
Resolved conflicts
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 18)
- fixed rcmysql status
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 17)
Minor documentation change
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 16)
- extra escaping in rc script just to be sure
- creating parent directories for logs when they don't exists
- rc script didn't always exited when it should
- checking for incompatible databases in way it can be logged
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 15)
Copy from home:-miska-/mysql via accept of submit request 12836
Request was accepted with message:
Accepting my own request
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 14)
- moving socket back to /var/lib/mysql for people with old distributions
--This line, and those below, will be ignored--

M    mysql.changes
M    mysql.spec

Diff for working copy: .
Index: mysql.changes
===================================================================

--- mysql.changes     (revision f46ac0c1a4055a19e5dac001e6ccdf86) 
+++ mysql.changes     (working copy) 
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Jun  1 18:33:43 CEST 2009 - mhrusecky@suse.cz
+
+- moving socket back to /var/lib/mysql for people with old distributions
+
 -------------------------------------------------------------------
 Sat May  2 13:43:40 CEST 2009 - chris@computersalat.de
 

Index: mysql.spec
===================================================================

--- mysql.spec     (revision f46ac0c1a4055a19e5dac001e6ccdf86) 
+++ mysql.spec     (working copy) 
@@ -86,7 +86,7 @@
 BuildRequires:  fdupes
 %endif
 
-%if 0%{?sles_version} > 10 || 0%{?suse_version} > 1030
+%if 0%{?suse_version} > 1030
 Recommends:     logrotate
 %else
 Requires:       logrotate
@@ -417,6 +417,11 @@
 #-------------------------------------------------------------------------------
 %build
 #-------------------------------------------------------------------------------
+%if 0%{?suse_version} < 1120 && 0%{?suse_version} > 0
+%define socketpath /var/lib/mysql
+%else
+%define socketpath /var/run/mysql
+%endif
 autoreconf -f -i
 # Make the compile a function, since we do multiple builds
 BuildMySQL() {
@@ -445,7 +450,7 @@
 		--with-charset=utf8 \
 		--with-collation=utf8_unicode_ci \
 		--with-extra-charsets=complex \
-		--with-unix-socket-path=/var/run/mysql/mysql.sock \
+		--with-unix-socket-path=%{socketpath}/mysql.sock \
 		--enable-thread-safe-client \
 		--with-comment="SUSE MySQL RPM" \
 		--with-libwrap \
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 13)
Copy from home:computersalat:branches:server:database/mysql via accept of submit request 9655
Request was accepted with message:
Thanks for contribution, looks ok
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 12)
Pushing fixes from development branch, see changelog for details.
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 11)
Fixed SSL support on 64-bit machines
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 10)
Maybe better try
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 9)
Disabling fdupes on old SLE
Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) committed (revision 8)
Merging 5.1 branch into devel branch
autobuild's avatar autobuild committed (revision 7)
checked in
Michal Marek's avatar Michal Marek (michal-m) committed (revision 6)
- fix mysql_config --libs output (bnc#420313, mysql#39175)
Michal Marek's avatar Michal Marek (michal-m) committed (revision 5)
fix the link
Displaying revisions 41 - 60 of 64
openSUSE Build Service is sponsored by