1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Tests: revert unneded changes

This commit is contained in:
Eugene Kosov
2017-11-28 11:40:13 +03:00
committed by GitHub
parent 219280392e
commit 8eac050440
45 changed files with 409 additions and 116 deletions

View File

@ -46,8 +46,8 @@ SET @@session.sql_warnings = TR
ERROR 42000: Variable 'sql_warnings' can't be set to the value of 'TR<54>E'
SET @@session.sql_warnings = <20>N;
ERROR 42000: Variable 'sql_warnings' can't be set to the value of '<27>N'
SET @@session.sql_warnings = OFFF;
ERROR 42000: Variable 'sql_warnings' can't be set to the value of 'OFFF'
SET @@session.sql_warnings = OF;
ERROR 42000: Variable 'sql_warnings' can't be set to the value of 'OF'
SET @@session.sql_warnings = <20>FF;
ERROR 42000: Variable 'sql_warnings' can't be set to the value of '<27>FF'
SET @@session.sql_warnings = '<27>';