]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix m_mysql warning about use of C++11 features on C++03.
authorPeter Powell <petpow@saberuk.com>
Fri, 19 Aug 2016 13:44:17 +0000 (14:44 +0100)
committerPeter Powell <petpow@saberuk.com>
Fri, 19 Aug 2016 15:10:00 +0000 (16:10 +0100)
commita6daa312e26532d68ffa70f6cf350baa5d43ca83
tree090b5c158e8d1669ed4d81bce6d3834ae9cf8bae
parent9f364d430460c07a2abad0f7501e063628b850f1
Fix m_mysql warning about use of C++11 features on C++03.

NO_CLIENT_LONG_LONG was removed in a recent version of MySQL.
src/modules/extra/m_mysql.cpp