Commit abae4d04 authored by Benjamin Eberlei's avatar Benjamin Eberlei

DDC-1119 - Remove call to not existing function.

parent 79e305a6
...@@ -370,7 +370,7 @@ class MySqlPlatform extends AbstractPlatform ...@@ -370,7 +370,7 @@ class MySqlPlatform extends AbstractPlatform
$optionStrings = array(); $optionStrings = array();
if (isset($options['comment'])) { if (isset($options['comment'])) {
$optionStrings['comment'] = 'COMMENT = ' . $this->quote($options['comment'], 'text'); $optionStrings['comment'] = 'COMMENT = ' . $options['comment'];
} }
if (isset($options['charset'])) { if (isset($options['charset'])) {
$optionStrings['charset'] = 'DEFAULT CHARACTER SET ' . $options['charset']; $optionStrings['charset'] = 'DEFAULT CHARACTER SET ' . $options['charset'];
......
Subproject commit ffd9dc7460bb90ebfe1f98388e5eceb03a934e9a Subproject commit a46c6180f96647fdd66e2c8f2771d61ecebe6a3f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment