Commit 7c6f42b
committed
fix: MySQL 9.x charset handling and log_last_insert_id test race
- validate_charset: compare server_version as a numeric major
version instead of testing the first character, so MySQL 9.x
and later are treated like 8.x for collations with id >= 255
- test_log_last_insert_id-t: re-enable PROXYSQL FLUSH LOGS; with
buffered query logging, eventslog_flush_timeout=0 alone still
races the periodic flush thread1 parent d212102 commit 7c6f42b
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
341 | 343 | | |
342 | 344 | | |
343 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments