skip to Main Content

Preference in Mysql resultset – Magento

While executing the below query in Mysql I am getting multiple records. SELECT * FROM catalog_product_entity_int WHERE attribute_id = 99 and row_id = 378050 +----------+--------------+----------+--------+-------+ | value_id | attribute_id | store_id | row_id | value | +----------+--------------+----------+--------+-------+ | 12101931 |…

VIEW QUESTION

Is there a limit for simultaneous transactions in MariaDB? – CentOS

There is Centos 7 server with Asterisk PBX 11.25.3 and mysql Ver 15.1 Distrib 10.3.18-MariaDB, for Linux (x86_64). extensions.conf: [from-main-asterisk] exten => _9XXXXXXXXXXXX,1,MYSQL(Connect connid localhost root rootpasswd mydatabase) exten => _9XXXXXXXXXXXX,n,GotoIf($["${connid}" = ""]?error,1) exten => _9XXXXXXXXXXXX,n(select_sim),MYSQL(Query RESULTID ${connid} set autocommit=0)…

VIEW QUESTION
Back To Top
Search