summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
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
commitfce728059116b131eebed402635210d4fe82ef1c (patch)
tree86d43762c35792d70ebeaf229e57d5b4c7847638 /mysql-test/r/ps.result
parent587942a792f5c31d0c5fc900dcacb454a0000e13 (diff)
downloadmariadb-git-fce728059116b131eebed402635210d4fe82ef1c.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/r/ps.result')
-rw-r--r--mysql-test/r/ps.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index c4e44945ec4..12608c48bf5 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -2285,7 +2285,7 @@ drop user pstest_xyz@localhost;
deallocate prepare abc;
drop event if exists xyz;
create function func_1() returns int begin create event xyz on schedule at now() do select 123; return 1; end|
-ERROR HY000: Recursivity of EVENT DDL statements is forbidden when body is present
+ERROR HY000: Recursion of EVENT DDL statements is forbidden when body is present
select func_1(), func_1(), func_1() from dual;
ERROR 42000: FUNCTION test.func_1 does not exist
drop function func_1;