mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
A fix and test case for bug#5688 "Upgraded 4.1.5 Server seg faults"
This commit is contained in:
@@ -289,3 +289,11 @@ execute stmt using @var;
|
||||
select * from t1;
|
||||
deallocate prepare stmt;
|
||||
drop table t1;
|
||||
prepare stmt from "select 'abc' like convert('abc' using utf8)";
|
||||
execute stmt;
|
||||
'abc' like convert('abc' using utf8)
|
||||
1
|
||||
execute stmt;
|
||||
'abc' like convert('abc' using utf8)
|
||||
1
|
||||
deallocate prepare stmt;
|
||||
|
Reference in New Issue
Block a user