- 21 Jun, 2006 12 commits
-
-
lars@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
lars@dl145j.mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
-
mskold@linux.site authored
into mysql.com:/home/marty/MySQL/mysql-5.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
mskold@linux.site authored
into mysql.com:/home/marty/MySQL/mysql-5.1
-
mskold@mysql.com authored
-
anozdrin@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/home/marty/MySQL/mysql-5.1
-
mskold@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
- 20 Jun, 2006 17 commits
-
-
anozdrin@mysql.com authored
-
anozdrin@mysql.com authored
-
anozdrin@booka.site authored
into mysql.com:/home/alik/MySQL/devel/5.1-merged
-
evgen@moonbone.local authored
Corrected test case result
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
evgen@moonbone.local authored
into moonbone.local:/work/tmp_merge-5.1-opt-mysql
-
evgen@moonbone.local authored
Fixed failing test case
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.1-merged
-
tomas@poseidon.ndb.mysql.com authored
- add error message
-
svoj@may.pils.ru authored
into may.pils.ru:/home/svoj/devel/mysql/BUG18036/mysql-5.1
-
kent@mysql.com authored
Removed reference to missing "tools" directory mysql.spec.sh: Changed flag --with-yassl => --with-ssl Reverted accidental removal of the "make" call :-) Configure --with-embedded-server Corrected path to "libtool" command Corrected path to "libmysqld.a" Removed references to "safe_mysqld"
-
kent@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/main
-
stewart@mysql.com authored
-
stewart@mysql.com authored
-
- 19 Jun, 2006 11 commits
-
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
-
anozdrin@booka.site authored
into mysql.com:/home/alik/MySQL/devel/5.1-rt
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
evgen@sunlight.local authored
into sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/TEAM/BARE/mysql-5.1-new-rpl
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
aelkin@mysql.com authored
The bug was found in rpl_stm_000001 testing. In essence the following happens SLAVE thread receives what happens start init THD and its temp_table (tt0) stop storing tt0 pointer to rli->save... start restoring temp_tables - new pointer tt1 executing regular binlog event DROP temp_table at the end of which tt1-refered list must be empty (slave_open_temp_tables == 0) but the pointer refers to tt0 location! shutdown end_slave calls cleaning of temp_tables and crashes. The reason of the crash is that tt1 values is not zero upon DROPing the single temp table. This is due to alg of removing links from temp_tables list which "adapted" 5.0 code but w/o accounting that thd->temporary_tables in slave thread in prone to freeing. Upon freeing there is no more original '0' value available to denote empty list. temporary_tables must not refer to any "external" location, one of which thd->temporary_tables represents (since belong to THD instance). The fix done in sql_base.cc for two functions, look at there for details.
-
epotemkin@sunlight.local authored
into sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
-
evgen@moonbone.local authored
Fixed failing test case
-
svoj@may.pils.ru authored
into may.pils.ru:/home/svoj/devel/mysql/BUG18036/mysql-5.1
-