joreland@mysql.com
35dfc96b1c
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-10 15:20:32 +02:00
joreland@mysql.com
ca619c1844
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-10 15:15:10 +02:00
joreland@mysql.com
77ef82cf55
ndb -
...
Fix mem leak in testBlobs
2005-06-10 15:13:44 +02:00
joreland@mysql.com
5ffe1f5d95
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-10 12:34:15 +02:00
joreland@mysql.com
46569b2a53
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-10 12:33:07 +02:00
joreland@mysql.com
96789d5ecb
ndb - autotest
...
Fix stack overflow in ndb_cpcd on amd64
2005-06-10 12:31:55 +02:00
joreland@mysql.com
491001064a
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-10 10:31:21 +02:00
joreland@mysql.com
4de2f33d96
merge
2005-06-10 10:28:09 +02:00
joreland@mysql.com
decf8ed04e
ndb - autotest
...
script fixes for solaris
2005-06-10 10:22:32 +02:00
joreland@mysql.com
65e5d9e982
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-09 16:13:23 +02:00
joreland@mysql.com
b6fba9b40d
merge
2005-06-09 16:11:34 +02:00
joreland@mysql.com
f6bb7cabbe
merge
2005-06-09 15:44:57 +02:00
joreland@mysql.com
14d74e75db
bug#11205 - ndb - 4006 when starting scan
2005-06-09 15:39:14 +02:00
joreland@mysql.com
a5a13ea8c8
ndb - autotest
...
small script fixes
- Don't use hostname -s as it's linux specific
- Don't remove result unless scp worked
2005-06-09 08:07:48 +02:00
joreland@mysql.com
872c84b382
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-09 07:57:10 +02:00
joreland@mysql.com
e330bb5b2e
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-09 07:53:34 +02:00
joreland@mysql.com
3c82fb642c
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-09 07:52:02 +02:00
joreland@mysql.com
3765bb2df9
ndb - uint overflow when running on 64-bit platform with more than 4Gb of mem
...
bug#10711
bug#10058
bug#9363
bug#9025
bug#8918
2005-06-09 07:49:48 +02:00
dlenev@mysql.com
207ac74905
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bgmd
2005-06-09 01:54:18 +04:00
konstantin@mysql.com
9b2e653af0
Disable dynamic SQL in stored routines.
...
This is to close Bug#10975, Bug#7115, Bug#10605
This feature will be implemented in a future release.
2005-06-09 01:46:30 +04:00
dlenev@mysql.com
fae0b7f7af
Manual merge
2005-06-09 01:13:20 +04:00
dlenev@brandersnatch.localdomain
5394a1a4bd
Fix for bug #11158 "Can't perform multi-delete in stored procedure".
...
In order to make multi-delete SP friendly we need to have all table
locks for the elements of main statement table list properly set
at the end of parsing.
Also performed small cleanup: We don't need relink_tables_for_multidelete()
any longer since the only case now when TABLE_LIST::correspondent_table
is non-zero are tables in auxilary table list of multi-delete and these
tables are handled specially in mysql_multi_delete_prepare().
2005-06-09 01:07:52 +04:00
hf@deer.(none)
8feae4d48f
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into deer.(none):/home/hf/work/mysql-5.0.9764
2005-06-08 21:59:03 +05:00
hf@deer.(none)
a881e00aaf
Fix for bug #10896 (0.00 > -0.00)
2005-06-08 21:56:22 +05:00
konstantin@mysql.com
a2bf13cde6
Trim trailing spaces.
2005-06-08 19:57:26 +04:00
hf@deer.(none)
3849422055
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into deer.(none):/home/hf/work/mysql-5.0.9764
2005-06-08 20:38:57 +05:00
hf@deer.(none)
6c148a7969
Fix for bug #9764 (DISTINCT IFNULL truncates data)
2005-06-08 20:35:37 +05:00
konstantin@mysql.com
f0ee736991
Cleanup sql_prepare.cc
2005-06-08 19:31:34 +04:00
joreland@mysql.com
dc191d5b17
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-06-08 17:12:08 +02:00
joreland@mysql.com
7bcc81c87b
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-08 16:55:06 +02:00
joreland@mysql.com
dc78a77206
bug#11166 - ndb
...
Fix potential inconsistency when running ndb_restore due to faulty parsing
of backup log wrt inserts
2005-06-08 16:48:57 +02:00
holyfoot@mysql.com
730c3a260f
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/hf/work/mysql-5.0.8459
2005-06-08 15:53:07 +05:00
holyfoot@hf-ibm.(none)
ff9951f221
Fix for bug #8429 (FORMAT returns incorrect result)
2005-06-08 15:49:36 +05:00
lenz@mysql.com
0c4a1a6af4
Merge mysql.com:/space/my/mysql-5.0.7-clone
...
into mysql.com:/space/my/mysql-5.0
2005-06-08 12:27:52 +02:00
lenz@mysql.com
024010e562
- make sure to include mysql-test/t/*.sql files in the binary distributions and when
...
"make install" is called (mysql_delimiter.sql was missing)
2005-06-08 11:49:24 +02:00
hf@deer.(none)
71f06aa778
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into deer.(none):/home/hf/work/mysql-5.0.9894
2005-06-08 14:17:42 +05:00
ramil@mysql.com
7d496d0cd3
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/usr/home/ram/work/mysql-5.0
2005-06-08 13:19:03 +05:00
hf@deer.(none)
732fb06e13
Fix for bug #8425 (Insufficient precision in the '/' operation)
...
As the bug was already fixed, just testcase added here
2005-06-08 13:11:04 +05:00
stewart@mysql.com
a65c0b000a
BUG#10893 Cluster hangs on initial startup
...
IPCConfig wasn't constructing the connect string properly.
2005-06-08 17:35:11 +10:00
hf@deer.(none)
935b5ec4b4
Fix for bug #9894 (Negative numbers are allowed to 'unsigned' column)
2005-06-08 12:25:57 +05:00
ramil@mysql.com
e6b6eaf1dd
Merge mysql.com:/usr/home/ram/work/mysql-5.0-release
...
into mysql.com:/usr/home/ram/work/mysql-5.0
2005-06-08 12:22:14 +05:00
konstantin@mysql.com
51400b9a79
Fix failing ps_6bdb and ps_7ndb tests.
...
The changes are similar to those pushed with a fix for Bug#9899,
so my guess is that ps_6dbd and ps_7ndb tests were simply not run then.
2005-06-08 10:59:40 +04:00
konstantin@mysql.com
99c637477f
Fix ps_7ndb.result wrt working LIMIT clause (due to porting
...
missed ityesterday :()
2005-06-08 10:44:58 +04:00
ramil@mysql.com
6f8ef49895
A fix (bug #11153 : Ambiguous call to overloaded function, acording to Visual Studio 6)
2005-06-08 11:37:43 +05:00
konstantin@mysql.com
79b82323e3
A followup patch for Bug#7306 (limit in prepared statements):
...
don't evaluate subqueries during statement prepare, even if they
are not correlated.
With post-review fixes.
2005-06-08 00:34:53 +04:00
dlenev@brandersnatch.localdomain
620d42318b
Enabling back part of sp.test which no longer fails in --ps-protocol mode
...
(Bug which caused its failure before was fixed in the beginning of March
by the ChangeSet that introduced improved SP-locking).
2005-06-07 22:22:27 +04:00
joerg@mysql.com
bccd45ca03
Builds of 5.0.7 have begun, so anything added into this tree here will go into 5.0.8.
2005-06-07 19:28:43 +02:00
igor@rurik.mysql.com
ab67410664
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into rurik.mysql.com:/home/igor/mysql-5.0
2005-06-07 09:11:37 -07:00
joreland@mysql.com
5309177642
ndb - update test prg for testDict -n NF1
2005-06-07 18:06:49 +02:00
igor@rurik.mysql.com
c9c52df80b
Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0
...
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
2005-06-07 08:23:46 -07:00