Session variable `enable_unicode_name_support` is used to enable using unicode for table/column names. And it should be forward to master when executing `create table` stmt on non-master FE. Otherwise, even if we set `enable_unicode_name_support` to true on non-master FE, we can create table with unicode name.