- 03 Jun, 2005 3 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
hartmut@mysql.com authored
BUG#10696
-
bar@mysql.com authored
adding test field.cc: bug#10714 Inserting double value into utf8 column crashes server: sprintf was executed with too big length, which caused crash on some Windows platforms.
-
- 02 Jun, 2005 11 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
tulin@dl145b.mysql.com authored
into dl145b.mysql.com:/home/ndbdev/tomas/tmp
-
tulin@dl145b.mysql.com authored
Bug #11050 ndb_mgm "show" prints incorrectly after master data node fails
-
reggie@monster. authored
-
bar@mysql.com authored
set_var.cc: variables.result variables.test Bug #10904 Illegal mix of collations between a system variable and a constant Changing coercibility of system variables to SYSCONST, to be the same with USER(), DATABASE(), etc.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
brian@zim.(none) authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
brian@zim.(none) authored
Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed a number of dumb things in ha_tina.
-
- 01 Jun, 2005 13 commits
-
-
jimw@mysql.com authored
-
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
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
Fixed two deadlocks. Made minor changes.
-
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 2 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
serg@serg.mylan authored
-