1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/scripts
pem@mysql.comhem.se 7a20e5282e In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to
make characteristics (and SHOW) work right, we had to separate the old
definition blob in the mysql.proc table into separate fields for parameters,
return type, and body, and handle the characteristics (like SQL SECURITY)
separately... and then reassemble the CREATE string for parsing, of course.
This is rather ugly, mostly the parser bit. (Hopefully that will be better
with the new parser.)
2003-12-12 14:05:29 +01:00
..
2000-07-31 21:29:14 +02:00
2003-12-01 16:14:40 +01:00
2003-11-18 18:54:27 +02:00
2000-07-31 21:29:14 +02:00
2000-09-14 15:10:06 +03:00
2000-09-14 15:10:06 +03:00