--TEST--
mysql b-string, b-lower-or-upper-case single-quote [10]* single quote
--INPUT--
SELECT B'1010101';
--EXPECTED--
E SELECT
1 B'1010101'
; ;

