1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Better bug fix for #5569: "Incorrect "Access Denied" error with SAME login DIFFERENT host"

This fixes also the reverse lookup bug introduced by the previous patch



mysql-test/t/group_by.test:
  Remove empty line
vio/viosocket.c:
  Added function comment
This commit is contained in:
unknown
2005-02-15 14:42:13 +02:00
parent 4c21a10f27
commit 358cfd6c42
3 changed files with 25 additions and 11 deletions

View File

@ -455,4 +455,3 @@ select min(a) is null from t1;
select min(a) is null or null from t1;
select 1 and min(a) is null from t1;
drop table t1;