WL#9015: Deprecation warnings for bit-wise operation with [VAR]BINARY args

Affects: Server-8.0   —   Status: Complete

Existing bit-wise operations: & | ^ ~ << >> BIT_COUNT BIT_AND BIT_XOR BIT_OR
currently take BIGINT (64-bit integer) arguments and return BIGINT. If both 
arguments are binary strings they get converted to BIGINT and truncation might 
happen. This behavior will change in 5.8 and this task will add warnings to 5.7 
for the behavior changes described in WL#8699.

User Documentation
==================

http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-11.html
http://dev.mysql.com/doc/refman/5.7/en/bit-functions.html
http://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html