An error occurred fetching the project authors.
- 07 Jun, 2005 1 commit
-
-
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.
-
- 18 May, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 05 May, 2005 1 commit
-
-
holyfoot@hf-ibm.(none) authored
Mostly about precision/decimals of the results of the operations
-
- 04 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
-
- 05 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 04 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Don't generate message in send_kill_message() if wrong data. (Caused core dump for wrong data in ALTER TABLE on some system)
-
- 01 Apr, 2005 1 commit
-
-
monty@mysql.com authored
CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912) ALTER TABLE now fails in STRICT mode if it generates warnings. Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
-
- 28 Mar, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG##9398, BUG#8703) fixed wrong join view detection in multi-delete which lead to server crash
-
- 19 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
Windows to call CreateFileMapping() with correct arguments, and propogating the introduction of query_id_t to everywhere query ids are passed around. (Bug #8826)
-
- 15 Mar, 2005 1 commit
-
-
konstantin@mysql.com authored
Item_sum_count_distinct, and deploy Unique for use with COUNT(DISTINCT) if there is no blob column in the list of DISTINCT arguments.
-
- 13 Mar, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Add a settable session variable innodb_support_xa; setting it to 0 can save up to 10 % of CPU time and 150 bytes of space in each undo log trx0trx.h, trx0undo.c, trx0trx.c, trx0roll.c: Enable XA if innodb_support_xa is not set to 0; make prepare to do log fsync's according to innodb_flush_log_at_trx_commit
-
- 10 Mar, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 09 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 08 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Reverted Jim's patch.
-
- 07 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
(lost in merge because the code to open these logs was moved to a different file).
-
- 04 Mar, 2005 1 commit
-
-
dlenev@brandersnatch.localdomain authored
and some SP-related cleanups. - We don't have separate stage for calculation of list of tables to be prelocked and doing implicit LOCK/UNLOCK any more. Instead we calculate this list at open_tables() and do implicit LOCK in lock_tables() (and UNLOCK in close_thread_tables()). Also now we support cases when same table (with same alias) is used several times in the same query in SP. - Cleaned up execution of SP. Moved all common code which handles LEX and does preparations before statement execution or complex expression evaluation to auxilary sp_lex_keeper class. Now all statements in SP (and corresponding instructions) that evaluate expression which can contain subquery have their own LEX.
-
- 03 Mar, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 02 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
deadlock in MYSQL_LOG::new_file() style fixes
-
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 23 Feb, 2005 3 commits
-
-
serg@serg.mylan authored
correct end_log_pos for Xid_log_event
-
jani@ua141d10.elisa.omakaista.fi authored
-
gluh@gluh.mysql.r18.ru authored
bug #7215: information_schema: columns are longtext instead of varchar
-
- 22 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 21 Feb, 2005 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 20 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 16 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 12 Feb, 2005 1 commit
-
-
sergefp@mysql.com authored
Remove TMP_TABLE_PARAM::copy_funcs_it. TMP_TABLE_PARAM is a member of JOIN which is copied via memcpy, and List_iterator_fast TMP_TABLE_PARAM::copy_funcs_it ends up pointing to the wrong List.
-
- 11 Feb, 2005 2 commits
-
-
mskold@mysql.com authored
-
mskold@mysql.com authored
-
- 10 Feb, 2005 1 commit
-
-
monty@mysql.com authored
After merge fixes Don't give duplicate warnings for some ::store() functions
-
- 09 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
auto-commit on Xid_log_event
-
- 08 Feb, 2005 2 commits
-
-
hf@deer.(none) authored
-
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.
-
- 01 Feb, 2005 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Support for COMMIT/ROLLBACK optional arguments
-
serg@serg.mylan authored
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 26 Jan, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 25 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Add settable variables for semi-sync replication
-
- 19 Jan, 2005 1 commit
-
-
ingo@mysql.com authored
Version for 5.0. Committed for merge. If the result table is one of the select tables in INSERT SELECT, we must not disable the result tables indexes before selecting. Now the preparation is split into two prepare methods. The first detects the situation and defers some preparations until the second phase.
-