Make CloneDatabase error out on shared tables.
authorBrian Wolff <bawolff+wn@gmail.com>
Thu, 22 May 2014 21:36:40 +0000 (18:36 -0300)
committerReedy <reedy@wikimedia.org>
Thu, 19 Jun 2014 09:36:12 +0000 (09:36 +0000)
commit0b32b01adbbbf325e575f1da08104a36fb315759
tree4818a96416b2ad7b35636a4e65d238a31b5d3fbe
parent4ddd259d0d3b0399eb1e553d95125e53f30f1032
Make CloneDatabase error out on shared tables.

Due to the way prefixes are handled, this doesn't work properly.

Make it quit early to prevent confusion. I don't think there's
many people who need shared table support, so I don't know if
its worth the effort to actually fix.

Bug: 65654
Change-Id: I6cd701998fc9066d8c7a4fc86d93a4282cc7f9bd
includes/db/CloneDatabase.php