-
Magnus Blåudd authored
- Re: WL6409 -- the PASSWORD() function is removed from SET PASSWORD syntax -- GRANT statement throws a deprecated warning when creating users -- the mysql.user tables password column has been renamed to authentication_string - Remove use of PASSWORD() from SET PASSWORD commands - Fix queries reading Password from mysql.user to instead use Authenticaion_string - Remove two testcases which provokes an error using "41-digit-hexadecimal error" since there is no way to provoke that or similar error anymore. - Change one testcase to accept error 1296 being returned from SET PASSWORD when it fails. This is due tobug20561087. There are other tests checking that data does not change when command fails. - Include the deprecation warnings in .result file
Magnus Blåudd authored- Re: WL6409 -- the PASSWORD() function is removed from SET PASSWORD syntax -- GRANT statement throws a deprecated warning when creating users -- the mysql.user tables password column has been renamed to authentication_string - Remove use of PASSWORD() from SET PASSWORD commands - Fix queries reading Password from mysql.user to instead use Authenticaion_string - Remove two testcases which provokes an error using "41-digit-hexadecimal error" since there is no way to provoke that or similar error anymore. - Change one testcase to accept error 1296 being returned from SET PASSWORD when it fails. This is due tobug20561087. There are other tests checking that data does not change when command fails. - Include the deprecation warnings in .result file
Loading