Index: branches/wmf/1.17wmf1/includes/db/DatabaseMysql.php |
— | — | @@ -108,6 +108,7 @@ |
109 | 109 | } |
110 | 110 | |
111 | 111 | if ( $success ) { |
| 112 | + /* |
112 | 113 | $version = $this->getServerVersion(); |
113 | 114 | if ( version_compare( $version, '4.1' ) >= 0 ) { |
114 | 115 | // Tell the server we're communicating with it in UTF-8. |
— | — | @@ -125,6 +126,7 @@ |
126 | 127 | $this->query( "SET sql_mode = $mode", __METHOD__ ); |
127 | 128 | } |
128 | 129 | } |
| 130 | + */ |
129 | 131 | |
130 | 132 | // Turn off strict mode if it is on |
131 | 133 | } else { |