Commit 17fe67b
authored
Support MySQL 8.4 and 9.0 (#283)
Motivation:
Add compatibility for the newer MySQL versions 8.4 and 9.0 to ensure the
connector works with the latest MySQL features and improvements.
Modifications:
- Added tests to verify functionality with MySQL 8.4 and 9.0.
Result:
Ensures compatibility with MySQL 8.4 and 9.0.1 parent a5ada25 commit 17fe67b
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments