(bug 43116) Don't run database updates for shared tables unless --doshared is provided
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 27 Dec 2012 17:37:40 +0000 (18:37 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 27 Dec 2012 17:37:40 +0000 (18:37 +0100)
commit56226548248240621a0017f33f85fe6971a08ffb
tree1045897b0419456c394a7e67d7eb699478ac55ed
parentb28c7a8adc70034fbb8b10e632b4196d9087eed4
(bug 43116) Don't run database updates for shared tables unless --doshared is provided

Added DatabaseUpdater::doTable() to check whether updates should executed on the given table.

Change-Id: I83fd722b604f9bc8a834681d234a0d80964dedc5
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php