User variables didn't store charset, so this didn't work
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);
Showing
Please register or sign in to comment
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);