Hallo,
ich habe ein seltsames Phänomen:
Der Fehler #1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
taucht bei identischer Query in php7 auf, in php 5.6 aber nicht.
-
Wie kann ich mir das erklären?
-
Wie/wo setze ich denn sql big selects auf 1? Mache ich das als Query im Programm?
Pit