-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Allow all the unreserved keywords as identifier #62
Labels
type/bug
The issue is confirmed as a bug.
Comments
YuJuncen
pushed a commit
to YuJuncen/tidb
that referenced
this issue
Apr 23, 2021
…ingcap#62) * vendor: migrate to Go 1.11 module instead of glide * vendor: update vendor `go mod` refuses to download the earlier versions of "golang.org/x/net" and "golang.org/x/text", which is why the diff is so large.
YuJuncen
pushed a commit
to YuJuncen/tidb
that referenced
this issue
Apr 23, 2021
* restore: remove 'connect' option Signed-off-by: 5kbpers <[email protected]> * fix test Signed-off-by: 5kbpers <[email protected]> * go mod tidy Signed-off-by: 5kbpers <[email protected]> * unit test Signed-off-by: 5kbpers <[email protected]> * Update pkg/restore/db.go Co-Authored-By: Neil Shen <[email protected]> * go fmt Signed-off-by: 5kbpers <[email protected]> * unit test Signed-off-by: 5kbpers <[email protected]> * remove usused code Signed-off-by: 5kbpers <[email protected]> * address lint Signed-off-by: 5kbpers <[email protected]> * add comments Signed-off-by: 5kbpers <[email protected]>
okJiang
pushed a commit
to okJiang/tidb
that referenced
this issue
Oct 19, 2021
iosmanthus
pushed a commit
to iosmanthus/tidb
that referenced
this issue
Oct 31, 2022
* build br image Signed-off-by: disksing <[email protected]>
nolouch
pushed a commit
to tidblabs/tidb
that referenced
this issue
Jan 6, 2023
* BR adaption for keyspace feature (pingcap#38) Signed-off-by: iosmanthus <[email protected]> Co-authored-by: ystaticy <[email protected]> Co-authored-by: disksing <[email protected]> * build br image (pingcap#62) * build br image Signed-off-by: disksing <[email protected]> * BR: Serverless Compatible BR (pingcap#64) * disable remove scheduler and other pd related modifications when keyspace is set for BR Signed-off-by: David <[email protected]> * make tidb br forward compatible (pingcap#84) * make tidb br forward compatible Signed-off-by: iosmanthus <[email protected]> * fix bug,when tables>0 and file=0 Signed-off-by: ystaticy <[email protected]> * go mod tidy Signed-off-by: iosmanthus <[email protected]> Signed-off-by: iosmanthus <[email protected]> Signed-off-by: ystaticy <[email protected]> Co-authored-by: ystaticy <[email protected]> * Cse BR restore only download on leader (pingcap#120) * cse br restore,only download in region leader * support config Signed-off-by: ystaticy <[email protected]> * cse br restore,only download in region leader Signed-off-by: ystaticy <[email protected]> * cse br restore,only download in region leader Signed-off-by: ystaticy <[email protected]> * fix logs Signed-off-by: ystaticy <[email protected]> * fix logs Signed-off-by: ystaticy <[email protected]> * fix logs Signed-off-by: ystaticy <[email protected]> * remove unused code Signed-off-by: ystaticy <[email protected]> * fix imports Signed-off-by: ystaticy <[email protected]> * fix comments Signed-off-by: ystaticy <[email protected]> * fix config of leaderdownload Signed-off-by: ystaticy <[email protected]> * fix config of leaderdownload Signed-off-by: ystaticy <[email protected]> * if met not leader error.return error immediately. Signed-off-by: ystaticy <[email protected]> Signed-off-by: ystaticy <[email protected]> * support skip split option for small dataset (pingcap#122) * support skip split option for small dataset Signed-off-by: iosmanthus <[email protected]> * disable SplitTable only when skip split Signed-off-by: iosmanthus <[email protected]> * rename api version of FileImporter Signed-off-by: iosmanthus <[email protected]> Signed-off-by: iosmanthus <[email protected]> Signed-off-by: iosmanthus <[email protected]> Signed-off-by: disksing <[email protected]> Signed-off-by: David <[email protected]> Signed-off-by: ystaticy <[email protected]> Co-authored-by: ystaticy <[email protected]> Co-authored-by: disksing <[email protected]> Co-authored-by: David <[email protected]>
mittalrishabh
pushed a commit
to mittalrishabh/tidb
that referenced
this issue
May 6, 2024
…) (pingcap#48) (pingcap#62) close pingcap#51957 Co-authored-by: Naman Gupta <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dev.mysql.com/doc/refman/5.7/en/keywords.html
The text was updated successfully, but these errors were encountered: