- 28 Oct, 2005 7 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug14139
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/dev/mysql-4.1-10511
-
aivanov@mysql.com authored
ON UPDATE CASCADE
-
evgen@moonbone.local authored
Procedure analyse() redefines select's fields_list. setup_copy_fields() assumes that fields_list is a part of all_fields_list. Because select have only 3 columns and analyse() redefines it to have 10 columns, int overrun in setup_copy_fields() occurs and server goes to almost infinite loop. Because fields_list used not only to send data ad fields types, it's wrong to allow procedure redefine it. This patch separates select's fileds_list and procedure's one. Now if procedure is present, copy of fields_list is created in procedure_fields_list and it is used for sending data and fields.
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
kernel function to prevent CPU hogs.
-
- 27 Oct, 2005 8 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
evgen@moonbone.local authored
into moonbone.local:/work/13855-bug-4.1-mysql
-
evgen@moonbone.local authored
After merge fix
-
evgen@moonbone.local authored
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/dev/mysql-4.1-innobase
-
bar@mysql.com authored
Dump MY_CS_CSSORT when it's necessary.
-
bar@mysql.com authored
Updating to conform the current CHARSET_INFO structure.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b13347
-
- 26 Oct, 2005 2 commits
-
-
aivanov@mysql.com authored
and innobase/*/makefilewin (which are unused now).
-
-
- 25 Oct, 2005 18 commits
-
-
kent@mysql.com authored
Added MTR_BUILD_THREAD to control the port range
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.0
-
sergefp@mysql.com authored
avoid multiplying length of field_X by charset->mbmaxlen twice when calculating space required for field_X in the new table.
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
options to the wrong value. (Bug #12925)
-
evgen@moonbone.local authored
into moonbone.local:/work/14016-bug-4.1-mysql
-
evgen@moonbone.local authored
collation By default constant strings in second parameter of date_time() have case insensitive collation. Because of this expressions date_format(f,'%m') and date_format(f,'%M') wrongly becomes equal, which results in choosing wrong column to sort by. Now if second parameter of date_format() is constant then it's collation is changed to case sensitive.
-
evgen@moonbone.local authored
into moonbone.local:/work/13392-bug-4.1-mysql
-
evgen@moonbone.local authored
VALUES() can only refer to table insert going to. But Item_insert_value::fix_fields() were passing to it's arg full table list, This results in finding second column which shouldn't be found, and failing with error about ambiguous field. Item_insert_value::fix_fields() now passes only first table of full table list.
-
jani@ua141d10.elisa.omakaista.fi authored
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
bar@mysql.com authored
ctype-win1250ch.c: Like range prefix tables were wrong. ctype_cp1250_ch.result, ctype_cp1250_ch.test: Adding test case.
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.0
-
kent@mysql.com authored
Option to set environment variable MTR_BUILD_THREAD to a small number, from what mysql-test-run calculate port numbers that will not conflict with other runs with different thread num
-
- 24 Oct, 2005 1 commit
-
-
monty@mysql.com authored
-
- 22 Oct, 2005 4 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-nulls-stats-r2
-
sergefp@mysql.com authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-