• unknown's avatar
    Fixes to eliminate valgrind warnings. · a04dff19
    unknown authored
    
    sql/rpl_record.cc:
      Factoring out expression and putting it in an auto variable.
    sql/rpl_utility.cc:
      Removing a check that causes compile warnings.
    sql/rpl_utility.h:
      Ensuring that there is enough memory for the metadata, to avoid reads
      from uninitialized memory. Initializing the memory to keep valgrind
      quiet.
    a04dff19
rpl_record.cc 10.6 KB