Re: Strange behavior with MySQL (solved) [message #27732 is a reply to message #27659] |
Mon, 25 February 2008 10:30  |
bfrackie
Messages: 2 Registered: February 2008
|
Junior Member |
|
|
Hi Kir,
after hours of research, i have found that this is a bug in MySQL (a bug ticket on MySQL called this a feature). You have to to set
optimizer-search-depth = 0 (or another deepth, default is 62)
if you use more than 11 tables. Curios, because my notebook has the same value, but it works here. Anyway, thanks for support.
Bart
|
|
|