Commit 1fb61c1
authored
* refactor mysql-cli and mysqlsh to ensure password safety
* libpatch bump
* s/mysql-connector-python/pexpect/
* Ensure all errors are bubbled from spawned process
* test size before content
* more informative output example
* ensure password not leak through exceptions logging
* uniform exception/warning and fix async test to faster exec time
1 parent 8491cec commit 1fb61c1
File tree
7 files changed
+1121
-530
lines changed- lib/charms/mysql/v0
- src
- tests
- integration/high_availability
- unit
7 files changed
+1121
-530
lines changedLarge diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
97 | | - | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments