- 04 May, 2004 1 commit
-
-
guilhem@mysql.com authored
in hard-coded replication messages, always put small-length info (error codes, explanation of the error) at the beginning, so that it is not cut by truncation if the query is very long (which happens if the query goes first).
-
- 28 Apr, 2004 15 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port independency of the result file).
-
paul@kite-hub.kitebird.com authored
Correct typo, and fix up rest of sentence as well.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
(WL#794). This can be of interest in some recovery-from-backup scenarios, and also when you have two databases in one mysqld, having a certain similarity and you want one db to be updated when the other is (some sort of trigger). Plus small fix for BUG#3568 "MySQL server crashes when built --with-debug and CHANGE MASTER +MASTER_POS_WAIT"
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
antony@ltantony.dsl-verizon.net authored
into ltantony.dsl-verizon.net:/usr/home/antony/work/bug3481
-
antony@ltantony.dsl-verizon.net authored
CREATE statement allowed extra unnecessary commas
-
monty@mysql.com authored
Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix) Fixed that INTERVAL can handle big integers. (Bug #3498) Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/l/mysql-4.0
-
marko@hundin.mysql.fi authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
cleanup
-
serg@serg.mylan authored
-
monty@mysql.com authored
Ensure that raid_chunks is not set to higher than 255 as this could cause problems with DROP DATABASE. (Bug #3182)
-
- 27 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 24 Apr, 2004 2 commits
-
-
serg@sergbook.mylan authored
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@sergbook.mylan authored
-
- 21 Apr, 2004 1 commit
-
-
greg@mysql.com authored
-
- 13 Apr, 2004 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
In tables_ok(), when there is no table having "updating==TRUE" in the list, return that we don't replicate this statement (the slave is supposed to replicate *changes* only). In practice, the case can only happen for this statement: DELETE t FROM t,u WHERE ... ; tables_ok(t,u) will now return 0, which (check all_tables_not_ok()) will give a chance to tables_ok(t) to run.
-
- 12 Apr, 2004 1 commit
-
-
tim@sand.box authored
were never defined. This potentially caused problems when trying to link libmysqld with shared libraries.
-
- 09 Apr, 2004 4 commits
-
-
heikki@hundin.mysql.fi authored
Use only noninlined InnoDB functions in ha_innodb.cc
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3376
-
ram@gw.mysql.r18.ru authored
-
jani@rhols221.adsl.netsonic.fi authored
- Changed reading of config file so that one can use a separate config file for [mysqld_multi] also. In other words --config-file=file will read group [mysqld_multi] from this file, earlier it wouldn't have.
-
- 08 Apr, 2004 4 commits
-
-
guilhem@mysql.com authored
as we transform the 3.23 Load_log_event into a 4.0 Create_file_log_event which is one byte longer, we need to increment event_len. The bug was that we did not increment it, so later in code the end 0 was not seen so there was for example a segfault in strlen(fname) because fname was not 0-terminated. Other problems remain in 3.23->4.0 replication of LOAD DATA INFILE but they are less serious: Exec_master_log_pos and Relay_log_space are incorrect. I'll document them. They are not fixable without significant code changes (if you fix those problems in 4.0, you get assertion failures somewhere else etc), * which are already done in 5.0.0 *.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.0
-
marko@hundin.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Fix a glitch reported by Philippe Lewicki on the general mailing list: do not print a warning to the .err log if read_key fails with a lock wait timeout error 146
-
- 07 Apr, 2004 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
if you are printing LOAD DATA INFILE and its USE as comments, don't update 'last_db' (because you have not actually changed the db in the server).
-
marko@hundin.mysql.fi authored
-
- 06 Apr, 2004 6 commits
-
-
guilhem@mysql.com authored
Backport of a part of this changeset of 4.1: ChangeSet@1.1753.1.1, 2004-04-05 13:56:05+03:00, monty@mysql.com which fixes the bug.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
too big by 6 bytes. So I add code to substract 6 bytes if the master is 3.23. This is not perfect (because it won't work if the slave I/O thread has not noticed yet that the master is 3.23), but as long as the slave I/O thread starts Exec_master_log_pos will be ok. It must be merged to 4.1 but not to 5.0 (or it can be, because of #if MYSQL_VERSION_ID), because 5.0 already works if the master is 3.23 (and in a more natural way: in 5.0 we store the end_log_pos in the binlog and relay log). I had to move functions from slave.h to slave.cc to satisfy gcc.
-
marko@hundin.mysql.fi authored
instead of stdout or fixed-size memory buffers
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_3361/mysql-4.0
-