-
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
Add show table $table_name next_row_id
syntax
#14567
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/sql-infra
SIG: SQL Infra
type/usability
Comments
crazycs520
added
type/usability
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
labels
Jan 22, 2020
zz-jason
added
difficulty/easy
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
labels
Jan 22, 2020
I want solve this issue , but I have a problem . For add before my edit :
after my edit :
but when I make it , I get a error :
what went wrong with |
@zhang555 , Thanks for your contribution. |
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Feb 8, 2020
Signed-off-by: zhang555 <4598181@qq.com> planner: add `show table $table_name next_row_id` syntax (pingcap#14567) Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Feb 8, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Feb 9, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Feb 9, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Feb 9, 2020
Signed-off-by: zhang555 <4598181@qq.com>
crazycs520
changed the title
Add
Add Feb 17, 2020
show $table_name next_row_id
syntaxshow table $table_name next_row_id
syntax
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com> planner: add `show table $table_name next_row_id` syntax (pingcap#14567) Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 1, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 3, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 3, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 5, 2020
Signed-off-by: zhang555 <4598181@qq.com>
zhang555
added a commit
to zhang555/tidb
that referenced
this issue
Mar 14, 2020
Signed-off-by: zhang555 <4598181@qq.com>
sre-bot
pushed a commit
that referenced
this issue
Mar 14, 2020
sthagen
added a commit
to sthagen/pingcap-tidb
that referenced
this issue
Mar 14, 2020
planner: add `show table $table_name next_row_id` syntax (pingcap#14567) (#1…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/sql-infra
SIG: SQL Infra
type/usability
Feature Request
Add
show table $table_name next_row_id
to get the next global table row id.Is your feature request related to a problem? Please describe:
Currently, TiDB has
admin show $table_name next_row_id
to get the next global table row id.But
admin show
syntax needs thesuper
privilege. Getting thenext_row_id
no need to usesuper
privilege, only useSELECT
privilege will be ok. We can addshow $table_name next_row_id
syntax to getnext_row_id
.Describe the feature you'd like:
Teachability, Documentation, Adoption, Migration Strategy:
For compatibility, we can't remove
admin show $table_name next_row_id
soon.The text was updated successfully, but these errors were encountered: