diff options
author | unknown <kostja@bodhi.local> | 2007-03-27 22:15:51 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.local> | 2007-03-27 22:15:51 +0400 |
commit | fce728059116b131eebed402635210d4fe82ef1c (patch) | |
tree | 86d43762c35792d70ebeaf229e57d5b4c7847638 /mysql-test/r/events_bugs.result | |
parent | 587942a792f5c31d0c5fc900dcacb454a0000e13 (diff) | |
download | mariadb-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/events_bugs.result')
-rw-r--r-- | mysql-test/r/events_bugs.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/events_bugs.result b/mysql-test/r/events_bugs.result index 1a34f098b12..6835ecd7fde 100644 --- a/mysql-test/r/events_bugs.result +++ b/mysql-test/r/events_bugs.result @@ -17,7 +17,7 @@ DROP EVENT ДОЛЕН_регистър_утф8; SET NAMES latin1; set @a=3; CREATE PROCEDURE p_16 () CREATE EVENT e_16 ON SCHEDULE EVERY @a SECOND DO SET @a=5; -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 create event e_55 on schedule at 99990101000000 do drop table t; ERROR HY000: Incorrect AT value: '99990101000000' create event e_55 on schedule every 10 hour starts 99990101000000 do drop table t; |