cmiller@zippy.(none)
7bbd8fb051
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug18078
2006-05-03 18:58:13 -04:00
aivanov@mysql.com
2038e05bb4
Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/alexi/dev/mysql-5.1-wl3148
2006-05-04 02:58:11 +04:00
svojtovich@production.mysql.com
1890b04e13
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into production.mysql.com:/usersnfs/svojtovich/mysql-5.0
2006-05-03 23:17:17 +02:00
holyfoot@mysql.com
2f7ac18f22
Merge bk@192.168.21.1:mysql-5.0
...
into mysql.com:/home/hf/work/mysql-5.0.mrg
2006-05-04 02:17:17 +05:00
pekka@mysql.com
ec42119233
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/pekka/ndb/version/my50
2006-05-03 23:17:16 +02:00
holyfoot@mysql.com
e5a22d1bca
Merge bk@192.168.21.1:mysql-4.1
...
into mysql.com:/home/hf/work/mysql-4.1.mrg
2006-05-04 00:03:58 +05:00
msvensson@neptunus.(none)
667435103d
Check if "../libtool" is available and use it only when it is.
2006-05-03 20:04:57 +02:00
monty@mysql.com
d689f2fa70
Cleanups after review of WL#602
...
Fixed warnings from test suite
Some fixes in mysql-test-run script to catch more warnings
2006-05-03 19:40:52 +03:00
cmiller@zippy.(none)
b07bb71291
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug18078
2006-05-03 10:04:04 -04:00
kroki@mysql.com
96f0aa3cfb
Bug#15463: EXPLAIN SELECT..INTO hangs the client (QB, command line)
...
There were two distict bugs: parse error was returned for valid
statement and that error wasn't reported to the client.
The fix ensures that EXPLAIN SELECT..INTO is accepted by parser and any
other parse error will be reported to the client.
2006-05-03 18:02:43 +04:00
holyfoot@deer.(none)
5b5db01a46
merging fix
2006-05-03 19:01:29 +05:00
cmiller@zippy.(none)
a5789854ee
Added code to remove closing comment code from event text, as would be
...
supplied inside a /*!VERSION event-text */ segment. (Fixes Bug#18078
2006-05-03 09:55:34 -04:00
monty@mysql.com
9756d7f853
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/my/mysql-5.1
2006-05-03 16:03:19 +03:00
monty@mysql.com
343644dd5d
Added support for key_block_size for key and table level (WL#602)
...
Added support for key_block_size to MyISAM.
Simplify interface to 'new Key' to make it easier to add new key options.
mysqld option --new is used to define where key options are printed.
(In 5.3 we should move all key options to after key part definition to avoid problem with reserved names)
Fixed some compiler warnings and a memory leak in ssl
2006-05-03 15:59:17 +03:00
msvensson@devsrv-b.mysql.com
4a755e085b
Merge msvensson@msvensson.mysql.internal:/home/msvensson/mysql/mysql-5.0-maint
...
into devsrv-b.mysql.com:/users/msvensson/mysql-5.0-maint
2006-05-03 14:12:38 +02:00
msvensson@neptunus.(none)
f0ac0fdf06
Add an untrusted cacert used when testing
2006-05-03 14:10:22 +02:00
msvensson@neptunus.(none)
99475e7f4c
Add tests for connecting to server with invalid and blank certs.
2006-05-03 14:06:34 +02:00
holyfoot@mysql.com
86cab8533f
merging
2006-05-03 16:47:05 +05:00
holyfoot@mysql.com
7ee205f67a
merging
2006-05-03 16:42:39 +05:00
svoj@april.(none)
365e38b05c
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into april.(none):/home/svoj/devel/mysql/BUG17810/mysql-5.0
2006-05-03 16:37:42 +05:00
svoj@april.(none)
23d304b312
Merge april.(none):/home/svoj/devel/mysql/BUG18160/mysql-5.0
...
into april.(none):/home/svoj/devel/mysql/BUG17810/mysql-5.0
2006-05-03 16:36:00 +05:00
holyfoot@mysql.com
9de68b8122
merging
2006-05-03 16:33:42 +05:00
holyfoot@mysql.com
8667344572
Merge hf@192.168.21.28:work/mysql-4.1.16892
...
into mysql.com:/home/hf/work/mysql-4.1.mrg
2006-05-03 15:53:36 +05:00
holyfoot@mysql.com
486693e219
Merge mysql.com:/home/hf/work/mysql-4.1.15442
...
into mysql.com:/home/hf/work/mysql-4.1.mrg
2006-05-03 15:52:07 +05:00
holyfoot@mysql.com
0007484c26
Merge mysql.com:/home/hf/work/mysql-4.1.15225
...
into mysql.com:/home/hf/work/mysql-4.1.mrg
2006-05-03 15:51:19 +05:00
msvensson@neptunus.(none)
7d9efcc206
Make cert's in std_data that we cpoy from SSL/ depend on the cert's in SSL/
2006-05-03 12:05:04 +02:00
bar@mysql.com
c51d7419e8
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/home/bar/mysql-5.1-new.b18170
2006-05-03 12:34:51 +05:00
grog@mysql.com
59fac3eab6
rpl_auto_increment_11932.result, rpl_auto_increment_11932.test:
...
Test case for BUG#11932
2006-05-03 16:28:11 +09:30
bar@mysql.com
467052aa5b
Merge mysql.com:/usr/home/bar/mysql-5.1-new
...
into mysql.com:/usr/home/bar/mysql-5.1-new.b18170
2006-05-03 09:08:12 +05:00
igor@rurik.mysql.com
ae4eb6b50f
Fixed bug #14292 : performance degradation for a benchmark query.
...
This performance degradation was due to the fact that some
cost evaluation code added into 4.1 in the function find_best was
not merged into the code of the function best_access_path added
together with other code for greedy optimizer.
Added a parameter to the function print_plan. The parameter contains
accumulated cost for a given partial join.
The patch does not include a special test case since this performance
degradation is hard to reproduse with a simple example.
TODO: make the function find_best use the function best_access_path
in order to remove duplication of code which might result in incomplete
merges in the future.
2006-05-02 18:31:20 -07:00
brian@zim.(none)
874252373c
Added new show contributors command.
2006-05-02 17:53:26 -07:00
cmiller@zippy.(none)
9648920963
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug18078
2006-05-02 18:41:42 -04:00
jmiller@mysql.com
614da47ccc
rpl_loaddatalocal.result, rpl_loaddatalocal.test:
...
updated for ndb cluster testing
2006-05-02 22:56:53 +02:00
dlenev@mysql.com
5cae540501
Merge mysql.com:/home/dlenev/mysql-5.0-bg11081
...
into mysql.com:/home/dlenev/mysql-5.1-merges
2006-05-02 23:16:53 +04:00
cmiller@zippy.(none)
ba0752e125
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug17667
2006-05-02 15:09:35 -04:00
aivanov@mysql.com
f6073b2735
WL#3148: Modifying sizes of i_s.processlist columns ('time', 'info').
2006-05-02 23:08:22 +04:00
cmiller@zippy.(none)
5de7b78bd2
More merging assistence.
...
Logging behavior changed in early 5.1. (The filename was never right, but
the "opt" file is unnecessary in 5.0 anyway.)
2006-05-02 15:07:00 -04:00
jmiller@mysql.com
2fcfe0a5c9
rpl_sp_effects.result, rpl_sp_effects.test:
...
Updated with order by's to allow ndb engine to pass when using this test.
2006-05-02 20:10:02 +02:00
cmiller@zippy.(none)
4d15fc5ee0
Merge zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug17667
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new__bug17667
2006-05-02 13:55:03 -04:00
elliot@mysql.com
c0b5b3cd40
Fix spelling in comments as requested by Osku
...
This will make charset code easier to understand
2006-05-02 09:13:58 -04:00
msvensson@neptunus.(none)
11721dbf9a
Merge bk-internal:/home/bk/mysql-5.1-new
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2006-05-02 15:09:09 +02:00
dlenev@mysql.com
c40f8557dc
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/mysql-5.0-bg11081
2006-05-02 17:07:23 +04:00
ramil@mysql.com
2d52881789
Fix for bug #16546 : DATETIME+0 not always coerced the same way
2006-05-02 18:00:44 +05:00
msvensson@neptunus.(none)
f9194996c4
Use libtool --mode=execute when starting the mysqld as well.
...
Add $exe_libtool to be used throughout the script
2006-05-02 14:46:18 +02:00
pekka@mysql.com
5c0012cb98
ndb - bug#19201 (4.1), see comment in NdbBlob.cpp
2006-05-02 14:33:55 +02:00
gluh@eagle.intranet.mysql.r18.ru
19de86dd63
WL#2257 REFERENTIAL_CONSTRAINTS view
...
added I_S.REFARENTIAL_CONSTRAINTS table
2006-05-02 16:31:39 +05:00
bar@mysql.com
bd3f46ed35
Merge mysql.com:/usr/home/bar/mysql-5.1-new
...
into mysql.com:/usr/home/bar/mysql-5.1-new.b18201
2006-05-02 14:10:18 +05:00
msvensson@neptunus.(none)
65fe45e5c6
Merge bk-internal:/home/bk/mysql-5.1-new
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2006-05-02 09:31:55 +02:00
cmiller@zippy.(none)
1205ae8276
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__bug17667
2006-05-01 22:50:36 -04:00
cmiller@zippy.(none)
85ffd9640e
SECURITY FIX
...
Bug#17667: An attacker has the opportunity to bypass query logging.
This adds a new, local-only printf format specifier to our *printf functions
that allows us to print known-size buffers that must not be interpreted as
NUL-terminated "strings."
It uses this format-specifier to print to the log, thus fixing this
problem.
2006-05-01 22:10:50 -04:00