Maintenance script to wrap the mysql binary
authorTim Starling <tstarling@wikimedia.org>
Sun, 20 May 2018 14:50:41 +0000 (16:50 +0200)
committerTim Starling <tstarling@wikimedia.org>
Thu, 31 May 2018 05:42:51 +0000 (15:42 +1000)
commit25503cf0112a206d4dbb84687646ff2269c4bea0
treea2956db9ca4a31c114e191dfd509c749f7d28afb
parent51f26185bf9ff8b70ae4db96e6962a6aef0346e5
Maintenance script to wrap the mysql binary

This is more or less equivalent to the WMF shell script "sql", but it is
reasonably portable and written in a less hackish way.

Change-Id: I240d8d4e65ce46680cac257ee376a9b026c13f92
.phpcs.xml
autoload.php
includes/libs/rdbms/database/DatabaseMysqli.php
includes/libs/rdbms/loadbalancer/ILoadBalancer.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
maintenance/mysql.php [new file with mode: 0644]