mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-27691: make working view-protocol
Update tests for version 10.4
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
--echo # Test that mysql.user password_expired column
|
||||
--echo # shows the right value as in mysql.global_priv
|
||||
--echo #
|
||||
|
||||
--disable_service_connection
|
||||
create user gigi@localhost;
|
||||
show create user gigi@localhost;
|
||||
select password_expired from mysql.user where user='gigi' and host='localhost';
|
||||
@@ -19,6 +19,7 @@ show create user gigi@localhost;
|
||||
select password_expired from mysql.user where user='gigi' and host='localhost';
|
||||
|
||||
drop user gigi@localhost;
|
||||
--enable_service_connection
|
||||
|
||||
--echo #
|
||||
--echo # Test that upgrades from 10.4+ versions before this mdev
|
||||
|
Reference in New Issue
Block a user