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 | e603a85ff4b8cd4eadc1c8f53d69fd5bba662e74 (patch) | |
tree | 86d43762c35792d70ebeaf229e57d5b4c7847638 /sql/sql_yacc.yy | |
parent | 5159dc8765dd70673152d8e208b9a25a4f52a6c2 (diff) | |
download | mariadb-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 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 9d4c62052dd..b8dc377bb82 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -1847,7 +1847,7 @@ ev_sql_stmt: */ if (lex->sphead) { - my_error(ER_EVENT_RECURSIVITY_FORBIDDEN, MYF(0)); + my_error(ER_EVENT_RECURSION_FORBIDDEN, MYF(0)); MYSQL_YYABORT; } |