- 04 Dec, 2003 1 commit
-
-
dlenev@mysql.com authored
if we failed to classify integer as datetime in Field_datetime::store(). Stylistic clean-ups.
-
- 02 Dec, 2003 2 commits
-
-
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.
-
- 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 3 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().
-
- 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
-
- 19 Nov, 2003 3 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
minor fixups: more verbose on "no memory" errors - report requested size, avoid flushing rec buffer to a file that is closed and deleted already (on got_error=1)
-
lenz@mysql.com authored
setting LIBS to include @openss_libs@ (BUG#1652)
-
- 18 Nov, 2003 3 commits
-
-
serg@serg.mylan authored
more user variable tests
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
"CHANGE MASTER makes SQL thread restart from coordinates of I/O thread". So, in CHANGE MASTER: when it seems reasonable that the user did not want to discontinue its replication (i.e. when he is not specifying host or port or master_log_file or master_log_pos; this will be documented), set the coordinates of the I/O thread to those of the SQL thread. This way, the SQL thread will see no discontinuity in the relay log (i.e. will skip no events), because the I/O thread will fill the brand new relay log with the events which are just after the position where the SQL thread had stopped (before CHANGE MASTER was issued). And a new test for this bug.
-
- 17 Nov, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-