An error occurred fetching the project authors.
- 20 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
WL #1034 (Internal CRON)
-
- 12 Jan, 2006 1 commit
-
-
anozdrin@mysql.com authored
-
- 11 Jan, 2006 2 commits
-
-
andrey@lmy004. authored
after another merge fixes.
-
jonas@perch.ndb.mysql.com authored
-
- 10 Jan, 2006 1 commit
-
-
andrey@lmy004. authored
- fixed test results - fixed bug caught by information_schema.test . Bison temporal variables are very nice but extremely error-prone (Count one more time just to be sure).
-
- 28 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
- fix problem with too long identifier name
-
andrey@lmy004. authored
- fix crash of an event that alters itself - make "alter event xyz;" invalid because at least 1 clause is needed.
-
andrey@lmy004. authored
- enable/disable -> enabled/disabled - fixed error message
-
- 26 Dec, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 22 Dec, 2005 3 commits
-
-
sergefp@mysql.com authored
-
brian@zim.(none) authored
1) Fixes breakage in embedded server build for XMLPath push. 2) Hides PARTITION engine from view. 3) Add ENGINES information schema (and it should now be clear from this patch on how to turn any show command into an information schema).
-
lars@mysql.com authored
This includes both code and test cases.
-
- 21 Dec, 2005 1 commit
-
-
acurtis@xiphis.org authored
Give BerkeleyDB savepoints Remove "enum db_type" from most of the code
-
- 15 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- fix EVENT_ACL problem that GRANT ALL on some_db.* to someone@somewhere did not get to mysql.db - fix crash when the following is executed : CREATE EVENT P() CREATE EVENT E ON SCHEDULER 1 SECOND DO ROLLBACK; (creation works as well as calling P() which creates the event).
-
- 08 Dec, 2005 1 commit
-
-
konstantin@mysql.com authored
to Crash": the bug was that due to non-standard name resolution precedence in stored procedures (See Bug#5967) a stored procedure variable took precedence over a table column when the arguments for VALUES() function were resolved. The implementation of VALUES() function was not designed to work with Item_splocal and crashed. VALUES() function is non-standard. It can refer to, and is meaningful for, table columns only. The patch disables SP variables as possible arguments of VALUES() function.
-
- 07 Dec, 2005 3 commits
-
-
andrey@lmy004. authored
(strip m_ as prefix from member variables' names)
-
andrey@lmy004. authored
-
anozdrin@mysql.com authored
according to the standard. The idea is to use Field-classes to implement stored routines variables. Also, we should provide facade to Item-hierarchy by Item_field class (it is necessary, since SRVs take part in expressions). The patch fixes the following bugs: - BUG#8702: Stored Procedures: No Error/Warning shown for inappropriate data type matching; - BUG#8768: Functions: For any unsigned data type, -ve values can be passed and returned; - BUG#8769: Functions: For Int datatypes, out of range values can be passed and returned; - BUG#9078: STORED PROCDURE: Decimal digits are not displayed when we use DECIMAL datatype; - BUG#9572: Stored procedures: variable type declarations ignored; - BUG#12903: upper function does not work inside a function; - BUG#13705: parameters to stored procedures are not verified; - BUG#13808: ENUM type stored procedure parameter accepts non-enumerated data; - BUG#13909: Varchar Stored Procedure Parameter always BINARY string (ignores CHARACTER SET); - BUG#14161: Stored procedure cannot retrieve bigint unsigned; - BUG#14188: BINARY variables have no 0x00 padding; - BUG#15148: Stored procedure variables accept non-scalar values;
-
- 05 Dec, 2005 1 commit
-
-
andrey@lmy004. authored
- split into several files - forbid parallel execution (before analyse is done how to make it possible) because the same sp_head instance cannot be executed in parallel - added GPL headers - changed EVENT_ACL to be per DB variable - fixed minor problems
-
- 03 Dec, 2005 1 commit
-
-
serg@serg.mylan authored
it's about mysql_admin_commands not being reexecution-safe (and CHECK still isn't)
-
- 02 Dec, 2005 3 commits
-
-
bell@sanja.is.com.ua authored
of SELECT from query begining, to be independet of query buffer allocation. Correct procedure used to find beginning of the current statement during parsing (BUG#14885).
-
pem@mysql.com authored
-
andrey@lmy004. authored
-
- 28 Nov, 2005 1 commit
-
-
timour@mysql.com authored
Post-review fixes according to Monty's review.
-
- 25 Nov, 2005 1 commit
-
-
pem@mysql.com authored
Post-review version. Some minor review fixes, but also changed the way some errors are handled: Don't return specific parse errors; instead always use the more general "table corrupt" error (amended accordingly).
-
- 23 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 22 Nov, 2005 2 commits
-
-
bell@sanja.is.com.ua authored
if inner routine has more local variables than outer one, and one of its last variables was used as argument to NOT operator". THD::spcont was non-0 when we were parsing stored routine/trigger definition during execution of another stored routine. This confused methods of Item_splocal and forced them use wrong runtime context. Fix ensures that we always have THD::spcont equal to zero during routine/trigger body parsing. This also allows to avoid problems with errors which occur during parsing and SQL exception handlers.
-
pem@mysql.com authored
-
- 18 Nov, 2005 1 commit
-
-
konstantin@mysql.com authored
password": additional fix, also make sure that a syntax error is returned for set names="foo" when there is no such variable or no stored procedure.
-
- 17 Nov, 2005 1 commit
-
-
pem@mysql.com authored
Since long, the compiled code of stored routines has been printed in the trace file when starting mysqld with the "--debug" flag. (At creation time only, and only in debug builds of course.) This has been helpful when debugging stored procedure execution, but it's a bit awkward to use. Also, the printing of some of the instructions is a bit terse, in particular for sp_instr_stmt where only the command code was printed. This improves the printout of several of the instructions, and adds the debugging- only commands "show procedure code <name>" and "show function code <name>". (In non-debug builds they are not available.)
-
- 16 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
Issuing error about presence of commit/rollback statements in stored functions and triggers added to SP parsing procedure (BUG#13627) The crash mentioned in original bug report is already prevented by one of previous patches (fix for bug #13343 "CREATE|etc TRIGGER|VIEW|USER don't commit the transaction (inconsistency)"), this patch only improve error returning.
-
- 10 Nov, 2005 2 commits
-
-
anozdrin@mysql.com authored
checks on trigger activation)
-
brian@grrr.local authored
-
- 09 Nov, 2005 1 commit
-
-
pem@mysql.com authored
Corrected the syntax for the current_user() case. (It's "definer = current_user[()]", not just "current_user[()]".)
-
- 07 Nov, 2005 1 commit
-
-
acurtis@poseidon.ndb.mysql.com authored
-
- 06 Nov, 2005 2 commits
-
-
svoj@poseidon.ndb.mysql.com authored
WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
-
ramil@poseidon.ndb.mysql.com authored
2. All have_xxx variables are now selectable.
-
- 01 Nov, 2005 1 commit
-
-
pem@mysql.com authored
Added finer scope control for default clauses of local variable declarations.
-
- 28 Oct, 2005 1 commit
-
-
pem@mysql.com authored
Changed the parser test for wildcards in hostname to checking for empty strings instead (analogous with the test in default_view_definer()), since wildcards do appear in the definer's host-part sometimes.
-
- 25 Oct, 2005 1 commit
-
-
acurtis@zim.(none) authored
-