- 09 Aug, 2005 2 commits
-
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p2-bug10109.3
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b5439
-
- 08 Aug, 2005 13 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
Added a test case for bug #12392. item_cmpfunc.cc: Fixed bug #12392. Missing handling of rows containing NULL components when evaluating IN predicates caused a crash.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
- Fixed some error condtion when handling dates with 'T' - Added extra test for bug #11867 (Wrong result with "... WHERE ROW( a, b ) IN ( SELECT DISTINCT a, b WHERE ...)" to show it's not yet fixed - Safety fixes and cleanups
-
patg@krsna.patg.net authored
Removed unnecessary error message from mysql.cc (client program)
-
patg@krsna.patg.net authored
BUG #11104 Took out the offset-=delimiter_length-1 out of the for loop. It was causing basically this: select substring_index('the king of the the hill', 'the', -2) to not work. The first iteration, offset would be initialised to 24, then strstr would point at 'the king of the the* hill' ('*'means right before the character following), returning a offset of 16. The for loop would then decrement offset by two (3 - 1), to 14, now pointing at "the king of th*e the hill", _skipping_ past the 'e' in the second to last 'the', and therefore strstr would never have a chance of matching the second to last 'the', then moving on to the 'the' at the begginning of the string! In a nutshell, offset was being decremented by too great a value, preventing the second to last 'the' from being ever found, hence the result of 'king of the the hill' from the query that is reported in the bug report func_str.test: BUG #11104 Added tests to make sure fix addresses issues in original bug report func_str.result: BUG #11104 New results for new tests
-
bar@mysql.com authored
(important for Adobe). mf_pack.c, mf_dirname.c, charset.c, my_sys.h: - adding fs_character_set() function on Windows - ignoring fake slashes which are just multibyte parts in several functions in /mysys Verified by Shu to work on WinXP and Win2k. Test is not possible, or very hard to do.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10892
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10892
-
bar@mysql.com authored
After review fix
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-4.1
-
monty@mishka.local authored
Changed assembler functions to not access global variables or variables in text segement Added wrapper function in C to longlong2str() to pass _dig_vec_upper as an argument
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
- 07 Aug, 2005 7 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
igor@rurik.mysql.com authored
Added test case for bug #11867. Fixed results for two existing test cases. subselect.test: Added test case for bug #11867. item_subselect.cc: Fixed bug #11867. Added missing code in Item_in_subselect::row_value_transformer that caused problems for queries with ROW(elems) IN (SELECT DISTINCT cols FROM ...).
-
sergefp@mysql.com authored
In init_prepare_fake_select_lex() don't empty ftfunc_list. UNION's ORDER BY clause may contain MATCH(...), for which fix_index() should be called.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug11869-part2
-
acurtis@xiphis.org authored
"INSERT .. SELECT ... ON DUPLICATE KEY UPDATE fails" Ensure that check_insert_fields() is only called once when doing an INSERT..SELECT
-
- 06 Aug, 2005 1 commit
-
-
sergefp@mysql.com authored
When creating temporary table for UNION, pass TMP_TABLE_FORCE_MYISAM flag to create_tmp_table if we will be using fulltext function(s) when reading from the temp. table.
-
- 05 Aug, 2005 1 commit
-
-
ingo@mysql.com authored
Added a check before taking a global read lock if the own thread has a write locked table.
-
- 04 Aug, 2005 16 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-4.1-bug-12266
-
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
-
evgen@moonbone.local authored
length. When temporary field created for DATE(LEFT(column,8)) expression, max_length value is taken from Item_date_typecast, and it is getting it from underlaid Item_func_left and it's max_length is 8 in given expression. And all this results in stripping last 2 digits. To Item_date_typecast class added its own fix_length_and_dec() function that sets max_length value to 10, which is proper for DATE field.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
kent@mysql.com authored
Back ported ndbcluster_support() from 5.0 Corrected the server id handling
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
Added the blackhole storage engine to the Max builds
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.9508
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.11083
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
the rpm spec file changelog
-
bar@mysql.com authored
fixing tests accordingly item.cc: Bug #10892 user variables not auto cast for comparisons When mixing strings with different character sets, and coercibility is the same, we allow conversion if one character set is superset for other character set.
-
hf@deer.(none) authored
4.1 version of the patch
-
lenz@mysql.com authored
the MySQL-server RPM spec file (BUG#12348)
-