Re: [Maria-developers] Binlog handling of faulty DDL query

2018-09-03 Thread andrei . elkin
Sachin, hello. > Hi Everyone! > > Suppose this case > > CREATE USER > user1@localhost IDENTIFIED BY 'BsG9#9.cem#!85', > user2@localhost IDENTIFIED BY 'x'; > > user2 has too short passowrd which will give error (if we use security plugin) > > IN the case of *mariadb* we will create user1 and wo

[Maria-developers] Binlog handling of faulty DDL query

2018-09-02 Thread Sachin Setiya
Hi Everyone! Suppose this case CREATE USER user1@localhost IDENTIFIED BY 'BsG9#9.cem#!85', user2@localhost IDENTIFIED BY 'x'; user2 has too short passowrd which will give error (if we use security plugin) IN the case of *mariadb* we will create user1 and wont create user2 In the case of *my