mhansson/martin@linux-st28.site
d29146f9f4
Bug#30832:Assertion + crash with select name_const('test',now());
...
Completion of previous patch. Negative number were denied
as the second argument to NAME_CONST.
2007-10-09 11:36:05 +02:00
tomas@whalegate.ndb.mysql.com
7453382acf
Bug #31470 ndb table with special characters in name are not discovered correctly
2007-10-09 09:39:39 +02:00
mhansson@dl145s.mysql.com
731cba7b23
Merge mhansson@bk-internal:/home/bk/mysql-5.1-opt
...
into dl145s.mysql.com:/data0/mhansson/bug30942/my51-bug30942
2007-10-09 08:58:53 +02:00
gshchepa/uchum@gleb.loc
09f6306ac3
Fixed bug #31310 .
...
Locked rows of the InnoDB storage was silently skipped in the read-committed
isolation level.
QUICK_RANGE_SELECT for unique ranges lacks second (blocking) read
of the record that was read semi-consistently and just skip it.
The handler::read_multi_range_next method has been modified
to retry previous unique range if the previous read was
semi-consistent.
2007-10-09 01:07:15 +05:00
malff@lambda.hsd1.co.comcast.net.
437fdeaa16
Test cleanup, the upgrade test script assumes a unix like environment
2007-10-08 12:37:57 -06:00
cmiller@zippy.cornsilk.net
04296df344
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2007-10-08 12:40:21 -04:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
29dca6ef33
Fix for bug #31438 : updatexml still crashes
...
Problem: check missed if the second updatexml() argument is valid.
Fix: check it.
2007-10-08 16:52:15 +05:00
gkodinov/kgeorge@magare.gmz
67302b12f6
Bug #31156 : mysqld: item_sum.cc:918: virtual bool
...
Item_sum_distinct::setup(THD*): Assertion
There was an assertion to detect a bug in ROLLUP
implementation. However the assertion is not true
when used in a subquery context with non-cacheable
statements.
Fixed by turning the assertion to accepted case
(just like it's done for the other aggregate functions).
2007-10-08 12:57:43 +03:00
mhansson@dl145s.mysql.com
193bb6ebf5
Merge mhansson@bk-internal:/home/bk/mysql-5.1-opt
...
into dl145s.mysql.com:/data0/mhansson/bug30942/my51-bug30942
2007-10-08 10:45:36 +02:00
gshchepa/uchum@gleb.loc
b8b199af45
Fixed bug #31019 : the MOD() function and the % operator crash the server
...
when a divisor is less than 1 and its fractional part is very long.
For example:
1 % .123456789123456789123456789123456789123456789123456789123456789123456789123456789;
Stack buffer overflow has been fixed in the do_div_mod function.
2007-10-08 03:48:59 +05:00
kostja@bodhi.(none)
7ec30183bb
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into bodhi.(none):/opt/local/work/mysql-5.0-runtime
2007-10-08 02:05:55 +04:00
kostja@bodhi.(none)
53b0324824
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-10-08 02:05:10 +04:00
gkodinov/kgeorge@magare.gmz
5df890e524
Merge bk-internal:/home/bk/mysql-5.1-opt
...
into magare.gmz:/home/kgeorge/mysql/autopush/B31094-5.1-opt
2007-10-06 16:08:39 +03:00
tnurnberg@sin.intern.azundris.com
0ff1b80bf0
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into sin.intern.azundris.com:/home/tnurnberg/31253/51-31253
2007-10-06 03:05:02 +02:00
tnurnberg@sin.intern.azundris.com
48b0c25884
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into sin.intern.azundris.com:/home/tnurnberg/31253/50-31253
2007-10-06 03:02:31 +02:00
tnurnberg@sin.intern.azundris.com
d42135724f
Bug #31253 : crash comparing datetime to double
...
after-merge fixies
2007-10-06 03:01:30 +02:00
tnurnberg@sin.intern.azundris.com
da8fbb7522
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into sin.intern.azundris.com:/home/tnurnberg/19828/50-19828
2007-10-06 00:14:22 +02:00
tnurnberg@sin.intern.azundris.com
e4ba79d21d
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into sin.intern.azundris.com:/home/tnurnberg/19828/51-19828
2007-10-06 00:05:41 +02:00
mleich@four.local.lan
094d5eaa78
1. Fix for Bug#31237 Test "ndb_views" fails because of differing order of select results
...
2. Cleanup of test
2007-10-05 20:06:41 +02:00
msvensson@pilot.mysql.com
53975763b8
Merge msvensson2.mysql.internal:mysql/mysql-5.0-maint
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
2007-10-05 19:32:14 +02:00
msvensson@shellback.(none)
c2f6d59db1
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
2007-10-05 19:29:55 +02:00
msvensson@shellback.(none)
6132e82888
Update test case to allow the .reject file to be in either var/log or r/
2007-10-05 19:28:09 +02:00
msvensson@shellback.(none)
be40fefd73
Bug#27753 enable mysql-test-run.pl to ignore tests based on wildcard
2007-10-05 19:23:44 +02:00
cmiller@zippy.cornsilk.net
eedde95a33
Change URLs.
...
Our web server has been restructured several times, and references
to it in our source code has stayed the same. This patch from Paul
DuBois updates all URLs to modern semantics.
2007-10-05 13:16:54 -04:00
tnurnberg@sin.intern.azundris.com
38ccaa1f6e
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into sin.intern.azundris.com:/home/tnurnberg/19828/51-19828
2007-10-05 18:36:26 +02:00
msvensson@shellback.(none)
c86bd100c8
Bug#30560 Valgrind option to mysql-test-run with spaces in cause strange error
2007-10-05 18:36:23 +02:00
msvensson@shellback.(none)
c78ef4128a
Remove printout
2007-10-05 18:24:48 +02:00
msvensson@shellback.(none)
ed724e15d8
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
2007-10-05 17:55:30 +02:00
msvensson@shellback.(none)
626faeecd9
Bug#31398 problems with mysql-test-run
...
- "mysqld --verbose --help" need to be started in a writable directory
2007-10-05 17:54:19 +02:00
gkodinov/kgeorge@magare.gmz
91455690b5
Bug #31094 : Forcing index-based sort doesn't work anymore if joins are done
...
A rule was introduced by the 5.1 part of the fix for bug 27531 to
prefer filesort over indexed ORDER BY when accessing all of the rows of a
table (because it's faster). This new rule was not accounting for the
presence of a LIMIT clause.
Fixed the condition for this rule so it will prefer filesort over
indexed ORDER BY only if no LIMIT.
2007-10-05 17:28:34 +03:00
holyfoot/hf@hfmain.(none)
9c2de8b28f
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/home/hf/work/30286/my50-30286
2007-10-05 18:53:44 +05:00
mhansson@dl145s.mysql.com
122ea13767
Merge mhansson@bk-internal:/home/bk/mysql-5.1-opt
...
into dl145s.mysql.com:/data0/mhansson/bug30942/my51-bug30942
2007-10-05 15:20:56 +02:00
msvensson@shellback.(none)
e9fc7548ad
Merge bk-internal:/home/bk/mysql-5.1-maint
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
2007-10-05 14:45:35 +02:00
msvensson@shellback.(none)
1e4fac1677
Bug#31400 mysql-test-run inconvenience problems running a certain test
...
- Allow test case names to be specied in various different ways
2007-10-05 14:42:38 +02:00
anozdrin/alik@station.
ac875690f7
Fix for BUG#20550: Stored function: wrong RETURN type metadata
...
when used in a VIEW.
The problem was that wrong function (create_tmp_from_item())
was used to create a temporary field for Item_func_sp.
The fix is to use create_tmp_from_field().
2007-10-05 16:35:01 +04:00
mhansson@dl145s.mysql.com
b4b84f6134
Merge mhansson@bk-internal:/home/bk/mysql-5.0-opt
...
into dl145s.mysql.com:/data0/mhansson/bug30942/my50-bug30942
2007-10-05 13:42:19 +02:00
holyfoot/hf@hfmain.(none)
9f8842c265
Merge mysql.com:/home/hf/work/30286/my50-30286
...
into mysql.com:/home/hf/work/30286/my51-30286
2007-10-05 16:33:37 +05:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
b4b7cf2a95
Fix for bug #30885 : MEMORY returns incorrect data if BTREE index is used for NULL lookup
...
Problem: creating an rb-tree key we store length (2 bytes) before the actual data for
varchar key parts. The fact was missed for NULL key parts, when we set NULL byte and
skip the rest.
Fix: take into account the length of the varchar key parts for NULLs.
2007-10-05 16:33:15 +05:00
holyfoot/hf@hfmain.(none)
1ab2fd9bb8
Merge mysql.com:/home/hf/work/30286/my41-30286
...
into mysql.com:/home/hf/work/30286/my50-30286
2007-10-05 16:33:08 +05:00
holyfoot/hf@mysql.com/hfmain.(none)
39f6cbc221
Merge mysql.com:/home/hf/work/30955/my41-30955
...
into mysql.com:/home/hf/work/30286/my41-30286
2007-10-05 16:32:05 +05:00
tnurnberg@sin.intern.azundris.com
66cc732748
Merge sin.intern.azundris.com:/home/tnurnberg/19828/50-19828
...
into sin.intern.azundris.com:/home/tnurnberg/19828/51-19828
2007-10-05 13:11:38 +02:00
tnurnberg@sin.intern.azundris.com
00135f1ced
Merge sin.intern.azundris.com:/home/tnurnberg/31253/50-31253
...
into sin.intern.azundris.com:/home/tnurnberg/31253/51-31253
2007-10-05 13:00:11 +02:00
holyfoot/hf@mysql.com/hfmain.(none)
b95dd64d50
Merge bk@192.168.21.1:mysql-4.1-opt
...
into mysql.com:/home/hf/work/30286/my41-30286
2007-10-05 15:48:42 +05:00
holyfoot/hf@hfmain.(none)
36ecbf5ff8
Merge bk@192.168.21.1:mysql-5.0-opt
...
into mysql.com:/home/hf/work/30286/my50-30286
2007-10-05 15:47:55 +05:00
holyfoot/hf@hfmain.(none)
24e84f15b6
Merge bk@192.168.21.1:mysql-5.1-opt
...
into mysql.com:/home/hf/work/30286/my51-30286
2007-10-05 15:46:42 +05:00
holyfoot/hf@hfmain.(none)
e3b4267c12
Merge mysql.com:/home/hf/work/30286/my50-30286
...
into mysql.com:/home/hf/work/30286/my51-30286
2007-10-05 15:43:15 +05:00
holyfoot/hf@hfmain.(none)
0b79b24f03
Merge mysql.com:/home/hf/work/30286/my41-30286
...
into mysql.com:/home/hf/work/30286/my50-30286
2007-10-05 15:41:56 +05:00
holyfoot/hf@mysql.com/hfmain.(none)
54b0cf97b3
Bug #30286 spatial index cause corruption and server crash!
...
As the result of DOUBLE claculations can be bigger
than DBL_MAX constant we use in code, we shouldn't use this constatn
as a biggest possible value.
Particularly the rtree_pick_key function set 'min_area= DBL_MAX' relying
that any rtree_area_increase result will be less so we return valid
key. Though in rtree_area_increase function we calculate the area
of the rectangle, so the result can be 'inf' if the rectangle is
huge enough, which is bigger than DBL_MAX.
Code of the rtree_pick_key modified so we always return a valid key.
2007-10-05 15:40:32 +05:00
tnurnberg@sin.intern.azundris.com
455c05abcf
Bug #31253 : crash comparing datetime to double
...
convert(<invalid time>, datetime) in WHERE caused crash as function
returned (void*)NULL, but did not flag SQL NULL. It does now.
2007-10-05 12:08:38 +02:00
tnurnberg@sin.intern.azundris.com
bb86597dc2
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into sin.intern.azundris.com:/home/tnurnberg/31227/51-31227
2007-10-05 10:07:08 +02:00