diff options
author | serg@sergbook.mysql.com <> | 2004-12-31 17:59:43 +0100 |
---|---|---|
committer | serg@sergbook.mysql.com <> | 2004-12-31 17:59:43 +0100 |
commit | a9c7fb9dfd3e4504e59500eb915a2805ecb520d9 (patch) | |
tree | b4fa4913d9b45efc61bcb30697c3a80e9ab4f07a /mysql-test/r/timezone2.result | |
parent | a04fc26c5429284ddae3b5aa19220b057d84b302 (diff) | |
download | mariadb-git-a9c7fb9dfd3e4504e59500eb915a2805ecb520d9.tar.gz |
post-merge
Diffstat (limited to 'mysql-test/r/timezone2.result')
-rw-r--r-- | mysql-test/r/timezone2.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/timezone2.result b/mysql-test/r/timezone2.result index 94d660c90d0..919f4ee5d3e 100644 --- a/mysql-test/r/timezone2.result +++ b/mysql-test/r/timezone2.result @@ -273,9 +273,9 @@ convert_tz(b, 'Europe/Moscow', 'UTC') update t1, t2 set t1.b = convert_tz('2004-10-21 19:00:00', 'Europe/Moscow', 'UTC') where t1.a = t2.c and t2.d = (select max(d) from t2); select * from mysql.time_zone_name; -ERROR 42000: select command denied to user 'mysqltest_1'@'localhost' for table 'time_zone_name' +ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 'time_zone_name' select Name, convert_tz('2004-10-21 19:00:00', Name, 'UTC') from mysql.time_zone_name; -ERROR 42000: select command denied to user 'mysqltest_1'@'localhost' for table 'time_zone_name' +ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 'time_zone_name' delete from mysql.db where user like 'mysqltest\_%'; flush privileges; grant all privileges on test.t1 to mysqltest_1@localhost; |