summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorpaul@kite-hub.kitebird.com <>2004-08-10 14:23:19 -0500
committerpaul@kite-hub.kitebird.com <>2004-08-10 14:23:19 -0500
commit8a95e5ed638ee5ccaf260ae4062025a1ce1ccd80 (patch)
tree556d7bc7c273007e0ac8908bf24561082fa9cce8 /sql
parentebda747624a6330064ec033bc0af3c5faf4758cf (diff)
downloadmariadb-git-8a95e5ed638ee5ccaf260ae4062025a1ce1ccd80.tar.gz
errmsg.txt:
fix error message
Diffstat (limited to 'sql')
-rw-r--r--sql/share/czech/errmsg.txt2
-rw-r--r--sql/share/danish/errmsg.txt2
-rw-r--r--sql/share/dutch/errmsg.txt2
-rw-r--r--sql/share/english/errmsg.txt2
-rw-r--r--sql/share/estonian/errmsg.txt2
-rw-r--r--sql/share/french/errmsg.txt2
-rw-r--r--sql/share/german/errmsg.txt2
-rw-r--r--sql/share/greek/errmsg.txt2
-rw-r--r--sql/share/hungarian/errmsg.txt2
-rw-r--r--sql/share/italian/errmsg.txt2
-rw-r--r--sql/share/japanese/errmsg.txt2
-rw-r--r--sql/share/korean/errmsg.txt2
-rw-r--r--sql/share/norwegian-ny/errmsg.txt2
-rw-r--r--sql/share/norwegian/errmsg.txt2
-rw-r--r--sql/share/polish/errmsg.txt2
-rw-r--r--sql/share/portuguese/errmsg.txt2
-rw-r--r--sql/share/romanian/errmsg.txt2
-rw-r--r--sql/share/serbian/errmsg.txt2
-rw-r--r--sql/share/slovak/errmsg.txt2
-rw-r--r--sql/share/spanish/errmsg.txt2
-rw-r--r--sql/share/swedish/errmsg.txt2
21 files changed, 21 insertions, 21 deletions
diff --git a/sql/share/czech/errmsg.txt b/sql/share/czech/errmsg.txt
index b093a3a9091..264bc38117a 100644
--- a/sql/share/czech/errmsg.txt
+++ b/sql/share/czech/errmsg.txt
@@ -366,6 +366,6 @@ character-set=latin2
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/danish/errmsg.txt b/sql/share/danish/errmsg.txt
index eb7af69f061..c0f915e0b53 100644
--- a/sql/share/danish/errmsg.txt
+++ b/sql/share/danish/errmsg.txt
@@ -360,6 +360,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/dutch/errmsg.txt b/sql/share/dutch/errmsg.txt
index 0d287daf11e..9bfca16ad54 100644
--- a/sql/share/dutch/errmsg.txt
+++ b/sql/share/dutch/errmsg.txt
@@ -368,6 +368,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt
index 2e4c5bc0ac4..c159e6b49c7 100644
--- a/sql/share/english/errmsg.txt
+++ b/sql/share/english/errmsg.txt
@@ -357,6 +357,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/estonian/errmsg.txt b/sql/share/estonian/errmsg.txt
index 821852db13b..4c679a2967a 100644
--- a/sql/share/estonian/errmsg.txt
+++ b/sql/share/estonian/errmsg.txt
@@ -362,6 +362,6 @@ character-set=latin7
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/french/errmsg.txt b/sql/share/french/errmsg.txt
index f9629485136..2f8cccbc6fb 100644
--- a/sql/share/french/errmsg.txt
+++ b/sql/share/french/errmsg.txt
@@ -357,6 +357,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/german/errmsg.txt b/sql/share/german/errmsg.txt
index b3e0b2fae05..dc18cfa9b34 100644
--- a/sql/share/german/errmsg.txt
+++ b/sql/share/german/errmsg.txt
@@ -369,6 +369,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/greek/errmsg.txt b/sql/share/greek/errmsg.txt
index 9a470b81d9e..b8cbe9b5a75 100644
--- a/sql/share/greek/errmsg.txt
+++ b/sql/share/greek/errmsg.txt
@@ -357,6 +357,6 @@ character-set=greek
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/hungarian/errmsg.txt b/sql/share/hungarian/errmsg.txt
index 9e7ea311c2a..b7cc9fe34d7 100644
--- a/sql/share/hungarian/errmsg.txt
+++ b/sql/share/hungarian/errmsg.txt
@@ -359,6 +359,6 @@ character-set=latin2
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/italian/errmsg.txt b/sql/share/italian/errmsg.txt
index fc56b72b79f..0c9576cab47 100644
--- a/sql/share/italian/errmsg.txt
+++ b/sql/share/italian/errmsg.txt
@@ -357,6 +357,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/japanese/errmsg.txt b/sql/share/japanese/errmsg.txt
index d148fd3f897..d5ef9f22a56 100644
--- a/sql/share/japanese/errmsg.txt
+++ b/sql/share/japanese/errmsg.txt
@@ -359,6 +359,6 @@ character-set=ujis
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/korean/errmsg.txt b/sql/share/korean/errmsg.txt
index 1e3103c03dd..4f03bedc717 100644
--- a/sql/share/korean/errmsg.txt
+++ b/sql/share/korean/errmsg.txt
@@ -357,6 +357,6 @@ character-set=euckr
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/norwegian-ny/errmsg.txt b/sql/share/norwegian-ny/errmsg.txt
index 83ec486f25d..821453e6119 100644
--- a/sql/share/norwegian-ny/errmsg.txt
+++ b/sql/share/norwegian-ny/errmsg.txt
@@ -359,6 +359,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/norwegian/errmsg.txt b/sql/share/norwegian/errmsg.txt
index 8fb651dd2f2..5a60042b19e 100644
--- a/sql/share/norwegian/errmsg.txt
+++ b/sql/share/norwegian/errmsg.txt
@@ -359,6 +359,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/polish/errmsg.txt b/sql/share/polish/errmsg.txt
index 76006c97c5e..2f9f5b4bbce 100644
--- a/sql/share/polish/errmsg.txt
+++ b/sql/share/polish/errmsg.txt
@@ -361,6 +361,6 @@ character-set=latin2
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/portuguese/errmsg.txt b/sql/share/portuguese/errmsg.txt
index 56a95008a2b..2a32c80138b 100644
--- a/sql/share/portuguese/errmsg.txt
+++ b/sql/share/portuguese/errmsg.txt
@@ -358,6 +358,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/romanian/errmsg.txt b/sql/share/romanian/errmsg.txt
index f25b81b6577..211a0072934 100644
--- a/sql/share/romanian/errmsg.txt
+++ b/sql/share/romanian/errmsg.txt
@@ -361,6 +361,6 @@ character-set=latin2
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/serbian/errmsg.txt b/sql/share/serbian/errmsg.txt
index cef6fcc1533..5b74999a3cd 100644
--- a/sql/share/serbian/errmsg.txt
+++ b/sql/share/serbian/errmsg.txt
@@ -363,6 +363,6 @@ character-set=cp1250
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/slovak/errmsg.txt b/sql/share/slovak/errmsg.txt
index 4fc4c8808fc..5d7fce940e2 100644
--- a/sql/share/slovak/errmsg.txt
+++ b/sql/share/slovak/errmsg.txt
@@ -365,6 +365,6 @@ character-set=latin2
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/spanish/errmsg.txt b/sql/share/spanish/errmsg.txt
index 117295b9083..570da612be9 100644
--- a/sql/share/spanish/errmsg.txt
+++ b/sql/share/spanish/errmsg.txt
@@ -359,6 +359,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"
diff --git a/sql/share/swedish/errmsg.txt b/sql/share/swedish/errmsg.txt
index bafba304e3a..4e97393b0b1 100644
--- a/sql/share/swedish/errmsg.txt
+++ b/sql/share/swedish/errmsg.txt
@@ -357,6 +357,6 @@ character-set=latin1
"View's SELECT contains a temporary table '%-.64s'"
"View's SELECT and view's field list have different column counts"
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
-"View being update does not have complete key of underlying table in it"
+"View being updated does not have complete key of underlying table in it"
"View '%-.64s.%-.64s' references invalid table(s) or column(s)"
"Can't drop a %s from within another stored routine"