-
-
Notifications
You must be signed in to change notification settings - Fork 141
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: The instance crashed after I execute a statement that includes a condition to load data. #1263
Closed
3 tasks done
Labels
Milestone
Comments
ACK |
haitaoguan
changed the title
bug: The instance crashed because the load data statement contained a conditional judgment.
bug: The instance crashed after I execute a statement that includes a condition to load data.
Feb 1, 2023
the data ptr life-cycle in load is as below:
|
if not the last pack, the insert value number should be 65536, otherwise it will crash. In this scenario. the last but one is 65534
|
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 2, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. suppprt double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 2, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
Merged
14 tasks
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 3, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 3, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 3, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 3, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Feb 3, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
mergify bot
pushed a commit
that referenced
this issue
Feb 13, 2023
…r. (#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
isredstar
pushed a commit
to isredstar/stonedb
that referenced
this issue
Feb 15, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
mergify bot
pushed a commit
that referenced
this issue
Feb 27, 2023
…r. (#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
konghaiya
pushed a commit
to konghaiya/stonedb
that referenced
this issue
Mar 7, 2023
…r. (stoneatom#1263) [summary] 1. crash reason is the loader column number each time is not 65535 but report 65535; occurs when using limit clause or duplicate key; 2. support double enclosed char, ref:https://dev.mysql.com/doc/refman/5.7/en/load-data.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
No response
How To Reproduce
No response
Environment
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 29e3f7c
Last commit time: Date: Thu Jan 12 17:58:24 2023 +0800
Build time: Date: Mon Jan 16 08:21:32 CST 2023
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: