- 20 Feb, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
kent@mysql.com authored
Reintroduced a max build Limited testing of 'debug' and 'max' servers Berkeley DB only in 'max'
-
- 19 Feb, 2006 7 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
kent@mysql.com authored
Added --restart-cleanup option drop-on-restart.inc: DROP commands to cleanup on restart new file mysqltest.c: Added option --include=<sql-file>
-
kent@mysql.com authored
-
kent@mysql.com authored
-
brian@zim.tangent.org authored
We had a number of tests where there were no bugs related to disabling of tests, bugs were fixed, or no clear discription or plan.
-
brian@zim.tangent.org authored
into zim.tangent.org:/home/brian/mysql/dep-5.1
-
brian@zim.tangent.org authored
Fixed some threading issues that Guilhem found (and its what I get for copy and pasting from elsewhere without thinking about it). Added depracted messages to BACKUP, RESTORE, and LOAD TABLE FROM MASTER (which doesn't work well).
-
- 18 Feb, 2006 15 commits
-
-
guilhem@mysql.com authored
"mysqldump" test fails (mysqlimport related, Brian aware), ndb_cache2 ndb_cache_multi2 partition_mgm_err fail (unrelated to my changes), rpl_row_view01 (known crash BUG#17265)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.1-new
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.1-new; will fix manually sp_head.cc and mysqld.cc later soon.
-
guilhem@mysql.com authored
Fix for BUG#13897 "failure to do SET SQL_MODE=N where N is a number > 31" (the original bug's title isn't the simplest symptom). sys_var::check_set() was wrong. mysqlbinlog makes use of such SET SQL_MODE=N (where N is interpreted like if SQL_MODE was a field of type SET), so this bug affected recovery from binlogs if the server was running with certain SQL_MODE values, for example the default values on Windows (STRICT_TRANS_TABLES); to work around this bug people had to edit mysqlbinlog's output.
-
guilhem@mysql.com authored
if the function, invoked in a non-binlogged caller (e.g. SELECT, DO), failed half-way on the master, slave would stop and complain that error code between him and master mismatch. To solve this, when a stored function is invoked in a non-binlogged caller (e.g. SELECT, DO), we binlog the function call as SELECT instead of as DO (see revision comment of sp_head.cc for more). And: minor wording change in the help text. This cset will cause conflicts in 5.1, I'll merge.
-
guilhem@mysql.com authored
Fix for BUG#16559 "Replication Problems with Non transactional tables inside an interrupted trans.": problem was: when a connection disconnects having an open transaction affecting MyISAM and InnoDB, the ROLLBACK event stored in the binary log contained a non-zero error code (1053 because of the disconnection), so when slave applied the transaction, slave complained that its ROLLBACK succeeded (error_code=0) while master's had 1053, so slave stopped. But internally generated binlog events such as this ROLLBACK should always have 0 as error code, as is true in 4.1 and was accidentally broken in 5.0, so that there is no false alarm.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-debug
-
kent@mysql.com authored
Handle case where there is no snprintf() libmysql.vcproj, mysqlclient.vcproj: Added __WIN__ symbol, needed when compiling dbug.c dbug.vcproj: Changed __WIN32__ to __WIN__ dbug.c: Added Windows specific code to handle TIMESTAMP_ON log line format make_win_src_distribution.sh: Copy plugin directory recursively dbug.vcproj: Define __WIN__ for all targets
-
kent@mysql.com authored
Add an extra -lpthread before first -lc, to solve link problems when statically linking with glibc 2.2.5 make_win_src_distribution.sh: Added copying of the include/mysql directory
-
petr@mysql.com authored
-
brian@zim.tangent.org authored
into zim.tangent.org:/home/brian/mysql/dep-5.1
-
brian@zim.tangent.org authored
-
- 17 Feb, 2006 15 commits
-
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
-
jimw@mysql.com authored
-
kent@mysql.com authored
Set the ndbcluster slave port (bug#16780) disabled.def: Disabled 'mysqldump' until bug 17443 is closed
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
elliot@mysql.com authored
corrected by Ingo when pushing WL#1563
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
-
kent@mysql.com authored
Changed default server to include all engines except BDB
-
jimw@mysql.com authored
-
msvensson@neptunus.(none) authored
- Disable --use-threads option in 5.1.7
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-