**Describe the bug** `set sql_mode = concat(@@sql_mode, "STRICT_TRANS_TABLES");` This stmt should work, but it failed with error: ` Set statement does't support computing expr:concat(@@sql_mode, 'STRICT_TRANS_TABLES')`