brian@zim.(none)
af443c2dd8
Fixed warning message breakage.
...
Fixed install breakage (my own fault)
Edited exampled cnf to remove bdb references.
2006-08-13 22:28:41 -07:00
kostja@bodhi.local
04c97488f9
Merge bodhi.local:/opt/local/work/tmp_merge
...
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
2006-08-12 21:06:51 +04:00
tsmith/tim@siva.hindu.god
72d55f3878
Bug #20536 : md5() with GROUP BY and UCS2 return different results on myisam/innodb
...
Make the encryption functions MD5(), SHA1() and ENCRYPT() return binary results.
Make MAKE_SET() and EXPORT_SET() use the correct character set for their default separator strings.
2006-08-11 17:09:19 -06:00
pgalbraith/patg@govinda.patg.net
9da072cb5b
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-engines
...
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-engines-merge
2006-08-11 14:06:23 -07:00
svoj@may.pils.ru
07a1ed651f
Extended a test case for bug#7391.
2006-08-11 14:41:07 +05:00
bar@mysql.com/bar.intranet.mysql.r18.ru
4a63a64f1e
mysqld --collation-server=xxx --character-set-server=yyy
...
didn't work as expected: collation_server was set not to xxx,
but to the default collation of character set "yyy".
With different argument order it worked as expected:
mysqld --character-set-server=yyy --collation-server=yyy
Fix:
initializate default_collation_name to 0
when processing --character-set-server
only if --collation-server has not been specified
in command line.
2006-08-11 13:19:44 +05:00
baker/brian@zim.(none)
5a466cc48c
Removed bdb test cases.
2006-08-10 18:29:25 -07:00
pgalbraith/patg@govinda.patg.net
b2ce951b81
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-engines-merge
2006-08-10 15:31:44 -07:00
patg@govinda.patg.net
4371749996
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1
...
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-engines-merge
2006-08-10 14:28:39 -07:00
brian@zim.(none)
e8289bfbc1
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint
...
into zim.(none):/home/brian/mysql/remove-bdb-5.1
2006-08-10 13:44:04 -07:00
rburnett@bk-internal.mysql.com
4f626dc83c
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
...
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
2006-08-10 19:28:55 +02:00
rburnett@bk-internal.mysql.com
6b399a498b
Merge bk-internal.mysql.com:/data0/bk/mysql-5.0
...
into bk-internal.mysql.com:/data0/bk/mysql-5.0-kt
2006-08-10 19:24:46 +02:00
cmiller@zippy.cornsilk.net
f6f7eb851e
Merge updates.
2006-08-10 12:39:18 -04:00
tnurnberg@salvation.intern.azundris.com
170392850d
Bug#19844: time_format in Union truncates values
...
time_format() claimed %H and %k would return at most two digits
(hours 0-23), but this coincided neither with actual behaviour
nor with docs. this is not visible in simple queries; forcing
a temp-table is probably the easiest way to see this. adjusted
the return-length appropriately; the alternative would be to
adjust the docs to say that behaviour for > 99 hours is undefined.
---
Bug#19844: time_format in Union truncates values
time_format() claimed %H and %k would return at most two digits
(hours 0-23), but this coincided neither with actual behaviour
nor with docs. this is not visible in simple queries; forcing
a temp-table is probably the easiest way to see this. adjusted
the return-length appropriately; the alternative would be to
adjust the docs to say that behaviour for > 99 hours is undefined.
2006-08-10 15:37:24 +02:00
kroki/tomash@moonlight.intranet
b341356abd
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
...
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-runtine-merge
2006-08-10 16:16:16 +04:00
kroki/tomash@moonlight.intranet
aca2c3761a
Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge
...
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
2006-08-10 16:11:55 +04:00
jonas@perch.ndb.mysql.com
0c3127cfbf
ndb - bug#21283 - merge disabled.def
2006-08-10 13:49:37 +02:00
jonas@perch.ndb.mysql.com
29eaad6288
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
2006-08-10 13:47:20 +02:00
jonas@perch.ndb.mysql.com
69de7d8759
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
2006-08-10 13:34:34 +02:00
jonas@perch.ndb.mysql.com
732f9f6843
ndb - bug#21283
...
this test in its current form depend on binlog format row
2006-08-10 13:33:49 +02:00
ramil/ram@mysql.com/myoffice.izhnet.ru
50ae5b7989
Fix for bug #20709 : Collation not used in group by on 4.1.
...
myisam/mi_uniue.c:mi_check_unique() should skip trailing spaces comparing
TEXT and VARTTEXT key segments.
2006-08-10 15:06:22 +05:00
andrey@example.com
eba9109225
after merge update
2006-08-10 11:52:34 +02:00
holyfoot/hf@mysql.com/deer.(none)
1ada6ca108
bug #20910 (NOT NULL column reported as NULL in SHOW FIELDS)
...
two test results changed after the patch
2006-08-10 14:50:54 +05:00
brian@zim.(none)
65e9ae97b0
This is the second patch for bdb removeal. This takes care of all options and variables that rely on bdb.
2006-08-10 01:50:37 -07:00
cmiller@zippy.cornsilk.net
543fcde9b9
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0
2006-08-09 22:23:41 -04:00
cmiller@zippy.cornsilk.net
8e4460343f
Removed iggy's accidentally checked-in test files.
2006-08-09 13:41:08 -04:00
rburnett@bk-internal.mysql.com
437813fb8c
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
...
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
2006-08-09 17:58:28 +02:00
andrey@lmy004.
9a325ac786
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into lmy004.:/work/mysql-5.1-runtime
2006-08-09 17:19:39 +02:00
andrey@lmy004.
76ff7fb78f
Fix for bug#20701 BINARY keyword should be forbidden in stored routines
...
create function func() returns char(10) binary ...
is no more possible. This will be reenabled when
bug 2676 "DECLARE can't have COLLATE clause in stored procedure"
is fixed.
Fix after 2nd review
2006-08-09 17:07:59 +02:00
mskold/marty@mysql.com/linux.site
794c874853
bug #18184 SELECT ... FOR UPDATE does not work..: Updated result file
2006-08-09 16:12:24 +02:00
mskold/marty@linux.site
c3da14f4c5
Merge mysql.com:/home/marty/MySQL/mysql-5.0
...
into mysql.com:/home/marty/MySQL/mysql-5.1-ndb
2006-08-09 15:02:30 +02:00
kroki/tomash@moonlight.intranet
e79876362e
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
...
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-rt-merge
2006-08-09 16:42:21 +04:00
mskold/marty@mysql.com/linux.site
b36bcc316a
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: added more tests
2006-08-09 14:32:56 +02:00
holyfoot/hf@mysql.com/deer.(none)
ba90c1e9fa
Merge bk@192.168.21.1:mysql-5.0-kt
...
into mysql.com:/home/hf/work/mysql-5.0.20910
2006-08-09 14:57:51 +05:00
kroki/tomash@moonlight.intranet
5c272816ca
Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge
...
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.1-merge
2006-08-09 13:37:20 +04:00
patg@govinda.patg.net
21f7f34776
BUG #21524 "'ps' test fails in --ps-protocol test AMD64 bit"
...
(this is not a fix to the bug, but simply to disable the test in
order to push a 5.0 to 5.1 merge)
This merge contains:
Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
2006-08-08 14:32:39 -07:00
patg@govinda.patg.net
8d1e5a5bb1
Merge govinda.patg.net:/home/patg/mysql-build/mysql-5.0-holyfoot
...
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-5.0-merge2
Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006:
bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
2006-08-08 09:01:32 -07:00
mikael/pappa@dator5.(none)
77090920f8
BUG#21173: SHOW TABLE STATUS crashes mysqld
...
Review fixes
2006-08-08 09:58:55 -04:00
mikael/pappa@dator5.(none)
79ab9cef27
BUG#21143: mysqld hangs when using wrong number of subpartitions
...
Rewrote if-statement a bit shorter
Added check for subpartitions in REORGANIZE partitions to be of same number as
in base table.
2006-08-08 08:52:51 -04:00
mikael/pappa@dator5.(none)
47a8ebe733
BUG#21173: SHOW TABLE STATUS crashes on InnoDB tables
...
Don't use get_auto_increment on tables without auto_increment fields
2006-08-08 08:47:58 -04:00
mskold/marty@mysql.com/linux.site
9241fba4ae
Merge mysql.com:/home/marty/MySQL/mysql-4.1
...
into mysql.com:/home/marty/MySQL/mysql-5.0
2006-08-08 14:42:05 +02:00
gluh@mysql.com/gluh.(none)
7e07425b2b
Bug#16172 DECIMAL data type processed incorrectly
...
issue an 'overflow warning' if result value is bigger than max possible value
2006-08-08 16:03:42 +05:00
mskold/marty@mysql.com/linux.site
a922e328af
bug #18184 SELECT ... FOR UPDATE does not work..: Added lockTuple call in close_scan
2006-08-08 12:22:23 +02:00
gluh@mysql.com/gluh.(none)
1be93531ee
Bug#16172 DECIMAL data type processed incorrectly
...
issue an error in case of DECIMAL(M,N) if N > M
2006-08-08 14:40:07 +05:00
holyfoot/hf@mysql.com/deer.(none)
de7e53d531
bug #20910 (NOT NULL reported as NULL for TIMESTAMP)
...
we intentionally reported that for TIMESTAMPS, which isn't right
2006-08-08 13:34:27 +05:00
gluh@mysql.com/gluh.(none)
e9b87a1a7f
result fix
2006-08-08 12:50:05 +05:00
mikael/pappa@dator5.(none)
e80f98b804
Made sure that strange numbers are not allowed syntax-wise.
2006-08-07 12:02:28 -04:00
svoj@may.pils.ru
b5cd11cf0e
After merge fix.
2006-08-07 19:35:02 +05:00
mikael/pappa@dator5.(none)
3e6b0b0bda
BUG#21350: No errors on using erroneus DATA DIRECTORY clause
...
set_up_table_before_create can fail due to erroneus path to
data directory or index directory
Added abort handling to ensure created partitions are dropped
if a failure occurs in the middle of the create process.
2006-08-07 06:22:08 -04:00
bar@mysql.com/bar.intranet.mysql.r18.ru
7ff64de172
Merge mysql.com:/usr/home/bar/mysql-4.1.b19741v0
...
into mysql.com:/usr/home/bar/mysql-4.1.b19741
2006-08-07 13:15:23 +05:00