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: The instance crashed while exporting data #1961

Open
3 tasks done
TomeC opened this issue Aug 11, 2023 · 1 comment · May be fixed by #1964
Open
3 tasks done

bug: The instance crashed while exporting data #1961

TomeC opened this issue Aug 11, 2023 · 1 comment · May be fixed by #1964
Labels
A-bug Something isn't working

Comments

@TomeC
Copy link
Contributor

TomeC commented Aug 11, 2023

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Describe the problem

When a table field contains bit type execute sql "select * into outfile" will cause Instance crashed

Expected behavior

The program can export files normally

How To Reproduce

  1. create table
    CREATE TABLE bit_test ( a int(11) DEFAULT 0, b bit(9) DEFAULT NULL );
  2. insert data:
    INSERT INTO bit_test VALUES (1,B'1101100');
  3. export data
    select * into outfile '/tmp/bit_test_tbl' from bit_test;
    then instance will crashed

Environment

centos 7 stonedb-5.7-dev

Are you interested in submitting a PR to solve the problem?

  • Yes, I will!
@TomeC
Copy link
Contributor Author

TomeC commented Aug 23, 2023

build job failed.
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Will it automatically retry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
None yet
1 participant