diff options
author | pem@mysql.comhem.se <> | 2004-01-30 14:02:19 +0100 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2004-01-30 14:02:19 +0100 |
commit | ad960d8c12e7f1c4d1e78a485d2b55be1b2bdef9 (patch) | |
tree | 4537582c1d29e528614bfacf658ff3301fc12235 /Docs/sp-imp-spec.txt | |
parent | bf6610814355fc2f9be0c190459d72083d540a5b (diff) | |
download | mariadb-git-ad960d8c12e7f1c4d1e78a485d2b55be1b2bdef9.tar.gz |
More corrections of sp-impl-spec.txt and sp-implemented.txt.
Diffstat (limited to 'Docs/sp-imp-spec.txt')
-rw-r--r-- | Docs/sp-imp-spec.txt | 2 |
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: |