Index: trunk/phase3/includes/db/DatabaseMysql.php |
— | — | @@ -887,13 +887,6 @@ |
888 | 888 | function isMultipleKey() { |
889 | 889 | return $this->is_multiple; |
890 | 890 | } |
891 | | - |
892 | | - /** |
893 | | - * @return int |
894 | | - */ |
895 | | - function maxLength() { |
896 | | - return $this->max_length; |
897 | | - } |
898 | 891 | } |
899 | 892 | |
900 | 893 | class MySQLMasterPos implements DBMasterPos { |