· 9 years ago · Jan 05, 2017, 01:02 AM
1vendor/magento/module-catalog-search/Model/Indexer/Fulltext/Plugin/Product.php
2
3SQLSTATE[HY000]: General error: 1787 When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1,
4the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed
5in a non-transactional context only, and require that AUTOCOMMIT = 1.
6These statements are also not allowed in a function or trigger because functions
7and triggers are also considered to be multi-statement transactions.,
8query was: CREATE TEMPORARY TABLE IF NOT EXISTS
9`catalog_product_index_eav_temp` LIKE `catalog_product_index_eav_tmp`