Commit 251b42ef authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_mysql_innodb_catalog: force using READ COMMITTED connector for...

erp5_mysql_innodb_catalog: force using READ COMMITTED connector for z_get_table_schema, z_getitem_by_path and z_getitem_by_uid.

z_get_table_schema: we don't care transaction at all and it is called at the beginning of indexation as well.
z_getitem_by_path and z_getitem_by_uid: they are used in indexation only.
parent 6e5fba1e
......@@ -34,7 +34,7 @@
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
<value> <string>erp5_sql_read_committed_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -34,7 +34,7 @@
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
<value> <string>erp5_sql_read_committed_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -34,7 +34,7 @@
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
<value> <string>erp5_sql_read_committed_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment