Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining miscellaneous functions #8439

Closed
16 of 17 tasks
morgo opened this issue Nov 25, 2018 · 8 comments
Closed
16 of 17 tasks

Add remaining miscellaneous functions #8439

morgo opened this issue Nov 25, 2018 · 8 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility

Comments

@morgo
Copy link
Contributor

morgo commented Nov 25, 2018

Remaining Misc functions from MySQL 5.7:

@morgo morgo added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility labels Nov 25, 2018
@bb7133
Copy link
Member

bb7133 commented Dec 2, 2018

Hi @morgo , DEFAULT() will be fixed in #8540, thanks

@morgo
Copy link
Contributor Author

morgo commented Dec 2, 2018

Thank you! I will check it off when it merges.

@spongedu
Copy link
Contributor

spongedu commented Feb 8, 2019

The any_value issue is fixed in #9255

@morgo
Copy link
Contributor Author

morgo commented Feb 8, 2019

Thanks! I'll check it off as it merges.

@spongedu
Copy link
Contributor

Hi @morgo , name_const is supported in #9261

@morgo
Copy link
Contributor Author

morgo commented Feb 13, 2019

I am going to close this tracking issue now:

@morgo morgo closed this as completed Feb 13, 2019
@SunRunAway
Copy link
Contributor

Hi @morgo, is it nice to have a no-op implementation of MASTER_POS_WAIT?

@morgo
Copy link
Contributor Author

morgo commented Jul 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility
Projects
None yet
Development

No branches or pull requests

4 participants