Change the duplicateTableStructure() to use the original names.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 12 Apr 2011 18:54:51 +0000 (18:54 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 12 Apr 2011 18:54:51 +0000 (18:54 +0000)
commitf524482f2d1f44cdec68b7150c5f7d9ca227cb14
tree3df07e21b56c40256ef7b3484cd94d53a6226e18
parent912ddd9ccf9db54480832441e1457a366412f7bd
Change the duplicateTableStructure() to use the original names.
It is now duplicateTableStructure() duty to addIdentifierQuotes() them.
Fixed bug for mysql < 4.1 where the new name would be quoted twice.

Always quote identifier in Oracle, doing otherwise seems a bug (can someone confirm?)
includes/db/CloneDatabase.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php