• unknown's avatar
    Bug#14406 GRANTS ON objects with non-ascii names borked after FLUSH PRIVILEGES · a2e5a9f9
    unknown authored
    ps_grant.result:
      Fixing result order.
    grant.result:
      Adding test case,
      fixing result order.
    grant.test:
      Adding test case.
    sql_acl.cc:
      Fixed that my_charset_latin1 was incorrectly used instead of system_charset_info.
      This problem was previously fixed by Ingo in 5.0.
      This patch is basically a backport of the same changes into 4.1.
    
    
    sql/sql_acl.cc:
      Bug#14406 GRANTS ON objects with non-ascii names borked after FLUSH PRIVILEGES
      Fixed that my_charset_latin1 was incorrectly used instead of system_charset_info.
      This problem was previously fixed by Ingo in 5.0.
      This patch is basically a backport of the same changes into 4.1.
    mysql-test/t/grant.test:
      Adding test case.
    mysql-test/r/grant.result:
      Adding test case,
      fixing result order.
    mysql-test/r/ps_grant.result:
      Fixing result order.
    a2e5a9f9
grant.result 22.6 KB