-
magnus.blaudd@oracle.com authored
- The default sql_mode now includes STRICT_TRANS_TABLES, this causes statements which generate certain kind of warnings to be aborted. - Some of our tests intentionally generate those kind of warnings. - Fix by using IGNORE or turning off STRICT mode for a while - The tests are designed to work in !STRICT - Added new inclue file for conveniently turning STRICT off and on - Re. "WL7764: Make STRICT mode for transactional SEs default in 5.7"
magnus.blaudd@oracle.com authored- The default sql_mode now includes STRICT_TRANS_TABLES, this causes statements which generate certain kind of warnings to be aborted. - Some of our tests intentionally generate those kind of warnings. - Fix by using IGNORE or turning off STRICT mode for a while - The tests are designed to work in !STRICT - Added new inclue file for conveniently turning STRICT off and on - Re. "WL7764: Make STRICT mode for transactional SEs default in 5.7"
Loading