Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster
@ 2015-07-03 13:11 Sylvain Raybaud
  2015-07-03 13:11 ` [Buildroot] [PATCH 1/7] Add package check: unit test library Sylvain Raybaud
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Sylvain Raybaud @ 2015-07-03 13:11 UTC (permalink / raw)
  To: buildroot

Add MariaDB Galera Cluster as an alternative implementation of MySQL, inside package/mysql.
Also add galera which is needed for running a cluster and check on which galera depends.
Introduce a few other minor modifications to busybox.config and libaio.mk necessary to make this work.

Sylvain Raybaud (7):
  Add package check: unit test library
  Add rule to build host-libaio
  Add package galera: wsrep provider for mysql and mariadb
  Add PKG_CONFIG_* variables to help cmake find host-packages
  Add fancy options to busybox sleep, like float arguments
  Move mysql patches to version specific subdirectory
  Propose mariadb galera cluster as an alternative to standard mysql
    implementation, inside msyql package

 package/Config.in                                  |   2 +
 package/busybox/busybox.config                     |   4 +-
 package/check/Config.in                            |   7 +
 package/check/check.hash                           |   2 +
 package/check/check.mk                             |  20 ++
 package/galera/Config.in                           |   9 +
 ...lera-01-fix_sconstruct_for-crosscompiling.patch |  52 +++++
 package/galera/galera.hash                         |   2 +
 package/galera/galera.mk                           |  63 ++++++
 package/libaio/libaio.mk                           |   1 +
 .../mariadb-galera-01-fix_xtradb_cmakelist.patch   |  27 +++
 .../mariadb-galera-02-fix_innodb_cmakelist.patch   | 251 +++++++++++++++++++++
 package/mysql/{ => 5.1}/0000-ac_cache_check.patch  |   0
 .../{ => 5.1}/0001-configure-ps-cache-check.patch  |   0
 .../{ => 5.1}/0002-use-new-readline-iface.patch    |   0
 .../0003-ac_stack_direction-is-unset.patch         |   0
 .../0004-Fix-gen_lex_hash-execution.patch          |   0
 .../0005-bison_3_breaks_mysql_server_build.patch   |   0
 .../{ => 5.1}/0006-no-force-static-build.patch     |   0
 package/mysql/Config.in                            |  43 +++-
 package/mysql/mariadb-galera-cluster.cnf           | 204 +++++++++++++++++
 package/mysql/mysql.hash                           |   2 +
 package/mysql/mysql.mk                             | 216 +++++++++++++++---
 package/pkg-cmake.mk                               |   2 +
 24 files changed, 869 insertions(+), 38 deletions(-)
 create mode 100644 package/check/Config.in
 create mode 100644 package/check/check.hash
 create mode 100644 package/check/check.mk
 create mode 100644 package/galera/Config.in
 create mode 100644 package/galera/galera-01-fix_sconstruct_for-crosscompiling.patch
 create mode 100644 package/galera/galera.hash
 create mode 100644 package/galera/galera.mk
 create mode 100644 package/mysql/10.0.17/mariadb-galera-01-fix_xtradb_cmakelist.patch
 create mode 100644 package/mysql/10.0.17/mariadb-galera-02-fix_innodb_cmakelist.patch
 rename package/mysql/{ => 5.1}/0000-ac_cache_check.patch (100%)
 rename package/mysql/{ => 5.1}/0001-configure-ps-cache-check.patch (100%)
 rename package/mysql/{ => 5.1}/0002-use-new-readline-iface.patch (100%)
 rename package/mysql/{ => 5.1}/0003-ac_stack_direction-is-unset.patch (100%)
 rename package/mysql/{ => 5.1}/0004-Fix-gen_lex_hash-execution.patch (100%)
 rename package/mysql/{ => 5.1}/0005-bison_3_breaks_mysql_server_build.patch (100%)
 rename package/mysql/{ => 5.1}/0006-no-force-static-build.patch (100%)
 create mode 100644 package/mysql/mariadb-galera-cluster.cnf

-- 
1.9.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-07-09 12:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 13:11 [Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 1/7] Add package check: unit test library Sylvain Raybaud
2015-07-03 18:34   ` Yann E. MORIN
2015-07-04  9:08     ` Thomas Petazzoni
2015-07-04 18:25       ` Yann E. MORIN
2015-07-09 12:51     ` Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 2/7] Add rule to build host-libaio Sylvain Raybaud
2015-07-03 18:35   ` Yann E. MORIN
2015-07-03 13:11 ` [Buildroot] [PATCH 3/7] Add package galera: wsrep provider for mysql and mariadb Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 4/7] Add PKG_CONFIG_* variables to help cmake find host-packages Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 5/7] Add fancy options to busybox sleep, like float arguments Sylvain Raybaud
2015-07-04  9:12   ` Thomas Petazzoni
2015-07-09 12:16     ` Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 6/7] Move mysql patches to version specific subdirectory Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 7/7] Propose mariadb galera cluster as an alternative to standard mysql implementation, inside msyql package Sylvain Raybaud
2015-07-04  9:16 ` [Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster Thomas Petazzoni
2015-07-09 10:42 ` Sylvain Raybaud

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox