• jimw@rama.(none)'s avatar
    Bug #21288: mysqldump segmentation fault when using --where · abc14800
    jimw@rama.(none) authored
      The problem was that the error handling was using a too-small buffer to
      print the error message generated. We fix this by not using a buffer at
      all, but by using fprintf() directly. There were also some problems with
      the error handling in table dumping that was exposed by this fix that were
      also corrected.
    abc14800
mysqldump.c 81.4 KB