-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: allow get_bit() and set_bit() builtin functions to support byte …
…array. Fixes #45851 This commit modified get_bit and set_bit to allow them to support byte array along with their respective testcases. And modified doc and info of get_bit() and set_bit() for bit Array. Release justification: low-risk change to existing functionality. Release note (sql change): This PR is modified get_bits() and set_bit() functions to allow them support byte array.
- Loading branch information
1 parent
744bf85
commit 7f44702
Showing
3 changed files
with
114 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters