- 30 Oct, 2003 1 commit
-
-
guilhem@mysql.com authored
mysql-test-run --manager --valgrind (without this fix, the manager fails to start mysqld and the tests hang).
-
- 29 Oct, 2003 1 commit
-
-
guilhem@mysql.com authored
"If 2 master threads with same-name temp table, slave makes bad binlog" and (two birds with one stone) for BUG#1240 "slave of slave breaks when STOP SLAVE was issud on parent slave and temp tables". Here is the design change: in a slave running with --log-slave-updates, events are now logged with the thread id they had on the master. So no more id conflicts between master threads, but introduces id conflicts between one master thread and one normal client thread connected to the slave. This is solved by storing the server id in the temp table's name. New test which requires mysql-test-run to be run with --manager, otherwise it will be skipped. Undoing a Monty's change (hum, a chill runs down my spine ;) which was "Cleanup temporary tables when slave ends" in ChangeSet 1.1572.1.1.
-
- 21 Oct, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
** I already fixed it in 3.23; I fix it in 4.0 separately because the code is a bit different (so the changeset 1.1422 of 3.23 should not be merged here) ** Make mysqlbinlog prompt for the password if mysqlbinlog -p instead of printing the usage(). This makes mysqlbinlog behave like other clients. This new code was almost copied from mysqldump. Note that before, one could use mysqlbinlog -p pass and now one must use mysqlbinlog -ppass (putting a space will ask for the password).
-
- 19 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
-
heikki@hundin.mysql.fi authored
Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
-
- 17 Oct, 2003 5 commits
-
-
heikki@hundin.mysql.fi authored
Backport from 4.1: reduce InnoDB memory consumption if buf pool < 8 MB
-
kostja@oak.local authored
into oak.local:/home/kostja/mysql/mysql-4.0-1274
-
guilhem@mysql.com authored
to enable SHOW SLAVE STATUS again.
-
guilhem@mysql.com authored
-
lenz@mysql.com authored
-
- 16 Oct, 2003 8 commits
-
-
guilhem@mysql.com authored
while the slave is connected.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
and Tru64 when running "mysql_install_db"
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_crash-4.0
-
monty@mashka.mysql.fi authored
Portability fix (For Mac OS X)
-
kostja@oak.local authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
- 15 Oct, 2003 7 commits
-
-
greg@mysql.com authored
NetWare platform, so changes are visible in the tree but cannot affect other platforms.
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
Fixed chsize() problem on windows Extend default timeout on windows clients to 1 year (to avoid timeout problems)
-
serg@serg.mylan authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
- 14 Oct, 2003 3 commits
-
-
paul@teton.kitebird.com authored
existed, causing problems on non-case-sensitive OSes. Deleted conflicting file.
-
monty@mashka.mysql.fi authored
-
serg@serg.mylan authored
make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and Select_priv is granted on the table level.
-
- 13 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
- 11 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size Add more checks for "out of memory" detection in range optimization
-
- 10 Oct, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.0
-
- 09 Oct, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
a Format_description_log_event (or maybe it will be named Description_log_event) which is not recognized by 4.0, so a 4.0 can't be a slave of 5.0. We detect it early to produce a helpful message instead of "corrupted relay log" later.
-
- 08 Oct, 2003 5 commits
-
-
vva@eagle.mysql.r18.ru authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
monty@narttu.mysql.fi authored
Changed --remote to --read-from-remote-server (mysqlbinlog)
-
- 07 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-