• unknown's avatar
    Now one gets an error if one tries to insert an invalid value via a stored... · 7d8f2916
    unknown authored
    Now one gets an error if one tries to insert an invalid value via a stored procedure in STRICT mode. (Bug #5907)
    
    
    client/mysqldump.c:
      Changed some function and variable names to MySQL syntax
      Fixed indentation for last few pushes
      (No logic changes)
    mysql-test/r/strict.result:
      Test for bug #5907 (Traditional mode: invalid value can be inserted via a stored procedure)
    mysql-test/t/strict.test:
      Test for bug #5907 (Traditional mode: invalid value can be inserted via a stored procedure)
    sql/sql_base.cc:
      More comments
    sql/sql_error.cc:
      Ensure that PS gives error for invalid values in 'strict' mode
    7d8f2916
strict.test 33.6 KB