- 27 Sep, 2003 1 commit
-
-
guilhem@mysql.com authored
The 4.0 changeset was: ChangeSet@1.1579.3.1, 2003-09-26 23:43:22+02:00, guilhem@mysql.com Fix for 64-bit machines. I am almost sure this is the cause for BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries? BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris) The reason why I think it's wrong is that the normal client code has uint32 ip_addr. (of course on 32-bit machines it does not matter, but on 64-bit it does).
-
- 12 Sep, 2003 1 commit
-
-
guilhem@mysql.com authored
DO NOT COPY THIS CODE TO 4.0. The bugfix is better in 4.0, but here in 3.23 we don't want to add a new error code so we just use ER_EMPTY_QUERY. Bug was: "If a query was ignored on the slave (because of @code{replicate-ignore-table} and other similar rules), the slave still checked if the query got the same error code (0, no error) as on the master. So if the master had an error on the query (for example, ``Duplicate entry'' in a multiple-row insert), then the slave stopped and warned that the error codes didn't match. (Bug #797)"
-
- 11 Sep, 2003 1 commit
-
-
lenz@mysql.com authored
to be able to compile on HP-UX 10.20 (which does not have in_add_t).
-
- 03 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 02 Sep, 2003 2 commits
-
-
serg@serg.mylan authored
proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)
-
serg@serg.mylan authored
-
- 28 Aug, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-3.23
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
- 21 Aug, 2003 3 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql
-
serg@serg.mylan authored
-
- 18 Aug, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-3.23
-
guilhem@mysql.com authored
That's to make resolveip work on our FreeBSD-5.0/Sparc64 build host.
-
- 12 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 07 Aug, 2003 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql
-
serg@serg.mylan authored
-
- 06 Aug, 2003 1 commit
-
-
miguel@hegel.local authored
-
- 04 Aug, 2003 1 commit
-
-
miguel@hegel.local authored
-
- 03 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 01 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
the bug with 3.23. ChangeSet@1.1416.113.1, 2003-03-22 15:22:59+01:00, guilhem@mysql.com Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave Now it does not SEGV, but USER() is still badly replicated (it is replicated to ""), which is a lower priority bug.
-
- 28 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 19 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 01 Jul, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Backport from 4.0 of the btr0sea.c latch hang fix
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-3.23
-
- 29 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
was used with NULL value on NOT NULL column. (Bug #479)
-
- 26 Jun, 2003 2 commits
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_479_/mysql-3.23
-
vva@eagle.mysql.r18.ru authored
-
- 21 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
repository (incredible that I forgot to push, but why not). So unfortunately the bugfix missed 3.23.57 and will be in .58 :( Instead of looking like working (bug #198), replication between a 3.23 slave and 4.0 master should frankly stop. Here we detect 4.0 masters in the 3.23 slave code when we see a strange Rotate event, and in that case we print an error and stop. 4.0.13 and older masters will be "often" caught (see the patch); 4.0.14 and newer masters will always be immediately caught.
-
- 19 Jun, 2003 2 commits
-
-
miguel@hegel.(none) authored
-
greg@gcw.ath.cx authored
-
- 18 Jun, 2003 3 commits
-
-
miguel@hegel.(none) authored
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql
-
heikki@hundin.mysql.fi authored
Backport the clust rec bug fix from 4.0
-
- 16 Jun, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-3.23
-
guilhem@mysql.com authored
as the already-stored timestamp. Now 'created' is used only to know if this is a first binlog or not. And we may re-use the superfluous bytes in 5.0 when we need room.
-
- 11 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption
-
- 08 Jun, 2003 1 commit
-
-
miguel@sartre.local authored
-
- 07 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported
-
- 06 Jun, 2003 1 commit
-
-
guilhem@mysql.com authored
Otherwise, we'll get questions from users about this curious 1970.
-