removed max line size for a sql dump file. This optional since PHP 4.2.0. Larger...
authorMarkus Glaser <mglaser@users.mediawiki.org>
Fri, 13 May 2011 17:24:43 +0000 (17:24 +0000)
committerMarkus Glaser <mglaser@users.mediawiki.org>
Fri, 13 May 2011 17:24:43 +0000 (17:24 +0000)
commit2e2f07235dda289cb764059f2da7734b78e2f3b3
tree452cd579fcfe3c9551fde63cf3f3073fdedf4fd6
parente8a77a384f489473e25561b81ed9f01b4fc73066
removed max line size for a sql dump file. This optional since PHP 4.2.0. Larger lines are needed when importing test databases in selenium framework. This change was discussed on wikitech-l on 03.Feb.2011.
includes/db/Database.php