summaryrefslogtreecommitdiff
path: root/Docs/sp-imp-spec.txt
diff options
context:
space:
mode:
authorunknown <pem@mysql.comhem.se>2004-01-30 14:02:19 +0100
committerunknown <pem@mysql.comhem.se>2004-01-30 14:02:19 +0100
commitdcc9fa8f70c224cc0a3a3af094ec3bd704627ff9 (patch)
tree4537582c1d29e528614bfacf658ff3301fc12235 /Docs/sp-imp-spec.txt
parent8c59f10bd1f8d72693cb5e1fa03bb4161d7ab06e (diff)
downloadmariadb-git-dcc9fa8f70c224cc0a3a3af094ec3bd704627ff9.tar.gz
More corrections of sp-impl-spec.txt and sp-implemented.txt.
Docs/sp-imp-spec.txt: Fixed syntax error in example. Docs/sp-implemented.txt: Fixed typos, and corrected info on CALL with IN/INOUT parameters with global variables (it does work).
Diffstat (limited to 'Docs/sp-imp-spec.txt')
-rw-r--r--Docs/sp-imp-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/sp-imp-spec.txt b/Docs/sp-imp-spec.txt
index c1b91d2c2c5..24a47aa2c38 100644
--- a/Docs/sp-imp-spec.txt
+++ b/Docs/sp-imp-spec.txt
@@ -135,7 +135,7 @@
while x > 0 do
set x = x-1;
insert into db.tab values (x, s);
- end while
+ end while;
end
would generate the following structures: