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

feature: The error display is too general, and the cause of the error cannot be clearly located #706

Closed
shangyanwen opened this issue Oct 12, 2022 · 0 comments · Fixed by #776
Assignees
Labels
A-feature feature with good idea

Comments

@shangyanwen
Copy link
Contributor

Is your feature request related to a problem? Please describe.

#The error display is too general, and the cause of the error cannot be clearly located

load data infile '/tools/data/select_result19970520_2.csv' 
    -> into table lineorder_flat
    -> fields terminated by ','
    -> lines terminated by '\n';
ERROR 6 (HY000): Tianmu internal error

Describe the solution you'd like

#The error message is clear

MariaDB [ssb]> load data infile '/data2/data/select_result19970520_2.csv' 
    -> into table lineorder_flat
    -> fields terminated by ','
    -> lines terminated by '\n';
ERROR 13 (HY000): Can't get stat of '/data2/data/select_result19970520_2.csv' (Errcode: 2 "No such file or directory")

Describe alternatives you've considered

Additional context

@shangyanwen shangyanwen added the A-feature feature with good idea label Oct 12, 2022
@shangyanwen shangyanwen added this to the stonedb_5.7_v1.0.1 milestone Oct 12, 2022
@shangyanwen shangyanwen changed the title feature: feature: The error display is too general, and the cause of the error cannot be clearly located Oct 12, 2022
@RingsC RingsC added the A-help wanted Extra attention is needed label Oct 18, 2022
@hustjieke hustjieke moved this to In Progress in StoneDB for MySQL 5.7 Oct 24, 2022
@mergify mergify bot closed this as completed in #776 Oct 24, 2022
mergify bot pushed a commit that referenced this issue Oct 24, 2022
mergify bot pushed a commit that referenced this issue Oct 24, 2022
Repository owner moved this from In Progress to Done in StoneDB for MySQL 5.7 Oct 24, 2022
CodingSuen added a commit to CodingSuen/stonedb that referenced this issue Oct 24, 2022
Nliver pushed a commit to Nliver/stonedb that referenced this issue Oct 24, 2022
Nliver pushed a commit to Nliver/stonedb that referenced this issue Oct 24, 2022
mergify bot pushed a commit that referenced this issue Oct 25, 2022
@isredstar isredstar assigned isredstar and unassigned CodingSuen Oct 27, 2022
@isredstar isredstar removed the A-help wanted Extra attention is needed label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment