summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps.test
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.local>2007-03-27 22:15:51 +0400
committerunknown <kostja@bodhi.local>2007-03-27 22:15:51 +0400
commite603a85ff4b8cd4eadc1c8f53d69fd5bba662e74 (patch)
tree86d43762c35792d70ebeaf229e57d5b4c7847638 /mysql-test/t/ps.test
parent5159dc8765dd70673152d8e208b9a25a4f52a6c2 (diff)
downloadmariadb-git-e603a85ff4b8cd4eadc1c8f53d69fd5bba662e74.tar.gz
Fix spelling (recursivity -> recursion)
mysql-test/r/events.result: Fix spelling. mysql-test/r/events_bugs.result: Fix spelling. mysql-test/r/ps.result: Fix spelling. mysql-test/t/events.test: Fix spelling. mysql-test/t/events_bugs.test: Fix spelling. mysql-test/t/ps.test: Fix spelling. sql/sql_yacc.yy: Fix spelling. sql/share/errmsg.txt: Fix spelling.
Diffstat (limited to 'mysql-test/t/ps.test')
-rw-r--r--mysql-test/t/ps.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test
index 9f670f9973f..44f9bf350b2 100644
--- a/mysql-test/t/ps.test
+++ b/mysql-test/t/ps.test
@@ -2324,7 +2324,7 @@ drop event if exists xyz;
#drop event xyz;
#drop procedure proc_1;
delimiter |;
---error ER_EVENT_RECURSIVITY_FORBIDDEN
+--error ER_EVENT_RECURSION_FORBIDDEN
create function func_1() returns int begin create event xyz on schedule at now() do select 123; return 1; end|
delimiter ;|
--error ER_SP_DOES_NOT_EXIST