- 06 Oct, 2003 5 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
ram@gw.mysql.r18.ru authored
-
heikki@hundin.mysql.fi authored
Remove unintentional changes in previous push
-
heikki@hundin.mysql.fi authored
Fix bug: if one used the rename trick of ibman section 15.1 to recover a temp table, InnoDB asserted because it tried to lock the data dictionary twice
-
- 04 Oct, 2003 2 commits
-
-
paul@ice.snake.net authored
into ice.snake.net:/Users/paul/mysql-4.0
-
paul@ice.snake.net authored
-
- 03 Oct, 2003 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Rotate_log_event::exec_event() believed that the relay log was corrupted. Fixed it by moving the test for corruption to Start_log_event::exec_event(). Changed Rotate_log_event::exec_event() to not increment positions when the event is seen in the middle of a transaction. I did a separate commit in 4.1 (so this should not be merged to 4.0) because code is a bit different in 4.1. A test to see if the slave detects when the master died while writing a transaction to the binlog (uses a forged truncated binlog I made).
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
-
paul@ice.snake.net authored
-
- 02 Oct, 2003 3 commits
-
-
monty@mishka.mysql.fi authored
into mishka.mysql.fi:/home/my/mysql-4.0
-
monty@mishka.mysql.fi authored
Use forced close of socket to make mysqld shutdown faster when used under valgrind
-
guilhem@mysql.com authored
-
- 01 Oct, 2003 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
and a comment to explain why.
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1194/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
::native_val, ::native_val_int and native_val_str into inline
-
greg@mysql.com authored
-
- 30 Sep, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
with less code duplication
-
- 29 Sep, 2003 5 commits
-
-
guilhem@mysql.com authored
is involving an assembly function. Testcase was BUG#1194 SELECT @A:=1; SELECT @A, @A:=1;
-
guilhem@mysql.com authored
(a missing synchronization in the test)
-
dlenev@mysql.com authored
Added resetting of replace_result patterns after --exec command in mysqltest (in order to be consistent with ordinary query execution).
-
lenz@mysql.com authored
from ulong to ulonglong by defining -DBIG_JOINS
-
monty@narttu.mysql.fi authored
Add quoting for use `database` for mysqlbinlog Removed test ins0000001 Add support for --replace for exec in mysqltest Don't refer to install dir in mysqlbinlog.result
-
- 28 Sep, 2003 1 commit
-
-
guilhem@mysql.com authored
it's just backquoting the db's and table's names when writing DROP TEMPORARY TABLE to the binlog when a connection ends. A testcase for this.
-
- 26 Sep, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
I am almost sure this is the cause for BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries? BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris) The reason why I think it's wrong is that the normal client code has uint32 ip_addr. (of course on 32-bit machines it does not matter, but on 64-bit it does).
-
- 25 Sep, 2003 3 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
the calls of external programs "uname" and "pwd" with Perl builtin functions "cwd()" and "POSIX::uname()"
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-binlog
-
- 24 Sep, 2003 9 commits
-
-
vva@eagle.mysql.r18.ru authored
(changes in Item_func_set_user_var::update, ::val, ::val_str, ::val_int)
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
"If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files" (the bug is in the master)
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bgrn
-
dlenev@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Bug #1392 "On Win, slave leaves one temp file after successf. replicating LOAD DATA INFILE" Windows-specific bug (we forgot to close a file before deleting it). Patch written by me, tested by Miguel (thanks!) and it works.
-
dlenev@mysql.com authored
Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec event without seeing Create_file event before
-