An error occurred fetching the project authors.
- 08 Mar, 2005 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 05 Mar, 2005 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
stored procedure, it is converted to DELETE.
-
- 25 Feb, 2005 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
Have to thd->set_time() before each substatement execution, to make current_time() et al return different times within the same procedure.
-
- 24 Feb, 2005 2 commits
-
-
pem@mysql.comhem.se authored
The warning sent is by itself ok, the problem was rather why it wasn't sent on some other platforms... The real problem was that a total_warn_count which was inconsistent with warn_list was sent back with send_eof() during SP execution, which in turn cause a protocol error in mysqltest.
-
bell@51.0.168.192.in-addr.arpa authored
-
- 18 Feb, 2005 1 commit
-
-
pem@mysql.comhem.se authored
BUG#6642: Stored procedure crash if expression with set function BUG#7013: Stored procedure crash if group by ... with rollup BUG#7743: 'Lost connection to MySQL server during query' on Stored Procedure BUG#7992: SELECT .. INTO variable .. within Stored Procedure crashes the server BUG#8116: calling simple stored procedure twice in a row results in server crash Rolling back the item change list after each substatement in a procedure fixed the failing assert().
-
- 16 Feb, 2005 1 commit
-
-
pem@mysql.comhem.se authored
-
- 09 Feb, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
(used t3, moved after last bug, renamed)
-
- 08 Feb, 2005 1 commit
-
-
pem@mysql.comhem.se authored
Collect all tables and SPs refered by a statement, and open all tables with an implicit LOCK TABLES. Do find things refered by triggers and views, we open them first (and then repeat this until nothing new is found), before doing the actual lock tables.
-
- 20 Jan, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 03 Jan, 2005 1 commit
-
-
monty@mysql.com authored
This fixed a bug in prepared statements when used with outher joins Fixed a bug in SUM(DISTINCT) when used with prepared statements. Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
-
- 28 Dec, 2004 1 commit
-
-
pem@mysql.comhem.se authored
robustness (dropping things just in case).
-
- 23 Dec, 2004 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 03 Nov, 2004 1 commit
-
-
pem@mysql.comhem.se authored
- 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)
-
- 23 Oct, 2004 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
Fixed the pre-caching of functions. It now gives the expected stack overrun error for functions recursing too deep.
-
- 22 Oct, 2004 2 commits
-
-
pem@mysql.comhem.se authored
...and no ALTER privilege either. For now, only the definer and root can drop or alter an SP.
-
pem@mysql.comhem.se authored
Removed the support for renaming SPs. It's non-standard, conflicted with a standard syntax, and was a bit broken anyway.
-
- 20 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
net_printf/send_error calls replaced by my_error family functions -1/1 (sent/unsent) error reporting removed (WL#2133)
-
- 14 Oct, 2004 1 commit
-
-
pem@mysql.comhem.se authored
NO SQL CONTAINS SQL (default) READS SQL DATA MODIFIES SQL DATA These are needed as hints for the replication. (Before this, we did have the default in the mysql.proc table, but no support in the parser.)
-
- 10 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
showing table type now is controled by new parameter 'FULL' of SHOW TABLES command (SHOW FULL TABLES) (as it was decided on last dev conf)
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 29 Sep, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 28 Sep, 2004 1 commit
-
-
monty@mishka.local authored
Under strict mode MySQL will generate an error message if there was any conversion when assigning data to a field. Added checking of date/datetime fields. If strict mode, give error if we have not given value to field without a default value (for INSERT)
-
- 17 Sep, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 10 Sep, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 09 Sep, 2004 2 commits
-
-
pem@mysql.comhem.se authored
-
monty@mysql.com authored
Fixed (together with Guilhem) bugs in mysqlbinlog regarding --offset Prefix addresses with 0x for easier comparisons of debug logs Fixed problem where MySQL choosed index-read even if there would be a much better range on the same index This fix changed some 'index' queries to 'range' queries in the test suite Don't create 'dummy' WHERE clause for trivial WHERE clauses where we can remove the WHERE clause. This fix removed of a lot of 'Using where' notes in the test suite. Give NOTE instead of WARNING if table/function doesn't exists when using DROP IF EXISTS Give NOTE instead of WARNING for safe field-type conversions
-
- 08 Sep, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Althought techically not a but (as it's functioning as designed), it was decided that the design should be changed. Some users have a problem with dates being '0000-00-00' and the SQL standard specifies that the modification date should be the same as the creation date at creation.
-
- 02 Sep, 2004 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
Bug in diff_handlers and diff_cursors made it attempt to pop the wrong number at jumps sometimes.
-
- 30 Aug, 2004 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
pem@mysql.comhem.se authored
-
- 27 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 26 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
This finishes (almost) WL#2002: Implement stored procedure GOTO. Only the syntax issue for free labels remains ("label L;" vs "L:").
-
- 24 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
and BUG#336: Subselects with tables does not work as values for local SP variables (which was closed before with a temp. fix, but not actually fixed).
-
- 17 Aug, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Mostly done, it works, but the temporary LABEL syntax still to be fixed.
-
- 13 Aug, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
-