An error occurred fetching the project authors.
- 13 Jan, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 10 Jan, 2006 1 commit
-
-
joerg@mysql.com authored
cleaned up some of the casts as a result of Mats' review. (transferred from "2005/12/10 22:31:58-06:00 reggie@fedora.(none)" and from "2006/01/03 22:37:24-06:00 reggie@fedora.(none)")
-
- 05 Jan, 2006 1 commit
-
-
monty@mysql.com authored
- Fixed tests - Optimized new code - Fixed some unlikely core dumps - Better bug fixes for: - #14397 - OPTIMIZE TABLE with an open HANDLER causes a crash - #14850 (ERROR 1062 when a quering a view using a Group By on a column that can be null
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-
- 28 Nov, 2005 1 commit
-
-
knielsen@mysql.com authored
-
- 22 Nov, 2005 1 commit
-
-
lars@mysql.com authored
Changed wrong printf to fprintf.
-
- 20 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
Bad examples of usage of a string with its length fixed. The incorrect length in the trigger file configuration descriptor fixed (BUG#14090). A hook for unknown keys added to the parser to support old .TRG files.
-
- 19 Oct, 2005 1 commit
-
-
lars@mysql.com authored
Rename last_event_info to print_event_info to better reflect the new semantics
-
- 14 Oct, 2005 1 commit
-
-
monty@mysql.com authored
-
- 12 Oct, 2005 3 commits
-
-
guilhem@mysql.com authored
-
lars@mysql.com authored
-
guilhem@mysql.com authored
in short we now record whenever the slave I/O thread ignores a master's event because of its server id, and use this info in the slave SQL thread to advance Exec_master_log_pos. Because if we do not, this variable stays at the position of the last executed event, i.e. the last *non-ignored* executed one, which may not be the last of the master's binlog (and so the slave *looks* behind the master though it's data-wise it's not).
-
- 11 Oct, 2005 1 commit
-
-
monty@mysql.com authored
- CHAR() now returns binary string as default - CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR() - Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait() (Some old systems returns ETIME and it's safer to test for both values than to try to write a wrapper for each old system) - Fixed new introduced bug in NOT BETWEEN X and X - Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed - Use octet2hex() for all conversion of string to hex - Simplify and optimize code
-
- 06 Oct, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that ccache is also used for C programs mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter Fixed test cases by adding missing DROP's and rename views to be of type 'v#' Removed MY_UNIX_PATH from fn_format() Removed current_db_used from TABLE_LIST Removed usage of 'current_thd' in Item_splocal Removed some compiler warnings A bit faster longlong2str code
-
- 29 Sep, 2005 2 commits
-
-
lars@mysql.com authored
- Fixes related to Guilhems review - Special printing of event header
-
lars@mysql.com authored
-
- 01 Sep, 2005 1 commit
-
-
lars@mysql.com authored
-
- 30 Aug, 2005 1 commit
-
-
SergeyV@selena. authored
string while replicating LOAD DATA INFILE statement.
-
- 24 Aug, 2005 1 commit
-
-
lars@mysql.com authored
-
- 23 Aug, 2005 1 commit
-
-
lars@mysql.com authored
-
- 19 Aug, 2005 2 commits
-
-
elliot@mysql.com authored
-
lars@mysql.com authored
-
- 19 Jul, 2005 1 commit
-
-
monty@mishka.local authored
-
- 18 Jul, 2005 1 commit
-
-
elliot@mysql.com authored
-
- 05 Jul, 2005 1 commit
-
-
mats@mysql.com authored
this as a LOAD DATA ... REPLACE INTO .. statement.
-
- 01 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Jun, 2005 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 05 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 03 Jun, 2005 1 commit
-
-
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
-
- 02 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
- 26 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
Added some more ifdefs for "#pragma interface"
-
- 05 May, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible). Reason I don't propagate caller info to the binlog as planned is that on master and slave users may be different; even with that some caveats would remain.
-
- 30 Mar, 2005 1 commit
-
-
monty@mysql.com authored
Small fixes while doing review of new pushed code More test cases for decimal
-
- 29 Mar, 2005 1 commit
-
-
gbichot@production.mysql.com authored
making Q_CATALOG_CODE be understood by 5.0.4 slave, so that 5.0.3->5.0.4 repl can work (but 5.0.4->5.0.3 won't).
-
- 25 Mar, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
This saves one byte per Query_log_event on disk compared to 5.0.[0..3]. Compatibility problems with 5.0.x where x<4 are explained in the comments in log_event.cc. Putting back s/my_open(O_TRUNC)/(my_delete+my_create) change which had been wiped away by somebody doing a wrong 4.1->5.0 merge (which happened just before 5.0.3 :( ). Applying it to new events for LOAD DATA INFILE. If slave fails in Execute_load_query_log_event::exec_event(), don't delete the file (so that it's re-usable at next START SLAVE). And (youpi!) fix for BUG#3247 "a partially completed LOAD DATA INFILE is not executed at all on the slave" (storing an Execute_load_query_log_event to binlog, with its error code, instead of Delete_file_log_event).
-
- 21 Mar, 2005 3 commits
-
-
gbichot@production.mysql.com authored
of SET ONE_SHOT; storing tz info directly in event (if this info is needed), it's now allowed to have different global tz on master and slave.
-
lars@mysql.com authored
Renamed Table_filter to Rpl_filter Eliminated very annoying memory leak
-
konstantin@mysql.com authored
-
- 17 Mar, 2005 1 commit
-
-
gbichot@quadxeon.mysql.com authored
When we come to create these, they may already exist and it's necessary to delete these old, useless copies.
-
- 16 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
#ifdef USING_TRANSACTIONS ha_innodb.cc: comment rpl_drop_temp.test, rpl_drop_temp.result: cleanup
-