Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2c2d397b authored by Lee Shombert's avatar Lee Shombert
Browse files

Improve temp-table query

The method that checks for the use of temporary tables cleans its
statement before it runs the query.  This leaves the statement in a
"dirty" state between checks, which locks the tables_used table.  This
change cleans the statement after the query is run so that no locks
are held.

The unit test has been updated.

Flag: EXEMPT bugfix
Bug: 342497314
Test: atest
 * CtsDatabaseTestCases
 * FrameworksCoreTests:android.database
Change-Id: I54032d8c360b123596ca73e6c294dbb285e05361
parent d6004db9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment