kroki/tomash@moonlight.home
e1ea142c0a
Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-4.0
...
into moonlight.home:/home/tomash/src/mysql_ab/mysql-4.0-bug23443
2007-01-09 12:46:35 +03:00
kroki/tomash@moonlight.home
45e9762027
Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-4.0-bug23443
...
into moonlight.home:/home/tomash/src/mysql_ab/mysql-4.1-bug23443
2007-01-09 12:39:05 +03:00
kroki/tomash@moonlight.home
5b4d9d8706
BUG#23443: user-defined variables can consume too much memory in the
...
server
The problem was that when memory was exhausted HEAP engine could crash
(GROUP BY uses HEAP TABLE). Alternatively, if SET was used, it could
report an error "You may only use constant expressions with SET" instead
of "Out of memory (Needed NNNNNN bytes)".
The solution is:
- pass MY_WME to (some) calls to my_malloc() to get correct message.
- fix heap_write() so that the first key is skipped during cleanup
on ENOMEM because it wasn't inserted and doesn't have to be
deleted.
No test case is provided because we can't test out-of-memory behaviour
in our current test framework.
2007-01-09 12:24:25 +03:00
df@kahlann.erinye.com
eeb82a8ed5
BUG#24780 workaround for broken installations that depend on using /etc, but were configured differently
2007-01-09 09:32:56 +01:00
joerg@trift2.
68d6f7ae52
Changes necessary to build version 4.0.28:
...
- "make_binary_distribution" accepts a dummy "--platform=" argument.
- "MySQL-shared-compat.spec" uses a "version40" define symbol internally.
2007-01-08 18:33:55 +01:00
df@kahlann.erinye.com
2247682f1e
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
2007-01-07 11:57:33 +01:00
df@kahlann.erinye.com
d95a7063bc
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
2007-01-07 11:56:44 +01:00
kent@mysql.com/kent-amd64.(none)
528b457644
mysql.spec.sh, make_binary_distribution.sh:
...
Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
correct "libgcc.a" path is returned for the 32/64 bit architecture
2007-01-05 16:53:03 +01:00
istruewing@chilla.local
a66da6203d
Bug#24607 - MyISAM pointer size determined incorrectly
...
The function mi_get_pointer_length() computed too small
pointer size for very large tables.
Inserted missing 'else' between the branches for very
large tables.
2007-01-05 10:26:51 +01:00
df@kahlann.erinye.com
ac1d0c107b
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
2007-01-05 10:00:46 +01:00
df@kahlann.erinye.com
e9945b5f24
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
2007-01-05 09:59:34 +01:00
mmj@tiger.mmj.dk
f61a873c60
my_global.h:
...
Patch from Alfredo for TARGET_FAT_BINARY
2007-01-04 23:18:04 +01:00
bteam/mysqldev@mysql.com/production.mysql.com
ba77051e10
Raise version number after cloning 4.0.28
2007-01-03 12:08:59 +01:00
holyfoot/hf@mysql.com/hfmain.(none)
5b1b0a6ff4
Merge mysql.com:/d2/hf/common/my41-common
...
into mysql.com:/d2/hf/opt/my41-opt
2007-01-03 11:17:00 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
12cd7c7b3e
warning count for embedded prepared statements added
2007-01-03 02:41:14 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
e7130631cb
merging fix
2007-01-02 17:53:55 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
56155d83e7
merging fix
2007-01-02 17:51:32 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
998167acce
embedded-server related fixes
2007-01-02 17:46:20 +04:00
df@kahlann.erinye.com
97fe26583f
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
2007-01-02 11:09:10 +01:00
df@kahlann.erinye.com
c46f692db7
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
2007-01-02 11:08:19 +01:00
kent@mysql.com/kent-amd64.(none)
0bc6df6a24
Many files:
...
Renamed hash_create() not to clash with imap using embedded server (bug#13859)
2007-01-01 10:50:39 +01:00
kent@mysql.com/kent-amd64.(none)
473b0c7287
configure.in:
...
Don't build server when configured --without-server (bug#23973)
2007-01-01 07:22:57 +01:00
kent@mysql.com/kent-amd64.(none)
efd16938ce
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
2007-01-01 05:34:17 +01:00
kent@mysql.com/kent-amd64.(none)
0255a1c9c2
mysql_secure_installation.sh:
...
Portable handling of "echo" without newline (bug#24605)
check-cpu:
In developer script safe to use "printf", not "echo -n"
2007-01-01 05:30:31 +01:00
holyfoot/hf@mysql.com/hfmain.(none)
0831699f5c
Merge mysql.com:/d2/hf/clean/my41-clean
...
into mysql.com:/d2/hf/common/my41-common
2006-12-31 12:37:42 +04:00
svoj@mysql.com/april.(none)
45aeb7f04d
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG23196/mysql-4.1-engines
2006-12-30 02:30:19 +04:00
svoj@mysql.com/june.mysql.com
63670828ba
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG21310/mysql-4.1-engines
2006-12-29 15:17:07 +04:00
svoj@mysql.com/april.(none)
19ba64de3f
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG21310/mysql-4.1-engines
2006-12-27 16:47:06 +04:00
svoj@mysql.com/june.mysql.com
28b1bb363b
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG24358/mysql-4.1-engines
2006-12-27 15:35:26 +04:00
gluh@mysql.com/eagle.(none)
24a4d9d3f5
Merge mysql.com:/home/gluh/MySQL/Merge/4.1
...
into mysql.com:/home/gluh/MySQL/Merge/4.1-opt
2006-12-25 12:58:44 +04:00
tsmith/tim@siva.hindu.god
26c0934ee3
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-4.1-maint
...
into siva.hindu.god:/usr/home/tim/m/bk/41
2006-12-22 13:23:12 -07:00
kaa@polly.local
2e68c3408e
Merge polly.local:/tmp/maint/bug24037/my41-bug24037
...
into polly.local:/home/kaa/src/maint/mysql-4.1-maint
2006-12-22 16:19:45 +03:00
kaa@polly.local
86a9ad6883
Fix for the bug #24037 "Lossy Hebrew to Unicode conversion".
...
Added definitions for the following Hebrew characters as specified by the ISO/IEC 8859-8:1999:
LEFT-TO-RIGHT MARK (LRM)
RIGHT-TO-LEFT MARK (RLM)
2006-12-22 15:30:37 +03:00
tsmith/tim@siva.hindu.god
93bbb19fc1
Merge siva.hindu.god:/usr/home/tim/m/bk/g41
...
into siva.hindu.god:/usr/home/tim/m/bk/41
2006-12-21 18:18:27 -07:00
msvensson@pilot.mysql.com
e1fcd181ef
Merge neptunus:mysql/mysql-4.1-maint
...
into pilot.mysql.com:/home/msvensson/mysql/mysql-4.1-maint
2006-12-22 00:58:32 +01:00
msvensson@neptunus.(none)
da6773f97b
Count number of masters the test is actually using and only start as
...
many as neeeded
2006-12-20 23:44:53 +01:00
df@kahlann.erinye.com
263876f373
BUG#20061 build script can not detect my cpu
2006-12-20 17:42:44 +01:00
msvensson@neptunus.(none)
5ccd3608d5
When running with --valgrind and --debug send all the output from
...
mysqld and valgrind to tracefile.
2006-12-20 16:54:37 +01:00
msvensson@neptunus.(none)
be0368c230
Add possibility to activate --mark-progress of mysqltest
2006-12-20 16:53:06 +01:00
svoj@mysql.com/april.(none)
5424cf19de
Merge mysql.com:/home/svoj/devel/bk/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG21310/mysql-4.1-engines
2006-12-20 19:08:28 +04:00
svoj@mysql.com/april.(none)
5ad9035605
BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage engine
...
An update that used a join of a table to itself and modified the
table on one side of the join reported the table as crashed or
updated wrong rows.
Fixed by creating temporary table for self-joined multi update statement.
2006-12-20 19:05:35 +04:00
istruewing@chilla.local
d9b9778e53
Bug#25213 - Compiler warnings in MyISAM code
...
Compiler warnings due to non-matching conversion
specifications in format strings in DBUG_PRINT calls,
due to non-used parameters (in non-debug mode), and
due to seemingly uninitialized variables.
Initialized variables, declared parameters unused, and
casted DBUG_PRINT arguments to get rid of warnings.
2006-12-20 15:32:02 +01:00
istruewing@chilla.local
1d69857c4d
Bug#25208 - Warnings in mi_packrec.c
...
Compiler warnings due to non-matching conversion
specifications in format strings in DBUG_PRINT calls.
Fixed DBUG_PRINT format specifiactions.
2006-12-20 15:18:09 +01:00
df@kahlann.erinye.com
6b27694ac8
remove hard-coded socket paths from some tests
2006-12-19 15:10:15 +01:00
istruewing@chilla.local
f3f5eb5cf6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into chilla.local:/home/mydev/mysql-4.1-axmrg
2006-12-19 10:40:53 +01:00
mtaylor@qualinost.(none)
09591de344
Search through options to find where the slow query log actually is.
2006-12-18 21:12:01 -08:00
df@kahlann.erinye.com
7d840b96fb
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build
...
into kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
2006-12-18 14:41:55 +01:00
df@kahlann.erinye.com
4a98f36e59
Use a temporary directory for sockets if the socket path becomes too long.
2006-12-18 13:44:21 +01:00
mtaylor@qualinost.(none)
373e280eb3
support /etc/mysql/my.cnf in mysqld_multi as well.
2006-12-15 16:17:10 -08:00
mtaylor@qualinost.(none)
57baef9584
Added support for /etc/mysql after /etc in the search path for my.cnf
...
bug #25104
2006-12-15 12:25:09 -08:00