• unknown's avatar
    Added option --valgrind-mysqltest to mysql-test-run · 411d7f59
    unknown authored
    Added flag to Field::store(longlong) to specify if value is unsigned.
    This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
    Fixed warning from valgrind in CREATE ... SELECT
    Fixed double free of mysql.options if reconnect failed
    
    
    mysql-test/mysql-test-run.sh:
      Added option --valgrind-mysqltest to allow one to run mysqltest with valgrind
    mysql-test/r/bigint.result:
      Update results after fix for Field::store(longlong)
    mysql-test/r/range.result:
      Update results after fix for Field::store(longlong)
    mysql-test/r/strict.result:
      Update results after fix for Field::store(longlong)
      (This fixes some wrong results when storing things into bigint columns)
    mysql-test/r/type_ranges.result:
      Update results after fix for Field::store(longlong)
    mysql-test/t/bigint.test:
      Added testing for #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0)
    mysql-test/t/innodb.test:
      Removed comments affected by this bug fix
    mysql-test/t...
    411d7f59
sp.cc 43.7 KB