An error occurred fetching the project authors.
- 08 Jun, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 07 Jun, 2005 3 commits
-
-
igor@rurik.mysql.com authored
Added missing ';'.
-
dlenev@brandersnatch.localdomain authored
We should not allow explicit or implicit transaction commits inside of stored functions or triggers (so in autocommit mode we should not do commits after execution of sub-statement). Also since we don't support nested statement transactions in 5.0, we shouldn't commit or rollback stmt transactions while we are inside stored functions or triggers. This should be fixed in later (>=5.1) releases.
-
konstantin@mysql.com authored
error for LIMIT placeholder". The patch adds grammar support for LIMIT ?, ? and changes the type of ST_SELECT_LEX::select_limit,offset_limit from ha_rows to Item*, so that it can point to Item_param.
-
- 03 Jun, 2005 2 commits
-
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
pem@mysql.comhem.se authored
-
- 01 Jun, 2005 2 commits
-
-
pem@mysql.comhem.se authored
Return an error if default() is used on a local variable. This is actaully a side-effect of BUG#5967: Stored procedure declared variable used instead of column (to be fixed later), so this is really a workaround until that is fixed.
-
ingo@mysql.com authored
After merge fixes.
-
- 31 May, 2005 1 commit
-
-
acurtis@xiphis.org authored
Stop ignoring name parts and check for validity
-
- 27 May, 2005 2 commits
-
-
pem@mysql.comhem.se authored
by simply disabling FLUSH for stored functions. (I can't really work.)
-
dlenev@brandersnatch.localdomain authored
We can't have Item_trigger_field as aggregated object inside of sp_instr_set_trigger_field class since in this case its destructor will be called twice. So instead let us create this Item separately and store pointer to it in instruction object.
-
- 25 May, 2005 1 commit
-
-
monty@mysql.com authored
We will however give a warning when opening such a table that users should use ALTER TABLE ... FORCE to fix the table. In future release we will fix that REPAIR TABLE will be able to handle this case
-
- 20 May, 2005 1 commit
-
-
pem@mysql.comhem.se authored
procedure. by simply disabling 'load' in stored procedures, like it's already disabled for prepared statements. (They must be made "re-execution" safe before working with either PS or SP.)
-
- 18 May, 2005 2 commits
-
-
igor@rurik.mysql.com authored
Added missing ';'.
-
gluh@eagle.intranet.mysql.r18.ru authored
-
- 17 May, 2005 3 commits
-
-
monty@mysql.com authored
-
acurtis@xiphis.org authored
Rename some functions more fine-grained sp privileges make grant/revoke sp grammar less ambigious
-
serg@serg.mylan authored
missing semicolon added sql_base.cc: bad merge fixed sp_head.cc, view.test, view.result: Correct restoring view name in SP table locking BUG#9758 configure.in: restore -fno-implicit-templates -fno-exceptions -fno-rtti in configure
-
- 16 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 09 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
Detect conflicting options in SELECT
-
- 08 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
Fix bug + include test case. Enable outfile tests.
-
- 07 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
Fix bug by moving TRUE/FALSE in with other literals.
-
- 06 May, 2005 1 commit
-
-
monty@mishka.local authored
Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema
-
- 26 Apr, 2005 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
Results for the above test case union.test: A test case for bug #10032 involving UNION's and ORDER BY clause sql_yacc.yy: Fix for a bug #10032 involving a parser bug with UNION's and ORDER BY
-
pem@mysql.comhem.se authored
We simply have to disallow any kind of result set being sent back from a function. Can't see any way to make that to work.
-
- 20 Apr, 2005 1 commit
-
-
pem@mysql.comhem.se authored
by simply disallowing alter procedure/function in an SP (as for drop).
-
- 19 Apr, 2005 1 commit
-
-
acurtis@xiphis.org authored
Initialization of fields for sp return type was not complete.
-
- 15 Apr, 2005 3 commits
-
-
serg@serg.mylan authored
don't set lex->lock_option=TL_READ in the parser for SELECT
-
dlenev@brandersnatch.localdomain authored
New more SP-locking friendly approach to handling locks in multi-update. Now we mark all tables of multi-update as needing write lock at parsing stage and if possible downgrade lock at execution stage (For its work SP-locking mechanism needs to know all lock types right after parsing stage).
-
pem@mysql.comhem.se authored
... actually, it was a query cache problem. (It shouldn't cache such queries)
-
- 13 Apr, 2005 1 commit
-
-
pem@mysql.comhem.se authored
-
- 12 Apr, 2005 3 commits
-
-
serg@serg.mylan authored
correct result after bugfix sql/sql_class.cc initialize net.query_cache_query
-
serg@serg.mylan authored
-
pem@mysql.comhem.se authored
-
- 08 Apr, 2005 1 commit
-
-
pem@mysql.comhem.se authored
-
- 06 Apr, 2005 2 commits
-
-
gluh@eagle.intranet.mysql.r18.ru authored
-
bar@mysql.com authored
return error. We'll use it for better warnign reporting.
-
- 03 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
minor cleanups XA tests
-
- 30 Mar, 2005 1 commit
-
-
pem@mysql.comhem.se authored
Sedond attempt: Simply disallow CHECK in SPs, since it can't work.
-