diff --git a/lib/mysql.js b/lib/mysql.js index 21e43312..9dd43302 100644 --- a/lib/mysql.js +++ b/lib/mysql.js @@ -561,8 +561,6 @@ MySQL.prototype.buildExpression = function(columnName, operator, operatorValue, clause = columnName + ' REGEXP BINARY ?'; } - if (operatorValue.ignoreCase) - g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`i`}} flag'); if (operatorValue.global) g.warn('{{MySQL}} {{regex}} syntax does not respect the {{`g`}} flag');