- 31 May, 2005 4 commits
-
-
ingo@mysql.com authored
After merge fix.
-
ingo@mysql.com authored
Hand merged from 4.0.
-
ingo@mysql.com authored
1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
-
ramil@mysql.com authored
-
- 30 May, 2005 2 commits
-
-
igor@rurik.mysql.com authored
Post-review modifications for the fix of bug #7894.
-
igor@rurik.mysql.com authored
Added test cases for bug #7894. sql_select.cc: Fixed bug #7894: GROUP BY queries with ROLLUP returned wrong results for expressions containing group by columns. The fix ensured correct results by replacement of all occurrences of group by fields in non-aggregate expressions for corresponding ref objects and preventing creation of fields in temporary tables for expression containing group by fields.
-
- 27 May, 2005 3 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 26 May, 2005 11 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
marko@hundin.mysql.fi authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
Added some more ifdefs for "#pragma interface"
-
- 25 May, 2005 7 commits
-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken. (bug#10674, bug#10681)
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Faster detection of wrong table names (like PRN) on windows
-
msvensson@neptunus.(none) authored
-
stewart@mysql.com authored
-
stewart@mysql.com authored
-
- 24 May, 2005 12 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/41test2
-
reggie@mdk10.(none) authored
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p3-bug7241.5
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
Only acquire necessary write lock for multi-delete
-
- 23 May, 2005 1 commit
-
-
lars@mysql.com authored
-