- 03 Nov, 2003 1 commit
-
-
konstantin@mysql.com authored
has changed since 4.0.14' We need to calculate cost of RANGE scan if it is present instead of cost of FULL scan.
-
- 02 Nov, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
-
- 31 Oct, 2003 3 commits
-
-
guilhem@mysql.com authored
- when we don't have in_addr_t, use uint32. - a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was "we needn't init it there", but there was one case where we needed...). - made slave_proxy_id always meaningful in THD and Log_event, so we can rely more on it (no need to test if it's meaningful). THD::slave_proxy_id is equal to THD::thread_id except for the slave SQL thread. - clean up the slave's temporary table (i.e. free their memory) when slave server shuts down.
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
of lock scope
-
- 30 Oct, 2003 6 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-root
-
konstantin@mysql.com authored
thd->proc_info added
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
mysql-test-run --manager --valgrind (without this fix, the manager fails to start mysqld and the tests hang).
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-root
-
konstantin@mysql.com authored
-
- 29 Oct, 2003 5 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Don't add service name to read config file segments if it's "MySQL" Fixed possible memory leak when CHANGE USER failed.
-
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.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 28 Oct, 2003 3 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
mysql --install mysql --defualts-file=path-to-file (Bug #1643)
-
heikki@hundin.mysql.fi authored
If innodb_force_recovery >= 5, do not try to fetch an old version of a clustered index record: this reduces crashes when dumping tables from a corrupt database
-
- 27 Oct, 2003 2 commits
-
-
serg@serg.mylan authored
max_user_connections is not set - that is no limit - so that when max_user_connections is set (with SET) old connections are also taken into account mutexes are added where appropriate
-
serg@serg.mylan authored
-
- 25 Oct, 2003 4 commits
-
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1348/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
-
- 24 Oct, 2003 3 commits
-
-
vva@eagle.mysql.r18.ru authored
(fixed bug #1348)
-
vva@eagle.mysql.r18.ru authored
changing root password on all hosts (bug 1228)
-
monty@narttu.mysql.fi authored
-
- 23 Oct, 2003 4 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.0
-
pem@mysql.com authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
- 22 Oct, 2003 5 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
in MySQL server...
-
jani@rhols221.adsl.netsonic.fi authored
to cause program to abort. Such table name could have been one with a semicolon (:) in the middle.
-
jani@rhols221.adsl.netsonic.fi authored
directory owner ship was not honored.
-
jani@rhols221.adsl.netsonic.fi authored
using regexp with tablenames together with databasenames.
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.pass
-
- 21 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-