Commit 960a6e8e authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/home/dlenev/src/mysql-5.0-tzbug

parents 52793e03 699f55e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@ os_mem_alloc_large(
  if (ptr) {
    if (set_to_zero) {
#ifdef UNIV_SET_MEM_TO_ZERO
      memset(ret, '\0', size);
      memset(ptr, '\0', size);
#endif
    }