- 19 Jun, 2006 5 commits
-
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/TEAM/BARE/mysql-5.1-new-rpl
-
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.
-
lars@dl145j.mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
mats@mysql.com authored
-
evgen@moonbone.local authored
Fixed failing test case field.cc, item_cmpfunc.cc, select.result: After merge fix
-
- 18 Jun, 2006 1 commit
-
-
evgen@moonbone.local authored
-
- 17 Jun, 2006 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
-
serg@serg.mylan authored
my_atomic_XX_t -> intXX, no implicit locking anymore simplified framework, support for requested cleanups
-
pekka@clam.ndb.mysql.com authored
-
pekka@clam.ndb.mysql.com authored
into clam.ndb.mysql.com:/space/pekka/ndb/version/my51-bug19285
-
pekka@clam.ndb.mysql.com authored
-
pekka@clam.ndb.mysql.com authored
into clam.ndb.mysql.com:/space/pekka/ndb/version/my51-bug19285
-
- 16 Jun, 2006 28 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/tmp_merge-5.0-opt-mysql
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
After merge fix
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
into moonbone.local:/work/tmp_merge-5.0-opt-mysql
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
Fix for bug#16716 for --ps-protocol mode. item_cmpfunc.cc: Fix for a memory allocation/freeing problem in agg_cmp_type() after fix for bug#16377. Few language corrections.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/m51
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/m51
-
petr@outpost.site authored
into mysql.com:/home/cps/mysql/devel/5.1-csv-remove-mmap
-
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1-fix
-
-
serg@serg.mylan authored
-
elliot@lost.local authored
into mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.1
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/main
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/main
-
serg@serg.mylan authored
fix Field::store(double) being used instead of store(longlong) NB: overloading functions is evil
-
mats@mysql.com authored
-
ramil@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/main
-
mats@mysql.com authored
into mysql.com:/home/bk/fix-mysql-5.1-new
-
mskold@mysql.com authored
into mysql.com:/home/marty/MySQL/mysql-5.1
-
igor@rurik.mysql.com authored
-
elliot@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0-opt
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0-opt
-
lars@mysql.com authored
-