Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
mariadb
Repository
mariadb
sql
sql_class.h
Find file
Blame
History
Permalink
User variables didn't store charset, so this didn't work
· 0d2b6552
unknown
authored
Oct 01, 2002
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);
0d2b6552