- 29 May, 2006 2 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.1-bug19815
-
ingo@mysql.com authored
The order of acquiring LOCK_mysql_create_db and wait_if_global_read_lock() was wrong. It could happen that a thread held LOCK_mysql_create_db while waiting for the global read lock to be released. The thread with the global read lock could try to administrate a database too. It would first try to lock LOCK_mysql_create_db and hang... The check if the current thread has the global read lock is done in wait_if_global_read_lock(), which could not be reached because of the hang in LOCK_mysql_create_db. Now I exchanged the order of acquiring LOCK_mysql_create_db and wait_if_global_read_lock(). This makes wait_if_global_read_lock() fail with an error message for the thread with the global read lock. No deadlock happens.
-
- 19 May, 2006 1 commit
-
-
svoj@april.(none) authored
The problem was that simple_parser was compiled as static plugin, which is intended to be linked into server, but not plugged. This patch makes simple_parser to be compiled as dynamic plugin by adding -DMYSQL_DYNAMIC_PLUGIN into CFLAGS.
-
- 18 May, 2006 2 commits
-
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.1
-
svoj@april.(none) authored
into april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.0
-
- 12 May, 2006 10 commits
-
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.1-bug19728_regex_win
-
aelkin@mysql.com authored
regex is fixed for windows.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
tnurnberg@mysql.com authored
into mysql.com:/home/mysql-5.1-19509.19509
-
- 11 May, 2006 18 commits
-
-
reggie@linux.site authored
-
tnurnberg@mysql.com authored
into mysql.com:/home/mysql-5.1-19509
-
reggie@linux.site authored
into linux.site:/home/reggie/work/mysql-5.1-test
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge6
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge6
-
reggie@big_geek. authored
into big_geek.:C:/Work/mysql/mysql-5.1-test
-
tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/51/a.bug6061
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge6
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge6
-
sergefp@mysql.com authored
-
reggie@big_geek. authored
performing a set of bk mv on each CMakeLists.txt file to try and restore the mixed case filenames since this seems to be required with Cmake 2.4 beta 1. This is being pushed to a private tree and tested before being sent to the mainline.
-
reggie@big_geek. authored
bringing handlerton-win.cc back after incorrectly deleteing it. It is not needed for 5.1 or later but is used by 5.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge5
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.1-merge5
-
jmiller@mysql.com authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
tnurnberg@mysql.com authored
into mysql.com:/home/mysql-5.1-19509
-
kroki@mysql.com authored
into mysql.com:/home/tomash/src/mysql_ab/mysql-5.1-merge
-
tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/51/a.bug6061
-
- 10 May, 2006 7 commits
-
-
jmiller@mysql.com authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
jmiller@mysql.com authored
Remove comments not needed
-
jmiller@mysql.com authored
Correct fix for test bug #19158
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-