public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Sascha Kilian <sascha@sakisoft.de>
To: development@lists.ipfire.org
Subject: MySQL 5.6.19
Date: Wed, 09 Jul 2014 12:18:29 +0200	[thread overview]
Message-ID: <1404901109.3604.5.camel@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 79 bytes --]

Hi there,

i have build a MySQL patch for MySQL 5.6.19. 

best regards

Sascha

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lfs-mysql.patch --]
[-- Type: text/x-patch, Size: 1729 bytes --]

27c27
< VER        = 5.0.96
---
> VER        = 5.6.19
30,31c30,31
< DL_FILE    = $(THISAPP).tar.gz
< DL_FROM    = $(URL_IPFIRE)
---
> DL_FILE    = $(THISAPP)-linux-glibc2.5-x86_64.tar.gz
> DL_FROM    = http://dev.mysql.com/get/Downloads/MySQL-5.6/
36c36
< 
---
> DEPS       = "cmake"
47c47
< $(DL_FILE)_MD5 = bf280949049161aa68cf29e600d9ec79
---
> $(DL_FILE)_MD5 = 5e0e455c5a02b661b10561ad60e86a19
79,94c79,89
< @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
< cd $(DIR_APP) && ./configure --prefix=/usr \
<             --sysconfdir=/etc \
<             --libexecdir=/usr/sbin \
<             --localstatedir=/srv/mysql \
<             --enable-thread-safe-client \
<             --enable-assembler \
<             --enable-local-infile \
<             --with-unix-socket-path=/var/run/mysql/mysql.sock \
<             --without-debug \
<             --without-bench \
<             --without-readline \
<             --with-berkeley-db \
<             --with-extra-charsets=all
< cd $(DIR_APP) && make testdir=/tmp/mysql $(MAKETUNING)
< cd $(DIR_APP) && make testdir=/tmp/mysql install
---
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
> cd $(DIR_APP) && \
> DEFAULT_CHARSET=utf8 \
> DEFAULT_COLLATION=utf8_generic_ci \
> ENABLE_DOWNLOADS=ON \
> ENABLE_GCOV=ON \
> ENABLE_GPROF=ON \
> ENABLE_PROFILING=OFF \
> WITH_ZLIB=ON \
> cmake .
> cd $(DIR_APP) && make install
99,101c94
< mysql_install_db --user=mysql --force
< chgrp -v mysql /srv/mysql{,/test,/mysql}
< chown mysql.mysql /srv/mysql/
---
> cd /usr/local/mysql/ && scripts/mysql_install_db --user=mysql --force
103,104d95
< install -v -m 644 $(DIR_SRC)/config/backup/includes/mysql \
< /var/ipfire/backup/addons/includes/mysql

             reply	other threads:[~2014-07-09 10:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09 10:18 Sascha Kilian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-07  9:18 IPFire Building Packages Michael Tremer
2014-07-08 10:35 ` MySQL 5.6.19 Sascha Kilian
2014-07-08 13:10   ` Sascha Kilian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404901109.3604.5.camel@localhost \
    --to=sascha@sakisoft.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox