Posted 4 мартаMar 4 comment_200818 Вылезла такая проблема нашел вроде тут ответ: https://stackoverflow.com/questions/950465/mysql-sql-big-selects/950576#950576 вроде получилось решить ее, вел команду SET GLOBAL max_join_size=18446744073709551615 в phpMyAdmin, все работало но через время опять вылезла эта дичь... Может кто знает как решить данную проблему ? REPLACE INTO `core_item_member_map` SELECT 'IPS\\cms\\Records1', `primary_id_field`, `member_id`, `record_saved` FROM `cms_custom_database_1` WHERE ( record_approved IN(1,2) ) AND ( primary_id_field IN(4,5,3,2,1) ) IPS\Db\Exception: 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 (1104) Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/ Share on other sites Больше вариантов
5 мартаMar 5 comment_200830 SET SQL_BIG_SELECTS=1 Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/?&do=findComment&comment=200830 Share on other sites Больше вариантов
5 мартаMar 5 Author comment_200832 1 час назад, Zero108 сказал: SET SQL_BIG_SELECTS=1 у меня нету доступа к конфигу... Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/?&do=findComment&comment=200832 Share on other sites Больше вариантов
5 мартаMar 5 comment_200833 10 часов назад, AnWey сказал: вел команду в phpmyadmin или что там есть на сервере. Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/?&do=findComment&comment=200833 Share on other sites Больше вариантов
6 мартаMar 6 Author comment_200881 В 05.03.2024 в 09:47, Zero108 сказал: в phpmyadmin или что там есть на сервере. Не рабочый способ, может кто знает как решить проблему ? Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/?&do=findComment&comment=200881 Share on other sites Больше вариантов
12 августаAug 12 Author comment_209389 ап... Link to comment https://ipbmafia.ru/topic/26630-kak-reshit-etu-problemu-s-max_join_size/?&do=findComment&comment=209389 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.