We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Raised by: @FlyingMao Steps:
select sum(id) from sbtest1 where id between a and a+3;
./sysbench --test=/usr/local/sysbench-1.0/db/select32.lua --mysql-user=test --mysql-password=test --mysql-port=8066 --mysql-host=10.186.23.70 --oltp_auto_inc=off --max-time=300 --max-requests=0 --report-interval=10 --num-threads=1 run
Error in Java :double free or cprruption(out):0x00007fcc9c121360
The text was updated successfully, but these errors were encountered:
by @yanhuqing666
Caused by thread-safe, threads of aggregation handling will release same memory address.
Sorry, something went wrong.
Merge pull request actiontech#4 from actiontech/master
5b4b8ca
merge
yanhuqing666
No branches or pull requests
Raised by: @FlyingMao
Steps:
select sum(id) from sbtest1 where id between a and a+3;
(a is random number between 1-50000000)Error in Java :double free or cprruption(out):0x00007fcc9c121360
The text was updated successfully, but these errors were encountered: