3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 08:29:31 +01:00
ergo/irc/mysql
Shivaram Lingamneni 69448b13a1 fix #1969
On a 32-bit architecture, 64-bit atomic loads and stores must be aligned to a
64-bit boundary. Since the (mysql.MySQL) struct is directly included in the
Server struct, it is impossible to guarantee this via the standard technique
of putting the 64-bit value at the beginning of the struct definition
(since the point at which it is included in the parent struct may cross a
64-bit boundary).

This optimization is probably pointless anyway, adding an additional
indirection won't make a difference.
2022-06-10 10:35:56 -04:00
..
config.go fix #1622 2021-04-23 13:54:44 -04:00
history.go fix #1969 2022-06-10 10:35:56 -04:00
serialization.go first pass at renaming Oragono to Ergo 2021-05-26 15:55:24 -04:00