1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00

No more socket and no more diffs in result files.

This commit is contained in:
Horst.Hunger
2009-11-27 09:02:32 +01:00
parent 8424bef0c5
commit 836b51ac23
9 changed files with 84 additions and 82 deletions

View File

@@ -15,17 +15,17 @@ inet_ntoa(@nip)
NULL
SELECT USER();
USER()
root@localhost
root@::1
SELECT current_user();
current_user()
root@localhost
root@::1
SHOW PROCESSLIST;
REVOKE ALL ON test.* FROM testuser@'::1';
RENAME USER testuser@'::1' to testuser1@'::1';
SET PASSWORD FOR testuser1@'::1' = PASSWORD ('9876');
SELECT USER();
USER()
root@localhost
root@::1
DROP USER testuser1@'::1';
=============Test of '::1/128' ====================================
=============Test of '0000:0000:0000:0000:0000:0000:0000:0001' ====
@@ -45,17 +45,17 @@ inet_ntoa(@nip)
NULL
SELECT USER();
USER()
root@localhost
root@::1
SELECT current_user();
current_user()
root@localhost
root@::1
SHOW PROCESSLIST;
REVOKE ALL ON test.* FROM testuser@'0000:0000:0000:0000:0000:0000:0000:0001';
RENAME USER testuser@'0000:0000:0000:0000:0000:0000:0000:0001' to testuser1@'0000:0000:0000:0000:0000:0000:0000:0001';
SET PASSWORD FOR testuser1@'0000:0000:0000:0000:0000:0000:0000:0001' = PASSWORD ('9876');
SELECT USER();
USER()
root@localhost
root@::1
DROP USER testuser1@'0000:0000:0000:0000:0000:0000:0000:0001';
=============Test of '0:0:0:0:0:0:0:1' ============================
mysqld is alive
@@ -74,15 +74,15 @@ inet_ntoa(@nip)
NULL
SELECT USER();
USER()
root@localhost
root@::1
SELECT current_user();
current_user()
root@localhost
root@::1
SHOW PROCESSLIST;
REVOKE ALL ON test.* FROM testuser@'0:0:0:0:0:0:0:1';
RENAME USER testuser@'0:0:0:0:0:0:0:1' to testuser1@'0:0:0:0:0:0:0:1';
SET PASSWORD FOR testuser1@'0:0:0:0:0:0:0:1' = PASSWORD ('9876');
SELECT USER();
USER()
root@localhost
root@::1
DROP USER testuser1@'0:0:0:0:0:0:0:1';