rdbms: remove HIGH_PRIORITY/LOW_PRIORITY SQL references from IDatabase
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Aug 2019 20:44:06 +0000 (13:44 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Aug 2019 22:04:53 +0000 (15:04 -0700)
commit3cdf794c95e48d6d53abcad8f9bd4f396a220932
tree22866ac7247111a26f687ba3dbf73fa97e1a2d6d
parent8ef8af4244f0736b7b0c2bf6273b6c0e7e97a693
rdbms: remove HIGH_PRIORITY/LOW_PRIORITY SQL references from IDatabase

These should not be used even with MySQL as they do not help concurrency

Change-Id: I5385fcbe65e676b184268286bedd5c2299b447d4
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseMssql.php
includes/libs/rdbms/database/DatabaseMysqlBase.php
includes/libs/rdbms/database/IDatabase.php