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

[Bug]: design table in navicat doesn't work #10281

Closed
1 task done
dengn opened this issue Jun 28, 2023 · 20 comments
Closed
1 task done

[Bug]: design table in navicat doesn't work #10281

dengn opened this issue Jun 28, 2023 · 20 comments
Assignees
Labels
attention/doc-influence need to complete design document kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@dengn
Copy link
Contributor

dengn commented Jun 28, 2023

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

In navicat, users usually use design table to modify table structures.

image

But this has two issues:

  1. we get an error of partitition doesn't exist issue. The cause is this SQL doesn't work.
SELECT TABLE_NAME, PARTITION_NAME, SUBPARTITION_NAME, PARTITION_METHOD, SUBPARTITION_METHOD, PARTITION_EXPRESSION, SUBPARTITION_EXPRESSION, PARTITION_DESCRIPTION, PARTITION_COMMENT, NODEGROUP, TABLESPACE_NAME FROM information_schema.PARTITIONS WHERE NOT ISNULL(PARTITION_NAME) AND TABLE_SCHEMA LIKE 'eladmin' AND TABLE_NAME LIKE 'sys_job' ORDER BY TABLE_NAME, PARTITION_NAME, PARTITION_ORDINAL_POSITION, SUBPARTITION_ORDINAL_POSITION
  1. any operation is blocked afterwards.
    we cann't click on any column and do anything on it.
image

This is blocking usage of any alter table function.

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

@dengn dengn added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Jun 28, 2023
@dengn dengn added this to the 1.0.0 milestone Jun 28, 2023
@domingozhang
Copy link
Contributor

will be fixed in next release

@daviszhen daviszhen assigned daviszhen and unassigned matrix-meow Jun 28, 2023
@daviszhen
Copy link
Contributor

0.8来不及了。

@daviszhen
Copy link
Contributor

下一个迭代

@dengn dengn added severity/s-1 and removed severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Jul 3, 2023
@dengn
Copy link
Contributor Author

dengn commented Jul 3, 2023

customer test replied on this fix.

@daviszhen daviszhen assigned qingxinhome and unassigned daviszhen Jul 3, 2023
@qingxinhome
Copy link
Contributor

The issue has been confirmed

@qingxinhome qingxinhome mentioned this issue Jul 4, 2023
7 tasks
@qingxinhome
Copy link
Contributor

Processing

@dengn dengn added the attention/doc-influence need to complete design document label Jul 6, 2023
@dengn
Copy link
Contributor Author

dengn commented Jul 6, 2023

@lacrimosaprinz This fix will affect information_schema related doc, please refer to this PR #10330 for more details.

@qingxinhome
Copy link
Contributor

Code review in progress

@qingxinhome qingxinhome assigned dengn and qingxinhome and unassigned qingxinhome and dengn Jul 7, 2023
@qingxinhome
Copy link
Contributor

Code review in progress

1 similar comment
@qingxinhome
Copy link
Contributor

Code review in progress

@qingxinhome
Copy link
Contributor

In research and design

1 similar comment
@qingxinhome
Copy link
Contributor

In research and design

@qingxinhome
Copy link
Contributor

Code review in progress

@dengn dengn added severity/s0 Extreme impact: Cause the application to break down and seriously affect the use and removed severity/s-1 labels Jul 13, 2023
@qingxinhome
Copy link
Contributor

To begin

@qingxinhome
Copy link
Contributor

I haven't started yet

1 similar comment
@qingxinhome
Copy link
Contributor

I haven't started yet

@qingxinhome
Copy link
Contributor

not working on it

1 similar comment
@qingxinhome
Copy link
Contributor

not working on it

This was referenced Aug 3, 2023
@qingxinhome
Copy link
Contributor

The partition table system view function has been implemented, please verify and test it @dengn @domingozhang @daviszhen

@qingxinhome qingxinhome assigned dengn and unassigned qingxinhome Aug 8, 2023
@dengn
Copy link
Contributor Author

dengn commented Aug 8, 2023

fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attention/doc-influence need to complete design document kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

5 participants