Avoid checking double-prefixed table names in mysql tableExists()
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Jun 2017 18:31:35 +0000 (11:31 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Jun 2017 18:41:32 +0000 (18:41 +0000)
commit0352fe44f10fa2a20027b6ca7d583232019781cb
treec5caec7b35e1ec0e029271116cfcf03545ae9454
parentcb3ae021726f3ce549eee11f09e34bdf395d9db7
Avoid checking double-prefixed table names in mysql tableExists()

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