• unknown's avatar
    MariaDB made be compiled by gcc 4.8.1 · 07345da9
    unknown authored
      
      There was 2 problems:
      1) coping/moving of the same type (usually casting) as sizeof() (solved in different ways depends on the cause);
      2) using 'const' in SSL_CTX::getVerifyCallback() which return object (not reference) and so copy of the object will be created and 'const' has no sens.
    07345da9
ma_key.c 21.4 KB