- 13 Aug, 2004 3 commits
-
-
lenz@mysql.com authored
-
guilhem@mysql.com authored
Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT: this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to 10.3.5) and is expected to fix BUG#2030 "relay bin log on slave resets multiple times a second" (i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT). So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals. Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once, where using SSL seems to make the problem more frequent...
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
- 12 Aug, 2004 15 commits
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_4358/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_4358/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_4973/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_4973/mysql-4.0
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
- resorting to having to separate sections for darwin7 and darwin8
-
vva@eagle.mysql.r18.ru authored
from the select list and TEXT field make setup_copy_fields to insert Item_copy_string for blobs in the beginning of the copy_funcs (push_back instead of push_front) the thing is that Item_copy_string::copy for function can call Item_copy_string::val_int for blob via Item_ref. But if Item_copy_string::copy for blob isn't called before, it's value will be wrong. So all the Item_copy_string::copy for blobs should be called before Item_copy_string::copy for functions.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b4898
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
- 11 Aug, 2004 9 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug4411
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Fix for server hang bug
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
- Changed the default log file name to Bootstrap-<repository>.log (e.g. Bootstrap-mysql-4.0.log) (thanks to Joerg for the hint) - added option "--archive-log" to automatically move the log file into the Log directory of the exported tree
-
vva@eagle.mysql.r18.ru authored
-
lenz@mysql.com authored
format() around them (as suggested by serg)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
- 10 Aug, 2004 7 commits
-
-
lenz@mysql.com authored
applications against the the embedded server libmysqld.a) (BUG#4921)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
marko@hundin.mysql.fi authored
os_file_create_tmpfile(): display errno in case of failure
-
marko@hundin.mysql.fi authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
- 09 Aug, 2004 4 commits
-
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.0-bg4491
-
lenz@mysql.com authored
a note to the RPM ChangeLog about it
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-4000
-
ingo@mysql.com authored
Solved performance problems by enabling write buffer.
-
- 06 Aug, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
InnoDB: Implement tmpfile() differently on Windows (Bug #3998)
-
dlenev@brandersnatch.localdomain authored
We should allow 19 as length of newly created TIMESTAMP fields.
-