iggy@rolltop.ignatz42.dyndns.org
1cae186141
These bitKeeper changes will allow Windows to be used as a primary development platform.
2006-09-13 14:15:22 -04:00
kaa@polly.local
3d2c573833
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into polly.local:/home/kaa/src/maint/m50-maint--07OGt
2006-09-13 20:31:05 +04:00
cmiller@zippy.cornsilk.net
94382c313a
Bug #21618 : NULL shown as empty string in client
...
The column's NOT NULL flag doesn't affect what we should print. Remove the
wrong logic that does check it.
Also, verify that this and the previous two tests print the same data as
other output formats.
2006-09-13 11:41:41 -04:00
kaa@polly.local
b9811a6df1
Fixed the faulty merge
2006-09-13 19:32:21 +04:00
cmiller@zippy.cornsilk.net
37eaf5cce8
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2006-09-13 09:38:50 -04:00
cmiller@zippy.cornsilk.net
a724e20c74
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0--windows-vio-uninit
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2006-09-13 09:37:38 -04:00
cmiller@maint1.mysql.com
459f9fdc6d
Merge maint1.mysql.com:/data/localhome/cmiller/bug15583/my50-bug15583
...
into maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
2006-09-13 15:07:06 +02:00
timour/timka@lamia.home
c8ebf3761e
Merge lamia.home:/home/timka/mysql/src/5.0-bug-21774-sm
...
into lamia.home:/home/timka/mysql/src/5.0-dbg
2006-09-13 15:24:06 +03:00
kaa@polly.local
cccc3da13a
Merge polly.local:/tmp/20924/bug20294/my50-bug20294
...
into polly.local:/home/kaa/src/maint/m50-maint--07OGt
2006-09-13 16:06:59 +04:00
kaa@polly.local
e812ae873d
Merge polly.local:/tmp/20924/bug20294/my41-bug20294
...
into polly.local:/tmp/20924/bug20294/my50-bug20294
2006-09-13 15:18:14 +04:00
kaa@polly.local
397f0df9ad
Cset exclude: kaa@polly.local|ChangeSet|20060912122540|09861
...
Cset exclude: kaa@polly.local|ChangeSet|20060908100829|09983
2006-09-13 14:41:28 +04:00
kaa@polly.local
6c0482b14a
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into polly.local:/home/kaa/src/maint/m50-maint--07OGt
2006-09-12 20:01:52 +04:00
kaa@polly.local
6060b5bb50
Merge polly.local:/tmp/20924/bug20294/my50-bug20294
...
into polly.local:/home/kaa/src/maint/m50-maint--07OGt
2006-09-12 19:35:44 +04:00
evgen@moonbone.local
9fb0340a34
item_cmpfunc.cc:
...
Removed changes to the Item_func_between::fix_length_and_dec() made in the fix for bug#16377
query_cache.result:
Corrected a test case after removing a fix for bug#16377
2006-09-12 19:06:26 +04:00
timour/timka@lamia.home
f04c7546b6
Merge tkatchaounov@production:/data0/mysqldev/my/mysql-5.0-release
...
into lamia.home:/home/timka/mysql/src/5.0-bug-21774-sm
2006-09-12 17:51:25 +03:00
timour/timka@lamia.home
38a450b44a
Fix for BUG#21774: Column count doesn't match value count at row x
...
The cause of the bug was an incomplete fix for bug 18080.
The problem was that setup_tables() unconditionally reset the
name resolution context to its 'tables' argument, which pointed
to the first table of an SQL statement.
The bug fix limits resetting of the name resolution context in
setup_tables() only in the cases when the context was not set
by earlier parser/optimizer phases.
2006-09-12 17:50:24 +03:00
kaa@polly.local
13331b8d24
Fixed compilation
2006-09-12 18:28:36 +04:00
msvensson@shellback.(none)
3cad5d196d
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-09-12 16:13:54 +02:00
kaa@polly.local
e03faff3e4
Merge polly.local:/tmp/20924/bug20294/my41-bug20294
...
into polly.local:/tmp/20924/bug20294/my50-bug20294
2006-09-12 17:57:15 +04:00
svoj@april.(none)
a59d7a2c78
Merge april.(none):/home/svoj/devel/bk/mysql-5.0-engines
...
into april.(none):/home/svoj/devel/mysql/BUG20256/mysql-5.0-push
2006-09-12 18:53:51 +05:00
msvensson@shellback.(none)
df2fbc784d
Bug#14862 undefined reference to `isinf' on SOLARIS - strings/strtod.c
...
- Change the configure test looking for 'isinf' so the value returned from isinf is used. That avoids the call to isinf being optimized away.
2006-09-12 15:47:48 +02:00
svoj@april.(none)
44f167ee1d
BUG#20256 - LOCK WRITE - MyISAM
...
Only MyISAM tables locked with LOCK TABLES ... WRITE were affected.
A query that is optimized with index_merge doesn't reflect rows
inserted within LOCK TABLES.
MyISAM doesn't flush a state within LOCK TABLES. index_merge
optimization creates a copy of the handler, which thus gets
outdated MyISAM state.
New handler->clone() method is introduced to fix this problem.
For non-MyISAM storage engines it allocates a handler and opens
it with ha_open(). For MyISAM it additionally copies MyISAM state
pointer to cloned handler.
2006-09-12 18:25:35 +05:00
kaa@polly.local
5df7611caa
Post-review fixes for bug #20924
2006-09-12 16:25:40 +04:00
istruewing@chilla.local
38886ffa2b
Merge bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into chilla.local:/home/mydev/mysql-4.1-bug14400
2006-09-12 11:40:24 +02:00
msvensson@shellback.(none)
e890eed69b
Bug#22139 undefined reference to `my_memmem' when compiling tests/mysql_client_test
...
- Build mysql_client_test from mysql_client_test.c and mysys/my_memmem.c
2006-09-12 11:34:46 +02:00
msvensson@neptunus.(none)
e38f04a09f
Merge neptunus.(none):/home/msvensson/mysql/tmp_merge
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-09-12 11:23:07 +02:00
msvensson@neptunus.(none)
66bce61a88
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-09-12 11:14:09 +02:00
istruewing@chilla.local
17d5dee3ea
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
...
into chilla.local:/home/mydev/mysql-5.0-bug14400
2006-09-12 09:00:41 +02:00
lars/lthalmann@mysql.com/dl145j.mysql.com
6ad198e997
Fix WARN_DEPRECATED for 5.0 (it is in 5.1 we should have the extra arguments)
2006-09-11 14:45:40 +02:00
lars/lthalmann@mysql.com/dl145j.mysql.com
2da55c05e2
Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
...
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
2006-09-11 13:50:41 +02:00
lars/lthalmann@mysql.com/dl145j.mysql.com
4c467cc438
Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpl
...
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
2006-09-11 13:17:51 +02:00
lars/lthalmann@mysql.com/dl145j.mysql.com
8c64ce171a
Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rpl
...
into mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
2006-09-11 11:25:55 +02:00
gkodinov/kgeorge@rakia.(none)
aa7ae80509
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into rakia.(none):/home/kgeorge/mysql/autopush/B21772-5.0-opt
2006-09-11 10:58:47 +03:00
igor@rurik.mysql.com
ecf03182d9
Merge rurik.mysql.com:/home/igor/mysql-5.0-opt
...
into rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug5500
2006-09-09 10:23:13 -07:00
igor@rurik.mysql.com
9c15b7e0e8
Post-pushbuild corrections for fix of bug #21698 .
2006-09-09 09:43:09 -07:00
gkodinov/kgeorge@macbook.gmz
5bc16fd954
Bug #21540 : Subqueries with no from and aggregate functions return
...
wrong results
Mark the containing Item(s) (Item_subselect descendant usually) of
a subselect as containing aggregate functions if it has references
to aggregates functions that are calculated outside its context.
This tels end_send_group() not to make an Item_subselect descendant in
select list a copy and causes the correct value being returned.
2006-09-08 19:04:46 +03:00
cmiller@zippy.cornsilk.net
c02308a729
Fix initialized memory. Count the number of failures in shm-closing
...
functions and return it.
2006-09-08 11:39:03 -04:00
msvensson@shellback.(none)
cf698381af
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0
...
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-09-08 13:35:22 +02:00
gluh@mysql.com/gluh.(none)
4afd20545c
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/gluh/MySQL/Merge/5.0
2006-09-08 16:17:42 +05:00
gluh@mysql.com/gluh.(none)
a3300c3983
after merge fix
2006-09-08 16:16:39 +05:00
gkodinov/kgeorge@macbook.gmz
0f8069bfb0
Bug #21772 : can not name a column 'upgrade' when create a table in version 5.0.24
...
Upgrade was a reserved word. Unreserve UPGRADE so it can be used in unquoted identifiers.
2006-09-08 13:10:14 +03:00
kaa@polly.local
268c7a3522
Bug #20924 : CAST(expr as UNSIGNED) returns SIGNED value when used in various functions
...
- Honor unsigned_flag in the corresponding functions
- Use compare_int_signed_unsigned()/compare_int_unsigned_signed() instead of explicit comparison in GREATEST() and LEAST()
2006-09-08 14:08:29 +04:00
msvensson@shellback.(none)
c79635853a
Speed up "bk citool" for msvensson:
2006-09-08 11:25:08 +02:00
gkodinov/kgeorge@macbook.gmz
719f836cc4
Bug#21555: incorrect behavior with INSERT ... ON DUPL KEY UPDATE and VALUES
...
VALUES() was considered a constant. This caused replacing
(or pre-calculating) it using uninitialized values before the actual
execution takes place.
Mark it as a non-constant (still not dependent of tables) to prevent
the pre-calculation.
2006-09-08 10:24:14 +03:00
evgen@moonbone.local
31c738d8a2
query_cache.result, func_time.test, type_date.result, func_time.result:
...
Corrected test case after removal of fix for bug#16377
type_date.test:
Corrected test case after removal of fix for bug#16377
item_cmpfunc.cc:
Removed changes to the agg_cmp_type() made in the for bug#16377
2006-09-08 00:59:34 +04:00
igor@rurik.mysql.com
00a2f232c9
Merge rurik.mysql.com:/home/igor/mysql-5.0-opt
...
into rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug21698
2006-09-07 11:10:36 -07:00
igor@rurik.mysql.com
34206c6f80
Fixed bug #21698 : erroneously a field could be replaced by an
...
equal constant under any circumstances.
In fact this substitution can be allowed if the field is
not of a type string or if the field reference serves as
an argument of a comparison predicate.
2006-09-07 11:06:37 -07:00
istruewing@chilla.local
50192889a4
Merge chilla.local:/home/mydev/mysql-4.1-bug14400
...
into chilla.local:/home/mydev/mysql-5.0-bug14400
2006-09-07 18:46:37 +02:00
tsmith@maint1.mysql.com
9dae22a933
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
...
into maint1.mysql.com:/data/localhome/tsmith/bk/bfx/50-rel
2006-09-07 18:24:53 +02:00
joerg@trift2.
b6071f06ce
configure.in : NDB version and general version must be (kept) in sync - do that.
2006-09-07 17:51:28 +02:00