mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1
This commit is contained in:
@ -30,8 +30,8 @@ abandoned
|
||||
abandoning
|
||||
abandonment
|
||||
abandons
|
||||
set password = password('foo');
|
||||
set password = password('');
|
||||
set password for root@"localhost" = password('foo');
|
||||
set password for root@"localhost" = password('');
|
||||
create table t3(n int);
|
||||
insert into t3 values(1),(2);
|
||||
use test;
|
||||
|
Reference in New Issue
Block a user