diff options
author | unknown <gbichot@quadita2.mysql.com> | 2005-05-05 18:28:54 +0200 |
---|---|---|
committer | unknown <gbichot@quadita2.mysql.com> | 2005-05-05 18:28:54 +0200 |
commit | 481e743bd08d9df59e57a46af19d39eeb60f1020 (patch) | |
tree | ce0abe4dce4ae99de967b763e39e44ab32d937ea /mysql-test/r/rpl_sp.result | |
parent | 636043878dfb6544df3da6477da7cb24b8c9dbfd (diff) | |
download | mariadb-git-481e743bd08d9df59e57a46af19d39eeb60f1020.tar.gz |
making rpl_sp.test hostname-independent
mysql-test/t/rpl_sp.test:
making test hostname-independent (don't know why the problem didn't appear on my machine)
mysql-test/r/rpl_sp.result:
result update
Diffstat (limited to 'mysql-test/r/rpl_sp.result')
-rw-r--r-- | mysql-test/r/rpl_sp.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl_sp.result b/mysql-test/r/rpl_sp.result index be93e51e34b..6e5fccfe4e2 100644 --- a/mysql-test/r/rpl_sp.result +++ b/mysql-test/r/rpl_sp.result @@ -106,7 +106,7 @@ insert into t2 values(3); insert into t1 values (5); end| call foo4(); -ERROR 42000: INSERT command denied to user 'zedjzlcsjhd'@'localhost' for table 't1' +Got one of the listed errors show warnings; Level Code Message Warning 1417 A routine failed and is declared to modify data and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes @@ -114,7 +114,7 @@ call foo3(); show warnings; Level Code Message call foo4(); -ERROR 42000: INSERT command denied to user 'zedjzlcsjhd'@'localhost' for table 't1' +Got one of the listed errors show warnings; Level Code Message Warning 1417 A routine failed and is declared to modify data and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes |