[CP] fix generated column create bug
This commit is contained in:
		@ -244,7 +244,7 @@ int ObExprRegexpLike::is_valid_for_generated_column(const ObRawExpr*expr,
 | 
				
			|||||||
                                                    const common::ObIArray<ObRawExpr *> &exprs,
 | 
					                                                    const common::ObIArray<ObRawExpr *> &exprs,
 | 
				
			||||||
                                                    bool &is_valid) const {
 | 
					                                                    bool &is_valid) const {
 | 
				
			||||||
  int ret = OB_SUCCESS;
 | 
					  int ret = OB_SUCCESS;
 | 
				
			||||||
  is_valid = lib::is_mysql_mode();
 | 
					  is_valid = true;
 | 
				
			||||||
  return ret;
 | 
					  return ret;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user