Remaining Misc functions from MySQL 5.7:
Hi @morgo , DEFAULT() will be fixed in https://github.com/pingcap/tidb/pull/8540, thanks
Thank you! I will check it off when it merges.
The any_value issue is fixed in #9255
Thanks! I'll check it off as it merges.
Hi @morgo , name_const is supported in #9261
I am going to close this tracking issue now:
NAME_CONST() has a PR open, and will likely merge soon.UUID_SHORT() will be difficult to add since it requires a short server_id-like concept (and we can leave https://github.com/pingcap/tidb/issues/4620 open to track it).Hi @morgo, is it nice to have a no-op implementation of MASTER_POS_WAIT?
Yes, it's similar to get_lock (unsafe to noop by default, but could be enabled with tidb_enable_noop_functions). I don't think it's high priority though - get_lock is used by packaged applications (it was added so Rails migrations would work). Packaged applications tend not to expect replication, so I have not seen anything use MASTER_POS_WAIT.
Most helpful comment
Hi @morgo ,
name_constis supported in #9261