diff options
author | unknown <sanja@montyprogram.com> | 2013-10-29 17:50:13 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2013-10-29 17:50:13 +0200 |
commit | 5ce11d8b4ca2a57968656925a69ed8114d5374f6 (patch) | |
tree | b7cfbdb5dc2bda809543ae84ca60d7f79227399e /sql/sql_derived.cc | |
parent | 883af99e7dac91e3f258135a2053e6b8e3c05fc3 (diff) | |
download | mariadb-git-5ce11d8b4ca2a57968656925a69ed8114d5374f6.tar.gz |
MariaDB made be compiled by gcc 4.8.1
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.
Diffstat (limited to 'sql/sql_derived.cc')
0 files changed, 0 insertions, 0 deletions