bar@mysql.com
daa7e9c386
Bug#22378 Make error, strings/ctype-utf8.c, uni_plane undeclared
...
- Fixing utf8_general_cs according to recent changes.
- Compiling utf8_general_cs in pentium-debug-max configuration
to avoid these problems in the future.
2007-03-27 15:06:41 +05:00
istruewing@chilla.local
ef1dec00c4
Merge chilla.local:/home/mydev/mysql-4.1-bug24985
...
into chilla.local:/home/mydev/mysql-5.0-bug24985
2007-03-27 10:54:37 +02:00
istruewing@chilla.local
8934e4f3cc
Bug#24985 - UTF8 ENUM primary key on MEMORY using BTREE
...
causes incorrect duplicate entries
Keys for BTREE indexes on ENUM and SET columns of MEMORY tables
with character set UTF8 were computed incorrectly. Many
different column values got the same key value.
Apart of possible performance problems, it made unique indexes
of this type unusable because it rejected many different
values as duplicates.
The problem was that multibyte character detection was tried
on the internal numeric column value. Many values were not
identified as characters. Their key value became blank filled.
Thanks to Alexander Barkov and Ramil Kalimullin for the patch,
which sets the character set of ENUM and SET key segments to
the pseudo binary character set.
2007-03-27 10:49:48 +02:00
bar@mysql.com
5e52cd3650
Bug#25946 Namespace not include for xsi usage within --xml output with null/nil values
...
Fix: adding namespace reference into "mysql --xml" output,
to make it work similary to "mysqldump --xml".
2007-03-27 13:30:43 +05:00
bar@mysql.com
1b426d3c6d
Bug#27079 Crash while grouping empty ucs2 strings
...
Problem: GROUP BY on empty ucs2 strings crashed server.
Reason: sometimes mi_unique_hash() is executed with
ptr=null and length=0, which means "empty string".
The branch of code handling UCS2 character set
was not safe against ptr=null and fell into and
endless loop even if length=0 because of poiter
arithmetic overflow.
Fix: adding special check for length=0 to avoid pointer arithmetic
overflow.
2007-03-27 12:20:20 +05:00
tomas@whalegate.ndb.mysql.com
2923b52e38
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-26 21:02:14 +02:00
tomas@whalegate.ndb.mysql.com
c445baeabd
correct medium int printout
...
correct cit printout
correct bit store retrieve
2007-03-26 17:57:00 +02:00
gkodinov/kgeorge@magare.gmz
ce9cc47a73
WL3527: 5.0 part:
...
enabled the optional FOR JOIN to all the three
clauses : USE, FORCE and IGNORE
2007-03-26 16:52:52 +03:00
tomas@whalegate.ndb.mysql.com
22c5d8ba44
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-26 14:49:24 +02:00
tomas@whalegate.ndb.mysql.com
405fb2cfb6
Bug #26986 BIT(33) for ndb is broken on solaris.
...
- always store lsw first in ndb
2007-03-26 14:48:52 +02:00
gkodinov/kgeorge@magare.gmz
a65bc60d1a
Merge magare.gmz:/home/kgeorge/mysql/work/B27164-4.1-opt
...
into magare.gmz:/home/kgeorge/mysql/work/B27164-5.0-opt
2007-03-26 14:14:23 +03:00
pekka@clam.ndb.mysql.com/clam.(none)
6ec8bb230a
Merge clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-ndb
...
into clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug24028
2007-03-26 12:50:40 +02:00
gkodinov/kgeorge@magare.gmz[kgeorge]
e6d81ad338
Bug #27164 : not reseting the data pointer
...
to 0 causes wrong (large) length to be read
from the row in _mi_calc_blob_length() when
storing NULL values in (e.g) POINT columns.
This large length is then used to allocate
a block of memory that (on some OSes) causes
trouble.
Fixed by calling the base class's
Field_blob::reset() from Field_geom::reset()
that is called when storing a NULL value into
the column.
2007-03-26 13:17:40 +03:00
kaa@polly.local
729a405908
Fix for bug #26844 "Memory allocation failures ignored by slave IO thread".
...
Pass ME_NOREFRESH flag to an error handler in my_malloc() and _mymalloc() in case of memory allocation failure, so that it gets logged to the error log.
2007-03-26 13:31:23 +04:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
ebe44e6e31
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint
...
into mysql.com:/home/ram/work/b25301/b25301.4.1
2007-03-26 13:45:02 +05:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
d0ed1216e2
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into mysql.com:/home/ram/work/b25301/b25301.5.0
2007-03-26 13:43:20 +05:00
tomas@whalegate.ndb.mysql.com
7386c736c2
remove warning
2007-03-26 10:39:11 +02:00
tomas@whalegate.ndb.mysql.com
01189d9627
Bug #26900 ndb_restore printout option does not give structured data
...
- set sizes for data
2007-03-26 09:58:01 +02:00
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru
74b3cdb02e
Fix for bug #25993 : mysqldump crashes with merge table and -c option
...
opt_complete_insert was improperly used by accident.
Use complete_insert flag instead.
2007-03-26 12:56:41 +05:00
igor@olga.mysql.com
7773523f80
Merge olga.mysql.com:/home/igor/mysql-5.0-opt
...
into olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug27229
2007-03-25 23:48:48 -07:00
igor@olga.mysql.com
18ea806864
This is a fix for the memory corruption occurred in one of test cases
...
from func_group.test after the patch for bug #27229 had been applied.
The memory corruption happened because in some rare cases the function
count_field_types underestimated the number of elements in
in the array param->items_to_copy.
2007-03-25 23:44:06 -07:00
tomas@whalegate.ndb.mysql.com
cc47508432
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca-single-user
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-25 16:44:06 +02:00
istruewing@chilla.local
6368aa4713
Merge bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into chilla.local:/home/mydev/mysql-4.1--team
2007-03-25 15:13:22 +02:00
istruewing@chilla.local
16cadbb374
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into chilla.local:/home/mydev/mysql-4.1--main
2007-03-25 15:11:16 +02:00
istruewing@chilla.local
4e62cae016
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines
...
into chilla.local:/home/mydev/mysql-5.0--team
2007-03-25 14:44:16 +02:00
istruewing@chilla.local
3a4038ba0d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into chilla.local:/home/mydev/mysql-5.0--main
2007-03-25 14:40:25 +02:00
serg@sergbook.mysql.com
1af6b027d6
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
2007-03-24 14:05:27 +02:00
serg@sergbook.mysql.com
18a01e7261
nptl: typo fixed. sigaddset restored
2007-03-24 14:03:27 +02:00
mskold/marty@mysql.com/linux.site
daec2ad6d4
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
2007-03-24 08:21:59 +01:00
tsmith@siva.hindu.god
47cce188b3
Bug #24563 : MBROverlaps does not seem to function propertly.
...
Fix is to rewrite the MBR::overlaps() function, to compute the dimension of both
arguments, and the dimension of the intersection; test that all three dimensions are the
same (e.g., all are Polygons).
Add tests for all MBR* functions for various combinations of shapes, lines and points.
2007-03-23 16:28:07 -06:00
dkatz/Damien@damiendev.
53ecf4207e
bug#26346
...
Added some fixes for an existing memory leak and unitilialized variables, both caught by gcc.
2007-03-23 18:15:11 -04:00
serg@sergbook.mysql.com
77718a3fc1
bug in im* tests - missing --no-defaults in the mysql command line
2007-03-23 22:16:32 +02:00
serg@sergbook.mysql.com
e4164cda68
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
2007-03-23 20:39:34 +02:00
serg@sergbook.mysql.com
d2d72bfc58
reverted linuxthreads thr_client_alarm fix (not future-proof)
...
fixed differently: wake up select_thread with THR_SERVER_ALARM instead
2007-03-23 20:37:20 +02:00
Kristofer.Pettersson@naruto.
fe43de3929
Merge naruto.:C:/cpp/bug20777/my50-bug20777
...
into naruto.:C:/cpp/mysql-5.0-runtime
2007-03-23 19:14:13 +01:00
msvensson@pilot.blaudden
696102a8c6
Bug#26837 Return value ignored for packet->append() call within Log_event::read_log_event
...
- Improve error handling for "out of memory" problems when master is
sending logs to slave. If memory allocation fails the log should
now report error "memory allocation failed reading log event"
2007-03-23 19:00:34 +01:00
dkatz/Damien@damiendev.
b712e2fe28
Merge damiendev.:C:/build/mysql-5.0
...
into damiendev.:C:/build/dev50
2007-03-23 13:43:46 -04:00
tomas@whalegate.ndb.mysql.com
41dfbb6f2b
enabled and extended single user test
2007-03-23 17:14:38 +01:00
tomas@whalegate.ndb.mysql.com
a837d95d53
Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
2007-03-23 17:07:33 +01:00
msvensson@pilot.blaudden
d8ab3024a4
Merge pilot.blaudden:/home/msvensson/mysql/yassl_import/my50-yassl_import
...
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
2007-03-23 16:44:33 +01:00
msvensson@pilot.blaudden
a1e7778642
Import patch from yaSSL after fixing warnings upstream
2007-03-23 16:41:17 +01:00
serg@sergbook.mysql.com
3e9d98b039
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
2007-03-23 16:37:19 +02:00
serg@sergbook.mysql.com
1d64408cd5
Merge bk-internal:/home/bk/mysql-5.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
2007-03-23 16:32:42 +02:00
serg@sergbook.mysql.com
e786458d14
Merge bk-internal:/home/bk/mysql-4.1-build
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
2007-03-23 16:05:02 +02:00
tomas@whalegate.ndb.mysql.com
6c4a7a4469
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca-single-user
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-single-user
2007-03-23 14:09:30 +01:00
serg@sergbook.mysql.com
b37c197512
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
2007-03-23 14:57:55 +02:00
tomas@whalegate.ndb.mysql.com
29ac950b6f
Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
2007-03-23 13:52:03 +01:00
serg@sergbook.mysql.com
e2dd5743b9
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
2007-03-23 14:47:51 +02:00
msvensson@pilot.blaudden
c06e2804d3
Merge pilot.blaudden:/home/msvensson/mysql/yassl_import/my50-yassl_import
...
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
2007-03-23 13:40:57 +01:00
tomas@poseidon.mysql.com
210d055000
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-23 13:10:58 +01:00