Commit 039ed1f
Tor Didriksen
Bug #34017614 Add support for Apple M1 to MySQL 5.7 [WL#12928]
Backport d02d37ef9ceceebd6ac3f69dc2a776e87d336764 WL#12928 Add ARM support to MySQL Cluster Note that this uses std::atomic_thread_fence which requires (at least) -std=c++11 We normally build with -std=c++03 for MySQL 5.7, but not on macOS. By not specifying any -std=<standard> we get whatever is default, which is currently gnu++14. Change-Id: I43f54151e04e2e856c774f8014e379905cc38d551 parent 08265b1 commit 039ed1f
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
142 | 157 | | |
143 | 158 | | |
144 | 159 | | |
| |||
0 commit comments