• Dave Gosselin's avatar
    MDEV-33616 Tests failing on macOS · 52b61d67
    Dave Gosselin authored
    These tests rely on THR_KEY_mysys but it is not initialized.  On
    Linux, the corresponding thread variable is null, but on macOS it has a
    nonzero value.  In all cases, initialize the variable explicitly by
    calling MY_INIT and my_end appropriately.
    52b61d67
dynstring-t.c 2.36 KB