- 19 Nov, 2003 1 commit
-
-
lenz@mysql.com authored
setting LIBS to include @openss_libs@ (BUG#1652)
-
- 18 Nov, 2003 2 commits
-
-
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 5 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-3.23
-
monty@mashka.mysql.fi authored
-
- 15 Nov, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 12 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 05 Nov, 2003 1 commit
-
-
salle@vafla.online.bg authored
Thanks to Daniel Convissor
-
- 04 Nov, 2003 5 commits
-
-
walrus@mysql.com authored
into mysql.com:/home/walrus/bk/40
-
walrus@mysql.com authored
Stop line wraping for compiler warnings. It needs for warnings statistic in code coverage
-
walrus@mysql.com authored
Stop the line wrapping for warnings. it needs for warnings statistic in code coverage
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-root
-
konstantin@mysql.com authored
-
- 03 Nov, 2003 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
fixed a bug in boolean fts where a word queue was created based on min_word_len, while with trunc* operator one could get shorter words
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1724
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
rli->save_temporary_tables and slave_open_temp_tables (in old 4.0 you could make "SHOW STATUS LIKE 'slave_open_temp_tables'" grow indefinitely by doing RESET SLAVE and replicating always the same CREATE TEMPORARY TABLE). It's critical to reset save_temporary_tables to 0 (otherwise you may later read memory which has been freed) so this changeset should go into 4.1.
-
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 1 commit
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-