diff options
author | unknown <pem@mysql.comhem.se> | 2004-11-03 13:49:54 +0100 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2004-11-03 13:49:54 +0100 |
commit | ebbe5e39edbc41af3c0872ba7320ec296b2e3bd7 (patch) | |
tree | fe64f63c422d061ad805d690aa855312e1bfd9fb /bdb | |
parent | 09e0503538cbf882cdb1c215a45becfd3826d67a (diff) | |
download | mariadb-git-ebbe5e39edbc41af3c0872ba7320ec296b2e3bd7.tar.gz |
Various syntax fixes in sql/sql_yacc.yy for stored procedures:
- No RESTICT|CASCADE in DROP SP (since it's not implemented)
- Added optional "noise" to FETCH: [[NEXT] FROM]
- At least one statement required in all block constructs except BEGIN-END
(where zero is allowed)
mysql-test/r/sp.result:
Modified test cases for optional [[NEXT] FROM] in FETCH.
mysql-test/t/sp.test:
Modified test cases for optional [[NEXT] FROM] in FETCH.
sql/sql_yacc.yy:
Various syntax fixes for stored procedures:
- No RESTICT|CASCADE in DROP SP (since it's not implemented)
- Added optional "noise" to FETCH: [[NEXT] FROM]
- At least one statement required in all block constructs except BEGIN-END
(where zero is allowed)
Diffstat (limited to 'bdb')
0 files changed, 0 insertions, 0 deletions