1. 23 May, 2006 1 commit
    • msvensson@neptunus.(none)'s avatar
      Bug#16297 In memory grant tables not flushed when users's hostname is "" · 7b2e709f
      msvensson@neptunus.(none) authored
       - In function 'handle_grant_struct' when searching the memory structures for an 
         entry to modify, convert all entries here host.hostname is NULL to "" and compare that 
         with the host passed in argument "user_from".
       - A user created with hostname "" is stored in "mysql.user" table as host="" but when loaded into 
         memory it'll be stored as host.hostname NULL. Specifiying "" as hostname means
         that "any host" can connect. Thus is's correct to turn on allow_all_hosts
         when such a user is found. 
       - Review and fix other places where host.hostname may be NULL.
      7b2e709f
  2. 11 Jan, 2006 3 commits
  3. 10 Jan, 2006 7 commits
  4. 09 Jan, 2006 10 commits
  5. 08 Jan, 2006 2 commits
  6. 07 Jan, 2006 1 commit
  7. 06 Jan, 2006 3 commits
  8. 05 Jan, 2006 6 commits
  9. 04 Jan, 2006 7 commits