Commit 2a597af
Tor Didriksen
Bug #34017614 Add support for Apple M1 to MySQL 5.7 [33559219]
Backport 0ace2aa267f72460bf9c0a978ab38c5b9bb3888c BUG #33559219 Crash in pthread_cond_signal on bus error on Mac OS X ARM Moved NdbCondition_Signal into the mutex context to avoid the condition being destroyed during execution of NdbCondition_Signal. Change-Id: I8e6e7c59c8ab34f12c810eb158d54eba13b887021 parent 980e7c9 commit 2a597af
File tree
2 files changed
+4
-4
lines changed- storage/ndb/src
- kernel/blocks/ndbfs
- ndbapi
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | 289 | | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments