[CP] fix regexp binary match bug

This commit is contained in:
wangt1xiuyi
2024-05-24 04:27:06 +00:00
committed by ob-robot
parent 824f103958
commit a9c2c92acb
3 changed files with 10 additions and 1 deletions

View File

@ -6420,4 +6420,7 @@ TRIM( SUBSTRING( SUBSTRING( '
1
1
1
select cast('NAMEXX' as BINARY) regexp BINARY '^[A-Z]+$', cast('NAME66' as BINARY) regexp BINARY '^[A-Z]+$';
cast('NAMEXX' as BINARY) regexp BINARY '^[A-Z]+$' cast('NAME66' as BINARY) regexp BINARY '^[A-Z]+$'
1 0
drop database ly;