- 05 Jul, 2005 1 commit
-
-
lenz@mysql.com authored
-
- 04 Jul, 2005 7 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
the version string with the base version of the current build
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-merge
-
lenz@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/home/bk/b11678-mysql-4.1
-
- 03 Jul, 2005 2 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug_qc-4.1
-
bell@sanja.is.com.ua authored
-
- 02 Jul, 2005 4 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
Enable build with CXX=gcc and gcc version 4
-
- 01 Jul, 2005 9 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug5-4.1
-
bell@sanja.is.com.ua authored
-
lars@mysql.com authored
into mysql.com:/home/bk/b11678-mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
-
lars@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Add extra check to delete [] to ensure we are not deleting not allocated data
-
- 30 Jun, 2005 3 commits
-
-
lenz@mysql.com authored
"changed dl_name to udf->dl in mysql_create_function"
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
Using 8 bytes for data pointer does not work at least on all computers. The result may become 0 or negative number. (mysqld, myisamchk)
-
- 29 Jun, 2005 3 commits
-
-
mskold@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
Added test cases for bug #11469. item_strfunc.h: Fixed bug #11469: wrong implementation of the not_null_tables method for CONCAT_WS.
-
- 28 Jun, 2005 11 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug3-4.1
-
bell@sanja.is.com.ua authored
(IN() remove NULL rows only for tables from first argument (value which we looking for in IN() list) but not for tables from IN() list) Also it will be better change Item::not_null_tables() to prohibit this optimisation by default for new created items in 5.0 or 5.1.
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
monty@mysql.com authored
This fixed a failure of insert_update.test on some platforms
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
Added a test case for bug #11414. sql_select.cc: Fixed bug #11414: crash on Windows with some simple GROUP BY queries. It happened to an allocation of an array containing 0 Copy_field elements in setup_copy_fields. The bug had been already fixed in 5.0.
-
bar@mysql.com authored
Fixing tests accordingly. ctype-ucs2.c: The same fix for UCS2. ctype-utf8.c: Bug #9557 MyISAM utf8 table crash The problem was that my_strnncollsp_xxx could return big value in the range 0..0xffff. for some constant pairs it could return 32738, which is defined as MI_FOUND_WRONG_KEY in myisamdef.h. As a result, table considered to be crashed. Fix to return -1,0 or 1.
-
kent@mysql.com authored
Bug#11009, some more cleanup of unneded files from bootstrap
-
kent@mysql.com authored
Bug#9873, reenabled --without-man option to work
-