• Olivier Bertrand's avatar
    - This to fix MDEV-7498. All changes made to AllocateValue to be sure that · 2cd36ad7
    Olivier Bertrand authored
      the sp and p variable be initialised failed. Not understanding what causes
      this valgrind warning, I finally changed the way Mulval is allocated just
      to avoid it. This is a BAD solution as it does not really fix the problem
      but just hide it. This will have to be re-considered.
    modified:
      storage/connect/tabjson.cpp
      storage/connect/value.cpp
    2cd36ad7
tabjson.cpp 37.7 KB