b648c25 merging late master with f26

Authored and Committed by mkocka 6 years ago
28 files changed. 1479 lines added. 7 lines removed.
mariadb.yaml
file modified
+3 -7
root/etc/my.cnf
file added
+12
root/help.1
file added
+332
root/usr/bin/cgroup-limits
file added
+92
root/usr/bin/container-entrypoint
file added
+2
root/usr/bin/mysqld-master
file added
+50
root/usr/bin/mysqld-slave
file added
+60
root/usr/bin/run-mysqld
file added
+35
root/usr/bin/run-mysqld-master
file added
+50
root/usr/bin/run-mysqld-slave
file added
+60
root/usr/libexec/container-setup
file added
+58
root/usr/share/container-scripts/mysql/README.md
file added
+135
root/usr/share/container-scripts/mysql/common.sh
file added
+164
root/usr/share/container-scripts/mysql/helpers.sh
file added
+24
root/usr/share/container-scripts/mysql/my-base.cnf.template
file added
+5
root/usr/share/container-scripts/mysql/my-master.cnf.template
file added
+7
root/usr/share/container-scripts/mysql/my-paas.cnf.template
file added
+26
root/usr/share/container-scripts/mysql/my-repl-gtid.cnf.template
file added
+4
root/usr/share/container-scripts/mysql/my-slave.cnf.template
file added
+7
root/usr/share/container-scripts/mysql/my-tuning.cnf.template
file added
+28
root/usr/share/container-scripts/mysql/passwd-change.sh
file added
+23
root/usr/share/container-scripts/mysql/post-init.sh
file added
+0
root/usr/share/container-scripts/mysql/validate-replication-variables.sh
file added
+18
root/usr/share/container-scripts/mysql/validate-variables.sh
file added
+78
tests/Makefile
file added
+6
tests/config.yaml
file added
+27
tests/sanity.py
file added
+61
tests/sqlqueries.py
file added
+112
    merging late master with f26
    
        
file modified
+3 -7
file added
+12
file added
+332
file added
+6
file added
+27
file added
+61
file added
+112