• Sergey Glukhov's avatar
    Bug#38999 valgrind warnings for update statement in function compare_record() · 022e2ef8
    Sergey Glukhov authored
    (InnoDB plugin branch)
    
    mysql-test/suite/innodb_plugin/r/innodb_mysql.result:
      test case
    mysql-test/suite/innodb_plugin/t/innodb_mysql.test:
      test case
    storage/innodb_plugin/row/row0sel.c:
      init null bytes with default values as they might be
      left uninitialized in some cases and these uninited bytes
      might be copied into mysql record buffer that leads to
      valgrind warnings on next use of the buffer.
    022e2ef8
row0sel.c 126 KB