• Alexey Botchkov's avatar
    MDEV-22337 Assertion `Alloced_length >= (str_length + length + net_le…... · d4da131c
    Alexey Botchkov authored
    MDEV-22337 Assertion `Alloced_length >= (str_length + length + net_le… …ngth_size(length))' failed in Binary_string::q_net_store_data on long MULTIPOLYGON query with session_track_user_variables=1 (optimized builds).
    
    We have to reserve enough space in String to use q_something().
    Also pointer calculations fixed.
    d4da131c
session_tracker.cc 35.7 KB