Improve tableExists() for MySQL
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Sep 2016 17:30:00 +0000 (10:30 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Sep 2016 17:37:41 +0000 (17:37 +0000)
commit4e4b9997493ceabd48455a5a23549f854001c9de
treeb17c6df896fbcbba4f4dc77362b841cdd57b5022
parent918de95406173c170d9f3b9fc1c8e783f7a8e211
Improve tableExists() for MySQL

Use SHOW TABLES to avoid log spam when the table does not exist.
This should make the CLI jenkins log a bit more readable.

Change-Id: I027a9d0af0e42959e9f03cebb295218068a263d3
includes/libs/rdbms/database/DatabaseMysqlBase.php