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

panic for dolt_diff tables when in detached head mode #2398

Closed
zachmu opened this issue Nov 16, 2021 · 1 comment
Closed

panic for dolt_diff tables when in detached head mode #2398

zachmu opened this issue Nov 16, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@zachmu
Copy link
Member

zachmu commented Nov 16, 2021

For database named test, insert some rows into a table named a, then

set @@test_head=commit('-m', 'test');
select * from dolt_diff_a;
panic in iterPartitions: runtime error: invalid memory address or nil pointer dereference
@fulghum fulghum added the bug Something isn't working label Feb 2, 2022
@timsehn timsehn closed this as completed Aug 30, 2022
@timsehn timsehn reopened this Aug 30, 2022
@timsehn
Copy link
Sponsor Contributor

timsehn commented Aug 30, 2022

It does look like detached head mode is deprecated:

mysql> set @@test_head=commit('-m', 'test');
ERROR 1105 (HY000): Variable 'test_head' is a read only variable

@timsehn timsehn closed this as completed Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants