guilhem@mysql.com
301a30cbdd
Follow-up of an IRC discussion today. Declaring ignore_log_space_limit volatile,
...
and a comment to explain why.
2003-10-01 18:40:27 +02:00
guilhem@mysql.com
8d083df3a8
A note that Valgrind does not give a good stacktrace when the problem
...
is involving an assembly function.
Testcase was BUG#1194
SELECT @a:=1; SELECT @a, @a:=1;
2003-09-30 00:08:12 +02:00
guilhem@mysql.com
7234ed2681
fix for a random test failure on hpux/ia64
...
(a missing synchronization in the test)
2003-09-29 22:56:31 +02:00
dlenev@mysql.com
573e5bffbf
Added resetting of replace_result patterns after --exec command in mysqltest (in order to be consistent with ordinary query execution).
2003-09-29 23:10:30 +04:00
lenz@mysql.com
9b8b92faff
- enable changing the number of table bits for JOINs to be increased
...
from ulong to ulonglong by defining -DBIG_JOINS
2003-09-29 12:01:10 +02:00
monty@narttu.mysql.fi
89f30200bc
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
...
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
2003-09-29 12:31:35 +03:00
guilhem@mysql.com
9d7014c07b
Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":
...
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.
2003-09-28 18:31:49 +02:00
guilhem@mysql.com
4a7b5b26e2
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-26 23:44:27 +02:00
guilhem@mysql.com
7dbbd82f13
Fix for 64-bit machines.
...
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).
2003-09-26 23:43:22 +02:00
lenz@mysql.com
3670c5c623
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-09-25 23:13:43 +02:00
lenz@mysql.com
e92c823c8d
- Improved portability of the sql-bench Perl scripts by replacing
...
the calls of external programs "uname" and "pwd" with Perl builtin
functions "cwd()" and "POSIX::uname()"
2003-09-25 23:12:24 +02:00
dlenev@mysql.com
94e9e04250
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-binlog
2003-09-25 20:05:39 +04:00
guilhem@mysql.com
e4c7496c14
a small comment about why we call end_io_cache in mysql_load
2003-09-25 00:24:06 +02:00
guilhem@mysql.com
c5242d2f46
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-25 00:15:47 +02:00
guilhem@mysql.com
9854acae25
Fix for BUG#1391:
...
"If LOAD DATA INFILE 'small_file' fails on master, slave leaves temp files"
(the bug is in the master)
2003-09-25 00:14:46 +02:00
dlenev@mysql.com
7795de8906
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bgrn
2003-09-25 01:25:54 +04:00
dlenev@mysql.com
7826fce264
Fixed BUG#1357 MySQL too eagerly cleanups temporary files for LOAD DATA (SQL_LOAD-...)
2003-09-25 01:25:19 +04:00
guilhem@mysql.com
7cda492416
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-24 22:55:57 +02:00
guilhem@mysql.com
b4171fe620
Fix for
...
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.
2003-09-24 22:55:04 +02:00
dlenev@mysql.com
977c7b2d65
Test for mysqlbinlog
...
Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec
event without seeing Create_file event before
2003-09-24 23:25:58 +04:00
ram@gw.mysql.r18.ru
eb48a103a7
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0
2003-09-24 16:47:00 +05:00
ram@gw.mysql.r18.ru
75e89e0af8
Added MYSQL_BINLOG variable.
2003-09-24 16:46:19 +05:00
monty@narttu.mysql.fi
f48ab6da1a
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-09-24 14:37:44 +03:00
monty@narttu.mysql.fi
6153b0073d
Correct fix for buffer overruns for compressed blobs.
...
(Bugs #770 , #1304 and maybe #1295 )
2003-09-24 14:33:23 +03:00
ram@gw.mysql.r18.ru
5e07599ebe
#1169 : Add --exec command to mysqltest
2003-09-24 16:13:47 +05:00
ram@gw.mysql.r18.ru
df59678b95
A fix. Please never use 'ulong' here!
2003-09-24 15:41:09 +05:00
monty@mishka.mysql.fi
b0ae222ea2
Merge script with 4.1
2003-09-24 09:08:33 +03:00
monty@narttu.mysql.fi
45a41e85e3
Code cleanup of new patches
2003-09-23 17:06:44 +03:00
monty@narttu.mysql.fi
5f164e2f70
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-09-23 13:36:25 +03:00
monty@narttu.mysql.fi
f05a1c8394
Block SIGPIPE also for not threaded client programs.
...
Added --include and --libs_r options to mysql_config.
Added mysql_get_client_version() to client library
Fixed some minor benchmark issues
2003-09-23 13:36:01 +03:00
dlenev@mysql.com
ef8cd36168
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-opssl
2003-09-20 23:13:31 +04:00
guilhem@mysql.com
f162eca688
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2003-09-19 19:08:43 +02:00
guilhem@mysql.com
118670017f
removing my chmods so that the test can be run on non-Unix platforms
...
(kind request from the Novell team).
Note that old chmods in rpl_rotate_logs remain.
2003-09-19 19:07:41 +02:00
dlenev@mysql.com
b038a7c4dd
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bg-1340
2003-09-19 20:34:59 +04:00
dlenev@mysql.com
c4384241ec
Bugfix for bug #1340 , style fix before push
2003-09-19 20:34:58 +04:00
lenz@mysql.com
40cabaa773
- fixed several typos ("uppdate"->"update" and "tryed"->"tried")
2003-09-19 18:34:57 +02:00
dlenev@mysql.com
3c55dbe3db
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bg-1340
2003-09-19 20:34:57 +04:00
vva@eagle.mysql.r18.ru
d623fc83b1
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1073/mysql-4.0
2003-09-19 12:34:56 -04:00
dlenev@mysql.com
69aed374a5
Fix for bug #1340 (More careful checks if we met proper Create_file_log_event before Append or Exec event we are processing now)
2003-09-19 16:43:56 +04:00
lenz@mysql.com
caf23b6999
- force the removal of /var/lock/subsys/mysql on MySQL shutdown
2003-09-17 22:41:01 +02:00
jani@rhols221.adsl.netsonic.fi
33250a01ba
Fixed Bug#1291, client displays wrong prompt when in the middle of
...
backticks.
2003-09-17 21:41:36 +03:00
jani@rhols221.adsl.netsonic.fi
adce64f57e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
2003-09-17 21:09:41 +03:00
jani@rhols221.adsl.netsonic.fi
6b2cf69dca
Fixed a bug in default.c, which caused quoted arguments not
...
being read correctly from my.cnf.
2003-09-17 21:08:40 +03:00
kostja@oak.local
6fba16eabf
Applied Monty corrections to the FULL SCAN
...
optimiser bug patch.
2003-09-17 21:52:05 +04:00
kostja@oak.local
f13d9312a7
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into oak.local:/home/kostja/mysql/mysql-4.0-root
2003-09-17 14:01:18 +04:00
kostja@oak.local
048245ae9d
fixed test result to be in sync with the optimiser
2003-09-17 14:00:43 +04:00
monty@narttu.mysql.fi
88faa2ab95
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-09-17 12:23:15 +03:00
lenz@mysql.com
6c41860d9f
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-09-16 22:10:19 +02:00
kostja@oak.local
a68800954c
Merge oak.local:/home/kostja/mysql/mysql-4.0-root
...
into oak.local:/home/kostja/mysql/mysql-4.0-rightnow
2003-09-16 21:26:26 +04:00
kostja@oak.local
de3019c61a
comment made more explanatory
2003-09-16 21:20:16 +04:00