mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -15,18 +15,11 @@ create user 'user_ssl_x509'@'santa.claus.ipv6.example.com'
|
||||
identified by 'good_password';
|
||||
grant select on test.* to 'user_ssl'@'santa.claus.ipv6.example.com'
|
||||
REQUIRE SSL;
|
||||
Warnings:
|
||||
Warning 1287 Using GRANT statement to modify existing user's properties other than privileges is deprecated and will be removed in future release. Use ALTER USER statement for this operation.
|
||||
grant select on test.* to 'user_ssl_x509'@'santa.claus.ipv6.example.com'
|
||||
REQUIRE SUBJECT '/C=??/ST=??/L=??/
|
||||
O=No such thing/
|
||||
CN=Santa Claus/emailAddress=santa.claus@example.com';
|
||||
<<<<<<< HEAD
|
||||
connect con1,"::1",root,,test,$MASTER_MYPORT,;
|
||||
=======
|
||||
Warnings:
|
||||
Warning 1287 Using GRANT statement to modify existing user's properties other than privileges is deprecated and will be removed in future release. Use ALTER USER statement for this operation.
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
select "Con1 is alive";
|
||||
Con1 is alive
|
||||
Con1 is alive
|
||||
|
Reference in New Issue
Block a user