• unknown's avatar
    Fix for a "table is full" bug in multi-table updates (Bug #7788) · a88ca8f5
    unknown authored
    
    mysys/my_handler.c:
      Fix for a bug in multi table updates, when offset of one table is 
      5 bytes or more. This occured because in that case binary(5) indexed
      column is space packed, so it was hit by this bug in the function
      for binary comparison.
      Bug #7788
    a88ca8f5
my_handler.c 13.2 KB