-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
fix float precision #309
Merged
Merged
fix float precision #309
Conversation
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
LGTM |
1 similar comment
LGTM |
zyguan
added a commit
to zyguan/tidb
that referenced
this pull request
Apr 13, 2016
* evaluator: add a builtin function wanted by pingcap#310. * parser: update parser for ASCII().
ngaut
pushed a commit
that referenced
this pull request
Apr 14, 2016
xhebox
pushed a commit
to xhebox/tidb
that referenced
this pull request
Sep 28, 2021
xhebox
pushed a commit
to xhebox/tidb
that referenced
this pull request
Oct 8, 2021
ti-chi-bot
pushed a commit
that referenced
this pull request
Oct 9, 2021
CabinfeverB
pushed a commit
to CabinfeverB/tidb
that referenced
this pull request
Mar 15, 2023
Signed-off-by: disksing <[email protected]>
iosmanthus
pushed a commit
to iosmanthus/tidb
that referenced
this pull request
May 11, 2023
* Revert "disable resource group sql interface (pingcap#309)" This reverts commit 1582986. * new way to disable resource group Signed-off-by: zeminzhou <[email protected]> --------- Signed-off-by: zeminzhou <[email protected]>
rleungx
pushed a commit
to rleungx/tidb
that referenced
this pull request
Feb 26, 2024
* default resource group (pingcap#245) * default resource group Signed-off-by: disksing <[email protected]> * enable resource control Signed-off-by: disksing <[email protected]> * add comments Signed-off-by: disksing <[email protected]> * move DefaultResourceGroup to config Signed-off-by: disksing <[email protected]> --------- Signed-off-by: disksing <[email protected]> Co-authored-by: zzm <[email protected]> * Resource Control: fix segmentation violation when keyspace not set (pingcap#251) * fix segmentation violation when setting up ru Signed-off-by: David <[email protected]> * only setup resource control when cluster id not empty Signed-off-by: David <[email protected]> --------- Signed-off-by: David <[email protected]> * skip ur (pingcap#279) Signed-off-by: ystaticy <[email protected]> * disable resource group sql interface (pingcap#309) Signed-off-by: disksing <[email protected]> * *: update pd client and increase maxWaitDuration (pingcap#321) Signed-off-by: disksing <[email protected]> * update pd client and ru config (pingcap#325) Signed-off-by: disksing <[email protected]> * update max wait duration (pingcap#351) Signed-off-by: disksing <[email protected]> * update the pd client and client go (pingcap#419) Signed-off-by: nolouch <[email protected]> * update main Signed-off-by: disksing <[email protected]> --------- Signed-off-by: disksing <[email protected]> Signed-off-by: David <[email protected]> Signed-off-by: ystaticy <[email protected]> Signed-off-by: nolouch <[email protected]> Co-authored-by: zzm <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: ystaticy <[email protected]> Co-authored-by: ShuNing <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix issue #307
The definition
float(8)
is equivalent tofloat
.