--- m/r/lowercase_fs_off.result 2013-07-22 17:03:39.000000000 +0400 +++ r/lowercase_fs_off.result 2014-03-03 13:58:10.071341000 +0400 @@ -44,7 +44,7 @@ call p1(); ERROR 42000: execute command denied to user 'USER_1'@'localhost' for routine 'db1.p1' call P1(); -ERROR 42000: execute command denied to user 'USER_1'@'localhost' for routine 'db1.P1' +ERROR 42000: execute command denied to user 'USER_1'@'localhost' for routine 'db1.p1' select f1(1); ERROR 42000: execute command denied to user 'USER_1'@'localhost' for routine 'db1.f1' REVOKE ALL PRIVILEGES, GRANT OPTION FROM user_1@localhost;