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

Allow all the unreserved keywords as identifier #62

Closed
shenli opened this issue Sep 8, 2015 · 1 comment
Closed

Allow all the unreserved keywords as identifier #62

shenli opened this issue Sep 8, 2015 · 1 comment
Assignees
Labels
type/bug The issue is confirmed as a bug.

Comments

@shenli
Copy link
Member

shenli commented Sep 8, 2015

https://dev.mysql.com/doc/refman/5.7/en/keywords.html

@shenli shenli self-assigned this Sep 8, 2015
@shenli shenli added the type/bug The issue is confirmed as a bug. label Sep 8, 2015
@shenli
Copy link
Member Author

shenli commented Sep 9, 2015

#80

@shenli shenli closed this as completed Oct 11, 2015
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 <tangminghua@pingcap.com>

* fix test

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* go mod tidy

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* unit test

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* Update pkg/restore/db.go

Co-Authored-By: Neil Shen <overvenus@gmail.com>

* go fmt

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* unit test

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* remove usused code

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* address lint

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* add comments

Signed-off-by: 5kbpers <tangminghua@pingcap.com>
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 <i@disksing.com>
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 <myosmanthustree@gmail.com>
Co-authored-by: ystaticy <y_static_y@sina.com>
Co-authored-by: disksing <i@disksing.com>

* build br image (pingcap#62)

* build br image

Signed-off-by: disksing <i@disksing.com>

* BR: Serverless Compatible BR (pingcap#64)

* disable remove scheduler and other pd related modifications when keyspace is set for BR

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* make tidb br forward compatible (pingcap#84)

* make tidb br forward compatible

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

* fix bug,when tables>0 and file=0

Signed-off-by: ystaticy <y_static_y@sina.com>

* go mod tidy

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: ystaticy <y_static_y@sina.com>
Co-authored-by: ystaticy <y_static_y@sina.com>

* Cse BR restore only download on leader (pingcap#120)

* cse br restore,only download in region leader

* support config

Signed-off-by: ystaticy <y_static_y@sina.com>

* cse br restore,only download in region leader

Signed-off-by: ystaticy <y_static_y@sina.com>

* cse br restore,only download in region leader

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix logs

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix logs

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix logs

Signed-off-by: ystaticy <y_static_y@sina.com>

* remove unused code

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix imports

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix comments

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix config of leaderdownload

Signed-off-by: ystaticy <y_static_y@sina.com>

* fix config of leaderdownload

Signed-off-by: ystaticy <y_static_y@sina.com>

* if met not leader error.return error immediately.

Signed-off-by: ystaticy <y_static_y@sina.com>

Signed-off-by: ystaticy <y_static_y@sina.com>

* support skip split option for small dataset (pingcap#122)

* support skip split option for small dataset

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

* disable SplitTable only when skip split

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

* rename api version of FileImporter

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: disksing <i@disksing.com>
Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
Signed-off-by: ystaticy <y_static_y@sina.com>
Co-authored-by: ystaticy <y_static_y@sina.com>
Co-authored-by: disksing <i@disksing.com>
Co-authored-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
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 <naman.gupta@airbnb.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant