Re: [Maria-developers] 7807d9b6939: MDEV-22974: mysql_native_password make "invalid" valid

2020-10-30 Thread Daniel Black
That works for me. Pushed first patch with above simple fix. On Sat, Oct 31, 2020 at 4:45 AM Sergei Golubchik wrote: > > Hi, Daniel! > > On Oct 26, Daniel Black wrote: > > On Thu, Oct 22, 2020 at 8:25 PM Sergei Golubchik wrote: > > > > > > Hi, Daniel! > > > > > > On Oct 22, Daniel Black wrote:

Re: [Maria-developers] 7807d9b6939: MDEV-22974: mysql_native_password make "invalid" valid

2020-10-30 Thread Sergei Golubchik
Hi, Daniel! On Oct 26, Daniel Black wrote: > On Thu, Oct 22, 2020 at 8:25 PM Sergei Golubchik wrote: > > > > Hi, Daniel! > > > > On Oct 22, Daniel Black wrote: > > > @@ -14539,6 +14539,12 @@ static int native_password_get_salt(const char > > > *hash, size_t hash_length, > > > > > >if

Re: [Maria-developers] 7807d9b6939: MDEV-22974: mysql_native_password make "invalid" valid

2020-10-26 Thread Daniel Black
On Thu, Oct 22, 2020 at 8:25 PM Sergei Golubchik wrote: > > Hi, Daniel! > > On Oct 22, Daniel Black wrote: > > SHOW CREATE USER; dilignently uses this value in its output > > generating the SQL: > > > >MariaDB [(none)]> show create user; > > > > > >

Re: [Maria-developers] 7807d9b6939: MDEV-22974: mysql_native_password make "invalid" valid

2020-10-22 Thread Sergei Golubchik
Hi, Daniel! On Oct 22, Daniel Black wrote: > revision-id: 7807d9b6939 (mariadb-10.5.4-62-g7807d9b6939) > parent(s): 054f10365c4 > author: Daniel Black > committer: Daniel Black > timestamp: 2020-07-16 17:06:36 +1000 > message: > > MDEV-22974: mysql_native_password make "invalid" valid > > Per