• unknown's avatar
    Fix for BUG#4678 "mysql-test-run fails on grant_cache": · eda23cdf
    unknown authored
    do not use '' as user in tests, because it picks the Unix login (which gives unexpected results if it is 'root')
    (such behaviour is a feature of mysql_real_connect(), see the manual).
    
    
    mysql-test/t/grant_cache.test:
      do not use '' as user in tests, because it picks the Unix login (which gives unexpected results if it is 'root').
    sql/slave.cc:
      a comment
    eda23cdf
grant_cache.test 4.53 KB