- 04 Dec, 2003 2 commits
-
-
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 6 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.
-
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.
-
- 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 4 commits
-
-
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)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
jani@rhols221.adsl.netsonic.fi authored
did not call get_one_option().
-
gluh@gluh.mysql.r18.ru authored
-
- 23 Nov, 2003 1 commit
-
-
monty@mysql.com authored
-
- 21 Nov, 2003 1 commit
-
-
lenz@mysql.com authored
as it is not really required. (BUG 1610) Thanks to Scott Harrison for the suggestion.
-
- 20 Nov, 2003 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
monty@mysql.com authored
The right way to fix this is to change the Field::store(longlong) method to be Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0
-
serg@serg.mylan authored
-
serg@sergbook.mylan authored
-
konstantin@mysql.com authored
-