- 04 Dec, 2003 11 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1790
-
greg@mysql.com authored
into mysql.com:/bk/mysql-4.0
-
greg@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
move bdb/innodb tests to right places
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-tsbug
-
dlenev@mysql.com authored
if we failed to classify integer as datetime in Field_datetime::store(). Stylistic clean-ups.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
The problem was that when the slave SQL thread reads a hot relay log (hot = the one being written to by the slave I/O thread), it must have the LOCK_log. It already took it for read_log_event(), but needs it also for check_binlog_magic(). This should fix all recently reported failures of the rpl_max_relay_size test in 4.1 and 5.0 (though the bug exists since 4.0, it showed up first in 5.0).
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.bugfssl
-
gluh@gluh.mysql.r18.ru authored
-
- 03 Dec, 2003 3 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.0
-
sergefp@mysql.com authored
-
lenz@mysql.com authored
"$1: unbound variable" error when no option was given
-
- 02 Dec, 2003 8 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.0
-
sergefp@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-tsbg
-
dlenev@mysql.com authored
about it". Now numbers representing illegal timestamps are converted to 0 value if they are stored as timestamp or datetime. This behaviour is consistent with manual and with behaviour of string -> timestamp conversion.
-
konstantin@mysql.com authored
SQL_BIG_RESULT used': - BIT_AND now returns BIGINT UNSIGNED - in case there were no matching rows BIT_AND returns 18446744073709551615 (but not NULL), BIT_OR returns 0 (but not NULL). That's how Monty wants it and how is described in our docs.
-
guilhem@mysql.com authored
instead of Log_event::Log_event(THD*, ...) when the event is built in the master to be written in the binlog. Rand_log_event already used the good constructor, so there really is no reason for Intvar_log_event to be an exception. This fixes a test failure of last night (which appeared after I removed a useless e.server_id=thd->server_id in log.cc; in fact this line was not useless because it hid the bad constructor). Replication tests pass, with Valgrind too.
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1790
-
- 01 Dec, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
which does e.server_id=thd.server_id.
-
- 28 Nov, 2003 7 commits
-
-
monty@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
It happens that mysql->client_next->client_next=mysql and mysql_close() goes into infinite loop. Results vary from simple sigsegv (FreeBSD), to hard system lockup (Linux) :)
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 27 Nov, 2003 3 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-root
-
konstantin@mysql.com authored
options.rpl_probe} as they are zero-initialized in spawn_init()
-
konstantin@mysql.com authored
no need to set rpl_parse, rpl_probe and rpl_pivot to zero as whole mysql structure is bzeroed in mysql_init(0) few lines before
-
- 26 Nov, 2003 2 commits
-
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
This makes it possible to check origin of binary from the output of 'show variables'
-
- 25 Nov, 2003 3 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
after it was removed from manual.texi (where it was automatically generated from).
-
- 24 Nov, 2003 1 commit
-
-
lenz@mysql.com authored
confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
-