Files
neutron-lib/neutron_lib/db
Rodolfo Alonso e2d68e39f5 Revert "Change the `StandardAttribute` load method to "selectin""
This reverts commit 7f702af482.

Reason for revert: this patch was introduced to make the database
produced code compatible with PostgreSQL. During this cycle we
dropped the support for this backend. This patch is probably
introducing a race condition when retrieving the port standard
attributes because these are retrieved in a second SQL query
(lazy='selectin').

In order to keep a healthy database engine, supporting
MariaDB/MySQL, it is better to retrieve the selected field in the
``port`` retrieval query instead of issuing a delayed second one.

Closes-Bug: #2093258
Change-Id: Ida5afffb808597aa09cc62984b36189a8bf409a0
2025-02-04 09:50:20 +00:00
..
2016-03-18 21:41:41 -04:00
2024-11-05 13:42:26 -05:00
2025-01-07 14:03:09 -05:00
2024-11-04 21:18:15 -05:00