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 /sql/share | |
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 'sql/share')
-rw-r--r-- | sql/share/errmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt index c0da7053ac2..0a40f2b9ed1 100644 --- a/sql/share/errmsg.txt +++ b/sql/share/errmsg.txt @@ -5978,8 +5978,8 @@ ER_BASE64_DECODE_ERROR ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA eng "Triggers can not be created on system tables" ger "Trigger können nicht auf Systemtabellen erzeugt werden" -ER_EVENT_RECURSIVITY_FORBIDDEN - eng "Recursivity of EVENT DDL statements is forbidden when body is present" +ER_EVENT_RECURSION_FORBIDDEN + eng "Recursion of EVENT DDL statements is forbidden when body is present" ger "Rekursivität von EVENT-DDL-Anweisungen ist unzulässig wenn ein Hauptteil (Body) existiert" ER_EVENTS_DB_ERROR eng "Cannot proceed because system tables used by Event Scheduler were found damaged at server start" |