- 16 Aug, 2005 3 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
igor@rurik.mysql.com authored
Added missing drop statement subselect.test: Added missing drop statement.
-
igor@rurik.mysql.com authored
Fixed bug #11479. The JOIN::reinit method cannot call setup_tables after the optimization phase since this function removes some optimization settings for joined tables. E.g. it resets values of the null_row flag to 0. subselect.result, subselect.test: Added a test case for bug #11479.
-
- 15 Aug, 2005 5 commits
-
-
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
-
lars@mysql.com authored
-
- 13 Aug, 2005 4 commits
-
-
bell@50.0.168.192.in-addr.arpa authored
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
-
bell@50.0.168.192.in-addr.arpa authored
into 50.0.168.192.in-addr.arpa:/Users/bell/mysql/bk/work-bug2-4.1
-
bell@50.0.168.192.in-addr.arpa authored
-
tsmith@.mysql.com authored
Don't skip SET command even if --replicate-wild* says to. E.g., SET ONE_SHOT TIME_ZONE = 'XYZ' should be executed (BUG #12542)
-
- 12 Aug, 2005 5 commits
-
-
jimw@mysql.com authored
-T option is used. (Bug #12235)
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-merge
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12351
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-merge
-
patg@radha.local authored
into radha.local:/Users/patg/mysql-build/mysql-4.1.clean
-
- 11 Aug, 2005 8 commits
-
-
lenz@mysql.com authored
-
lenz@mysql.com authored
preflight/postflight instead, so they are run every time a PKG is installed, not only for a fresh installation
-
lenz@mysql.com authored
change was too drastic) (BUG#12506)
-
kent@mysql.com authored
config.cpp => ndb_config.cpp, solves link problems on case insensitive OS ndb_config.cpp: Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp
-
sanja@arthur.local authored
postmerge fix
-
bell@51.0.168.192.in-addr.arpa authored
-
bell@51.0.168.192.in-addr.arpa authored
-
jimw@mysql.com authored
query that mixed statements that do and do not return info. (Bug #11688)
-
- 10 Aug, 2005 5 commits
-
-
patg@radha.local authored
in invoking mysqlcheck.
-
bell@52.0.168.192.in-addr.arpa authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
jimw@mysql.com authored
-
- 09 Aug, 2005 3 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
-
jimw@mysql.com authored
after normal connection threads. (Bug #11796)
-
- 08 Aug, 2005 7 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.
-