diff options
author | Varun Gupta <varunraiko1803@gmail.com> | 2017-11-23 12:36:53 +0200 |
---|---|---|
committer | Varun Gupta <varunraiko1803@gmail.com> | 2017-11-23 15:23:27 +0200 |
commit | e585ddf3759c15a723c1238cb6dc0ce096d2dc9e (patch) | |
tree | 0295c7df454811f011d8068850c2e050eb1d25df /mysql-test/t/sp-error.test | |
parent | dbb994cce1992de4fc4591dfd64c8989feb281af (diff) | |
download | mariadb-git-aggregagte_functions.tar.gz |
Updated tests and result filesaggregagte_functions
Diffstat (limited to 'mysql-test/t/sp-error.test')
-rw-r--r-- | mysql-test/t/sp-error.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-error.test b/mysql-test/t/sp-error.test index aa537d3596b..0e16948f438 100644 --- a/mysql-test/t/sp-error.test +++ b/mysql-test/t/sp-error.test @@ -1746,7 +1746,7 @@ drop procedure bug15091; drop function if exists bug16896; --enable_warnings ---error ER_PARSE_ERROR +--error ER_INVALID_AGGREGATE_FUNCTION create aggregate function bug16896() returns int return 1; # |