- 01 Jun, 2005 10 commits
-
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard spec file)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 31 May, 2005 8 commits
-
-
ingo@mysql.com authored
-
ingo@mysql.com authored
After merge fix.
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p4-bug10413.2
-
ingo@mysql.com authored
Hand merged from 4.0.
-
acurtis@xiphis.org authored
Stop ignoring name parts and check for validity
-
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.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
ramil@mysql.com authored
-
- 30 May, 2005 3 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
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 5 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 26 May, 2005 14 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
jimw@mysql.com authored
-
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"
-
lenz@mysql.com authored
-
jimw@mysql.com authored
engines when lower_case_table_names == 2, as it did previously for InnoDB and MEMORY. (Bug #9660)
-