Commit 64157d6
committed
Mysql reconnect option was broken
There were two problems discovered after the release of 72.0
1. during config autoReconnect was firing in common cases and because
@connection_parameters was not yet set the adapter was broken.
2. Processing of the reconnect: flag in db config would enable
reconnect whether it was set to true or false.
The other point is none of our tests ran into this because we do not
permute through all the possible config values. Future work should
be to at least create a simple app from scratch as part of a CI
job so at least do not have failure out of the gate like this.1 parent 93bf542 commit 64157d6
2 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
| 62 | + | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
0 commit comments