MDEV-15235: Assertion `length > 0' failed in create_ref_for_key
The issue is that we are creating a materialised table with key of length 0 which is incorrect, we should disable materialisation for such a case.
Showing
Please register or sign in to comment