lp://qastaging/~hopem/charms/trusty/percona-cluster/next-fix-lp1425999
- Get this branch:
- bzr branch lp://qastaging/~hopem/charms/trusty/percona-cluster/next-fix-lp1425999
Branch merges
- Billy Olsen: Approve
- Jorge Niedbalski (community): Approve
-
Diff: 316 lines (+138/-64)3 files modifiedhooks/charmhelpers/contrib/database/mysql.py (+42/-59)
hooks/charmhelpers/contrib/network/ip.py (+84/-1)
hooks/charmhelpers/core/services/helpers.py (+12/-4)
Related bugs
Related blueprints
Branch information
- Owner:
- Edward Hope-Morley
- Status:
- Development
Recent revisions
- 47. By Billy Olsen
-
[mariosplivalo,
r=wolsen] Adds table-open-cache charm config option.
Also increases the default for table_open_cache to 2048, as the default
of 512 is a bit too low (and there is no repercussions with using larger
table cache).Note: table_cache got renamed to table_open_cache in MySQL 5.1.3, but
mysql-common didn't address that. Change is made in the charm now so
that future upgrades (from 5.5 to 5.6) can be smooth.Closes-Bug: 1402586
- 46. By Billy Olsen
-
[mariosplivalo,
r=wolsen] Adds a charm config option which implements a workaround for LP: 1366997
until percona 5.5 version can get fixed with this bug.Partially Closes-Bug: 1366997
- 45. By Liam Young
-
[hopem, r=gnuoy] Moved mysql common code into
charmhelpers.contrib. database. mysql and syned in. - 44. By Edward Hope-Morley
-
[mariosplivalo,
r=hopem] Fixes db using single file for all innodb tables. All
(new) tables will now, by default, be stored in seperate
file.This change won't affect current configurations as existing
InnoDB tables will remain in ibdata file, but every new
InnoDB table will have it's data stored in separate .idb
file.Closes-Bug: 1418570
- 43. By Edward Hope-Morley
-
[hopem,r=]
Don't put allowed units onto the cluster relation.
Also fixes support for non-prefixed db relation
settings.Closes-Bug: 1389670
- 42. By Liam Young
-
[corey.bryant, r=gnuoy] This is just simplifying the code and using render() from charm-helpers instead of the roll-your-own render_template().
This merge also fixes a pre-existing unit test failure.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)