Commit 0aeaff3
Fix thread variable linking errors
Define mysql_thread___eventslog_file_rotation_mode and mysql_thread___auditlog_file_rotation_mode
directly in MySQL_Thread.cpp to resolve undefined reference linker errors.
The variables were declared but not defined, causing linking failures during compilation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 58576b4 commit 0aeaff3
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
1322 | 1321 | | |
1323 | 1322 | | |
1324 | 1323 | | |
1325 | 1324 | | |
1326 | | - | |
1327 | 1325 | | |
1328 | 1326 | | |
1329 | 1327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
| |||
0 commit comments