[MXS-1294] cdc_schema.py uses Python 3 Created: 2017-06-23 Updated: 2017-06-27 Resolved: 2017-06-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.0.6 |
| Fix Version/s: | 2.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The Python script that generates the .avsc schema files unnecessarily uses Python 3. This is a problem as Connector/Python has poor Python 3 availability. Simply changing the script to Python 2 will fix this. |
| Comments |
| Comment by markus makela [ 2017-06-27 ] |
|
Fixed in commit bd1da82c961eb997503457e54e4b6f211fb248a2. |