Fixed bogus mysql error code 0 on mid-transaction disconnect
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Aug 2014 16:58:03 +0000 (09:58 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Aug 2014 16:58:03 +0000 (09:58 -0700)
commit9d03f95894164ac489c5f5fa2e540fc58637cd84
tree02e1b2af3edcbb4f44b0be208bc98afede4101de
parente8af98076f90f6eb595d6f3233bde63206e1faa4
Fixed bogus mysql error code 0 on mid-transaction disconnect

* Now the proper error (e.g. "server has gone away") and code is shown.

Change-Id: If0255101151441c7d05141ffc7cb416ad79e6bd8
includes/db/Database.php