diff options
author | unknown <pem@mysql.comhem.se> | 2004-10-22 19:05:17 +0200 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2004-10-22 19:05:17 +0200 |
commit | 35588c9dd0aef7db1c89731b0c4899b41576df9c (patch) | |
tree | bcc3c64a109a454f469b5e05f9f3ada2bdc7158d /mysql-test/t/sp-security.test | |
parent | b24dd9336681880dc72f27fc346a2e1e9775d394 (diff) | |
download | mariadb-git-35588c9dd0aef7db1c89731b0c4899b41576df9c.tar.gz |
Fixed BUG#6027: Stored procedures can be renamed.
Removed the support for renaming SPs. It's non-standard, conflicted with a standard
syntax, and was a bit broken anyway.
mysql-test/r/sp-error.result:
Removed test for renaming procedures with alter.
mysql-test/r/sp.result:
Removed test for renaming procedures with alter.
mysql-test/t/sp-error.test:
Removed test for renaming procedures with alter.
mysql-test/t/sp.test:
Removed test for renaming procedures with alter.
sql/sp.cc:
Removed support for renaming SPs. It's non-standard, conflicted with a standard
syntax, and was a bit broken anyway.
sql/sp.h:
Removed support for renaming SPs. It's non-standard, conflicted with a standard
syntax, and was a bit broken anyway.
sql/sql_parse.cc:
Removed support for renaming SPs. It's non-standard, conflicted with a standard
syntax, and was a bit broken anyway.
sql/sql_yacc.yy:
Removed support for renaming SPs. It's non-standard, conflicted with a standard
syntax, and was a bit broken anyway.
Diffstat (limited to 'mysql-test/t/sp-security.test')
0 files changed, 0 insertions, 0 deletions