Merge lp:~barryprice/charms/trusty/mysql/add-innodb_file_per_table into lp:charms/trusty/mysql
| Status: | Merged |
|---|---|
| Merged at revision: | 152 |
| Proposed branch: | lp:~barryprice/charms/trusty/mysql/add-innodb_file_per_table |
| Merge into: | lp:charms/trusty/mysql |
| Diff against target: |
14 lines (+2/-0) 1 file modified
hooks/config-changed (+2/-0) |
| To merge this branch: | bzr merge lp:~barryprice/charms/trusty/mysql/add-innodb_file_per_table |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| José Antonio Rey | 2015-12-29 | Approve on 2016-01-13 | |
| Ryan Beisner | Approve on 2016-01-13 | ||
|
Review via email:
|
|||
| Barry Price (barryprice) wrote : | # |
charm_unit_test #15169 mysql for barryprice mp281398
UNIT OK: passed
charm_lint_check #16248 mysql for barryprice mp281398
LINT OK: passed
Build: http://
charm_amulet_test #8444 mysql for barryprice mp281398
AMULET OK: passed
Build: http://
charm_unit_test #15486 mysql for barryprice mp281398
UNIT OK: passed
charm_amulet_test #8503 mysql for barryprice mp281398
AMULET FAIL: amulet-test failed
AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.
Full amulet test output: http://
Build: http://
charm_amulet_test #8704 mysql for barryprice mp281398
AMULET OK: passed
Build: http://
| Ryan Beisner (1chb1n) wrote : | # |
Thank you for your work on this. I've reviewed with peers in openstack engineering team, tested the charm upgrade story for an existing deployment (http://
| Ryan Beisner (1chb1n) wrote : | # |
Also, the amulet tests are passing (http://
Note that amulet test failure #8503 was a network hiccup (false failure).

So this change would deviate from the current package defaults, but the charm already does this by setting non-default values for e.g. bind_address, skip-name-resolve etc.
n.b. Setting innodb_ file_per_ table is the new upstream default as of MySQL 5.6:
https:/ /dev.mysql. com/doc/ refman/ 5.6/en/ innodb- multiple- tablespaces. html