1. 30 Sep, 2006 2 commits
  2. 17 Aug, 2006 2 commits
    • 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
    • jimw@rama.(none)'s avatar
      Bug #2717: include/my_global.h mis-defines __attribute__ · cb6a0840
      jimw@rama.(none) authored
        Fix when __attribute__() is stubbed out, add ATTRIBUTE_FORMAT() for specifying
        __attribute__((format(...))) safely, make more use of the format attribute,
        and fix some of the warnings that this turns up (plus a bonus unrelated one).
      cb6a0840
  3. 03 Aug, 2006 5 commits
  4. 02 Aug, 2006 7 commits
  5. 01 Aug, 2006 2 commits
  6. 31 Jul, 2006 5 commits
  7. 30 Jul, 2006 1 commit
  8. 29 Jul, 2006 2 commits
  9. 28 Jul, 2006 4 commits
  10. 27 Jul, 2006 1 commit
  11. 26 Jul, 2006 7 commits
  12. 25 Jul, 2006 2 commits