mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #58412 mysqltest: allow quoting of strings in let and in if comparison
Stripping quotes in let was a bad idea, will not fix Added code to strip quotes from rhs in comparisons
This commit is contained in:
@ -423,7 +423,10 @@ while with string, only once
|
||||
hello == hello
|
||||
hello == hello
|
||||
hello != goodbye
|
||||
'quoted' == ''quoted''
|
||||
two words
|
||||
'two words'
|
||||
"two words"
|
||||
two words are two words
|
||||
right answer
|
||||
anything goes
|
||||
|
Reference in New Issue
Block a user