mirror of https://github.com/MariaDB/server
Browse Source
Analysis: In row_log_table_delete(), extern size could be greater than 2 bytes int if there are enough index on blob columns. Solution: Use 4 bytes int other than 2 bytes for extern size. Reviewed-by: Marko Mäkelä <marko.makela@oracle.com> RB: 13573pull/365/head
committed by
Marko Mäkelä
1 changed files with 11 additions and 7 deletions
Loading…
Reference in new issue