• unknown's avatar
    BUG#26286 (row-based logging scales worse than statement-based logging): · 13bee852
    unknown authored
    Submitting patch on Guilhem's behalf (he found the solution).
      
    Correcting a typo that caused very big increases in memory usage when
    more memory needed to be allocated for row-based events. Also correcting
    a border case check when more memory needed to be allocated.
    
    
    sql/log_event.cc:
      Correcting typo that caused very big increases in memory allocation.
      Correcting border case for when more memory should be allocated.
    13bee852
log_event.cc 234 KB