An error occurred fetching the project authors.
- 21 Dec, 2003 1 commit
-
-
monty@mysql.com authored
(Fixed project files, compiler warnings etc..)
-
- 16 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
Added missing cleanup in sp-security.test.
-
- 15 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
-
- 13 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
(Also put the hostpart back in the definer column.)
-
- 12 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
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.)
-
- 10 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
Also made the parsing and handling of SP characteristics more general and extendable, and added a few ch:istics.
-
- 04 Dec, 2003 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
and BUG#1654: Stored Procedure Crash if contains subquery and set function Disallowed subselects in RETURN (for FUNCTIONs) and SET of local variables. The latter should work, but turned out to be difficult to fix, so we just disallow it for the time being.
-
- 21 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
-
- 20 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
for some items, which made aggregates like MIN(), MAX() and SUM() fail.
-
- 19 Nov, 2003 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
Fixed various bugs: setting local variables to NULL, SELECT INTO var now actually might work, SELECT INTO with not row now gives a "no data" warning (instead of the "empty query" error), etc. Updated test cases accordingly.
-
- 17 Nov, 2003 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
WL#1263: Support for the attributes COMMENT and SUID in CREATE/ALTER PROCEDURE/FUNCTION
-
pem@mysql.comhem.se authored
-
- 28 Oct, 2003 1 commit
-
-
pem@mysql.comhem.se authored
later set by the procedure.
-
- 20 Oct, 2003 1 commit
-
-
pem@mysql.comhem.se authored
fix to functions as well.
-
- 17 Oct, 2003 1 commit
-
-
pem@mysql.comhem.se authored
-
- 16 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
-
- 14 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
Also copy and restore order_list and group_list for selects in SPs.
-
- 10 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
(updated) Protocol_cursor class. Also did some bug fixes.
-
- 03 Oct, 2003 2 commits
-
-
pem@mysql.telia.com authored
-
pem@mysql.telia.com authored
executing sub-statements (selects) prevents crashes intermittent crashes. Also fixed bug in sql_yacc.yy (generated a hpop instruction when not needed).
-
- 16 Sep, 2003 1 commit
-
-
pem@mysql.telia.com authored
MySQL error codes as well. (No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.) WL#850
-
- 27 Aug, 2003 1 commit
-
-
pem@mysql.telia.com authored
-
- 26 Aug, 2003 1 commit
-
-
pem@mysql.telia.com authored
-
- 03 Jul, 2003 1 commit
-
-
pem@mysql.com authored
-
- 01 Jul, 2003 1 commit
-
-
pem@mysql.com authored
-
- 29 Jun, 2003 1 commit
-
-
pem@mysql.com authored
Also fixed some difficult memory leaks that became apparent in this task.
-
- 12 Jun, 2003 1 commit
-
-
pem@mysql.com authored
syntax errors in stored procedures.
-
- 02 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Fix after review
-
- 23 May, 2003 1 commit
-
-
pem@mysql.com authored
-
- 06 May, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 05 May, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 27 Apr, 2003 1 commit
-
-
pem@mysql.com authored
Fixed bug #320. Some new tests and cosmetic changes. Another strcasecmp() replaced.
-
- 23 Apr, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
-
pem@mysql.com authored
More complex cases, like call u((select x from table limit 1)) does not.
-
pem@mysql.com authored
This included bug fixes in the 4.1 protocol (actually send and receive the server_status flags).
-
- 17 Apr, 2003 1 commit
-
-
pem@mysql.com authored
Fixes bug #280.
-
- 03 Apr, 2003 2 commits
-
-
pem@mysql.com authored
-
pem@mysql.com authored
-