• unknown's avatar
    MDEV-304: Insufficient buffer allocation for Query_log_event · 8cbd7df2
    unknown authored
    The constructor for Query_log_event allocated 2 bytes too few for
    extra space needed by Query cache. (Not sure if this is reproducible
    in practice, as there are often a couple of extra bytes allocated
    for unused string zero terminators, but better safe than sorry).
    8cbd7df2
log_event.cc 338 KB