• unknown's avatar
    MariaDB made be compiled by gcc 4.8.1 · 5ce11d8b
    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.
    5ce11d8b
field.cc 286 KB