From: stronk7 Date: Sun, 27 Aug 2006 22:25:41 +0000 (+0000) Subject: Concat operator for mysql added X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9dbc13db9a3f0d28f5bdabefb8d548598a927c25;p=moodle.git Concat operator for mysql added --- diff --git a/lib/xmldb/classes/generators/mysql/mysql.class.php b/lib/xmldb/classes/generators/mysql/mysql.class.php index 6e4016b9d5..7cb7320806 100644 --- a/lib/xmldb/classes/generators/mysql/mysql.class.php +++ b/lib/xmldb/classes/generators/mysql/mysql.class.php @@ -48,6 +48,9 @@ class XMLDBmysql extends XMLDBGenerator { var $enum_extra_code = false; //Does the generator need to add extra code to generate code for the enums in the table + var $concat_character = null; //Characters to be used as concatenation operator. If not defined + //MySQL CONCAT function will be use + /** * Creates one new XMLDBmysql */