msvensson@pilot.mysql.com
b23110f2de
Auto kill any children before exiting from process
2008-01-10 12:00:56 +01:00
kaa@kaamos.(none)
df8832bbea
Merge kaamos.(none):/data/src/opt/bug33305/my51-bug33305
...
into kaamos.(none):/data/src/opt/mysql-5.1-opt
2008-01-10 13:46:34 +03:00
kaa@kaamos.(none)
749157d66e
Merge kaamos.(none):/data/src/opt/bug33305/my50-bug33305
...
into kaamos.(none):/data/src/opt/mysql-5.0-opt
2008-01-10 13:45:11 +03:00
kaa@kaamos.(none)
8db61db7e1
Merge kaamos.(none):/data/src/opt/bug33305/my50-bug33305
...
into kaamos.(none):/data/src/opt/bug33305/my51-bug33305
2008-01-10 13:37:54 +03:00
msvensson@pilot.mysql.com
727afed657
Add --repeat and --retry
2008-01-10 10:44:18 +01:00
gni@dev3-221.dev.cn.tlan
8b52881c24
Shouldn't let the non-deterministic temperary filename output in result file for bug#30417
2008-01-10 17:39:50 +08:00
msvensson@pilot.mysql.com
da6073b4bc
Revert removal of ER_GET_ERRMSG
2008-01-10 10:25:45 +01:00
gni@dev3-221.dev.cn.tlan
a42cf6f5e5
Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj
...
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug30417
2008-01-10 13:37:54 +08:00
evgen@moonbone.local
165dfa3eba
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into moonbone.local:/work/33675-bug-5.0-opt-mysql
2008-01-09 23:19:46 +03:00
gkodinov/kgeorge@macbook.gmz
76c0aefcc2
merge of the fix for bug 33133 to 5.1-opt
2008-01-09 18:00:12 +02:00
msvensson@pilot.mysql.com
36c69b9d6c
Fix bug where local variable masked outer variable
2008-01-09 16:10:25 +01:00
gkodinov/kgeorge@macbook.gmz
83012461f0
Merge macbook.gmz:/Users/kgeorge/mysql/work/B33133-5.0-opt
...
into macbook.gmz:/Users/kgeorge/mysql/work/B33133-5.1-opt
2008-01-09 17:10:09 +02:00
gkodinov/kgeorge@magare.gmz
5a01be841a
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into magare.gmz:/home/kgeorge/mysql/autopush/B33133-5.0-opt
2008-01-09 16:52:11 +02:00
hhunger@hh-nb.hungers
2038eeb82b
fixed sorting differences in results.
2008-01-09 15:50:36 +01:00
gkodinov/kgeorge@macbook.gmz
2fc45f017d
Bug #33133 : Views are not transparent
...
When resolving references we need to take into consideration
the view "fields" and allow qualified access to them.
Fixed by extending the reference resolution to process view
fields correctly.
2008-01-09 16:49:13 +02:00
msvensson@pilot.mysql.com
3e01a1650d
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-bug32275
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
2008-01-09 15:10:10 +01:00
msvensson@pilot.mysql.com
8f8b396e8c
Add printouts when servers are restarted
...
Disable dynamic option switch
2008-01-09 13:47:09 +01:00
mattiasj@client-10-129-10-137.upp.off.mysql.com
a6a9774849
Bug#31931 Partitions: unjustified 'mix of handlers' error message
...
Problem was that the mix of handlers was not consistent between
CREATE and ALTER
changed so that it works like:
- All partitions must use the same engine
AND it must be the same as the table.
- if one does NOT specify an engine on the table level
then one must either NOT specify any engine on any
partition/subpartition OR for ALL partitions/subpartitions
Note: that after a table have been created, the storage engine
is specified for all parts of the table (table/partition/subpartition)
and so when using alter, one does not need to specify it (unless one
wants to change the storage engine, then one have to specify it on the
table level)
2008-01-09 13:15:50 +01:00
msvensson@pilot.mysql.com
1fa7072bfa
Bug#33763 Mysqld leaves readonly mode for cluster tables too early - part2
...
- Open tables readonly while not properly initialized
- Close cached tables when coming out of readonly mode
- Apply basically same patch as for 32275
2008-01-09 12:59:20 +01:00
mats@capulet.kindahl.net
6e94fb84ae
Post-merge fixes to make tests pass.
2008-01-09 12:55:04 +01:00
msvensson@pilot.mysql.com
af4bede6df
Fix reorder
2008-01-09 11:15:59 +01:00
hhunger@hh-nb.hungers
10ba1a635a
Disabled storedproc_06 for all engines due to bug 33464.
2008-01-09 10:38:56 +01:00
gni@dev3-221.dev.cn.tlan
9ca2177b2e
Fix for view.test.
...
the result should be added by 1 by the year(now()) function.
2008-01-09 14:51:08 +08:00
gni@dev3-221.dev.cn.tlan
37a64e5cbf
Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug29851
2008-01-09 11:17:50 +08:00
evgen@moonbone.local
ce111a0d73
Bug#33675: Usage of an uninitialized memory by filesort in a subquery caused
...
server crash.
The filesort implementation has an optimization for subquery execution which
consists of reusing previously allocated buffers. In particular the call to
the read_buffpek_from_file function might be skipped when a big enough buffer
for buffer descriptors (buffpeks) is already allocated. Beside allocating
memory for buffpeks this function fills allocated buffer with data read from
disk. Skipping it might led to using an arbitrary memory as fields' data and
finally to a crash.
Now the read_buffpek_from_file function is always called. It allocates
new buffer only when necessary, but always fill it with correct data.
2008-01-09 00:40:41 +03:00
mats@unknown.kindahl.net
e4bad7a8d0
Post-merge fixes to make tests pass.
2008-01-08 22:22:40 +01:00
msvensson@pilot.mysql.com
e898b7943b
reset master first in test to get consistent start
2008-01-08 21:45:15 +01:00
davi@mysql.com/endora.local
025aadce8a
Bug#29770 Two handlers are allowed to catch an error in an stored procedure.
...
Add test case.
2008-01-08 18:43:25 -02:00
msvensson@pilot.mysql.com
f3a9534412
Skipp adding combinations for test tat already are skipped
2008-01-08 21:26:55 +01:00
msvensson@pilot.mysql.com
e9d0237017
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-bug32275
...
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
2008-01-08 15:49:28 +01:00
msvensson@pilot.mysql.com
14aaab792d
Fix spelling
2008-01-08 15:48:55 +01:00
msvensson@pilot.mysql.com
284f28d78f
Remember dynamically set options as started
2008-01-08 15:47:04 +01:00
msvensson@pilot.mysql.com
5a026a8679
Force restart before events_restart_phase2
2008-01-08 15:45:47 +01:00
hhunger@hh-nb.hungers
c47c143464
WL#4084: Code changes due to enabled the disabled tests (including other improvements).
2008-01-08 13:56:01 +01:00
jonas@perch.ndb.mysql.com
8b009296d4
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
...
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
2008-01-08 13:25:54 +01:00
jonas@perch.ndb.mysql.com
9be1d56d87
ndb - bug#33739
...
page need to refetched after timeslice
2008-01-08 13:23:35 +01:00
msvensson@pilot.mysql.com
03d31f72a0
Remove pidfile after killing serve
2008-01-08 11:11:06 +01:00
msvensson@pilot.mysql.com
3b2cfef637
Use a tempdir name for the directory that var symlink points at, otherwise it can conflict
...
with another MTR_BUILD_THREAD=auto run
2008-01-08 10:50:07 +01:00
gkodinov/kgeorge@macbook.gmz
2710053416
Merge macbook.gmz:/Users/kgeorge/mysql/work/B33256-5.0-opt
...
into macbook.gmz:/Users/kgeorge/mysql/work/B33256-5.1-opt
2008-01-08 11:49:40 +02:00
msvensson@pilot.mysql.com
ec673b8a97
Use loose-skip-innodb so it works also with mysqld that has no innodb support
2008-01-08 10:35:34 +01:00
thek@adventure.(none)
3cd3a40d4d
Fixed test layout error.
2008-01-07 21:06:18 +01:00
msvensson@pilot.mysql.com
9087ee9170
Try to dynamically change option, restart if it fails
2008-01-07 19:44:48 +01:00
gkodinov/kgeorge@magare.gmz
7fe932ed82
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into magare.gmz:/home/kgeorge/mysql/autopush/B33256-5.0-opt
2008-01-07 18:55:05 +02:00
msvensson@shellback.(none)
481e8fecd6
Merge bk-internal:/home/bk/mysql-5.1-maint2
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-mtr
2008-01-07 15:40:54 +01:00
msvensson@shellback.(none)
2f9093e645
calculate build thread earlier
...
Always set MTR_BUILD_THREAD env variable
2008-01-07 15:39:32 +01:00
msvensson@shellback.(none)
c2bba780de
Improve error message
2008-01-07 15:38:25 +01:00
hezx@mail.hezx.com
e2676d0f1c
Merge mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#32205/5.0
...
into mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#32205/mysql-5.0-rpl
2008-01-06 15:39:46 +08:00
hezx@mail.hezx.com
5a5672d630
Fixed some test case after push of BUG#32205
2008-01-06 15:27:42 +08:00
hezx@mail.hezx.com
44a318efd5
Merge mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#28908/5.0
...
into mail.hezx.com:/media/sda3/work/mysql/bkwork/bug#32205/mysql-5.0-rpl
2008-01-06 15:18:45 +08:00
hezx@mail.hezx.com
287b981c87
Add missing include test file for rpl_server_id test
2008-01-06 15:17:47 +08:00