mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
bugfix: Item_func_weight_string::print()
This commit is contained in:
@ -161,6 +161,13 @@ INSERT INTO t1 (a) VALUES ('a');
|
||||
SELECT a, HEX(b) FROM t1;
|
||||
DROP TABLE t1;
|
||||
|
||||
#
|
||||
# Item_func_weight_string::print()
|
||||
#
|
||||
create view v1 as select weight_string("MySQL" as char(4));
|
||||
select * from v1;
|
||||
drop view v1;
|
||||
|
||||
--echo #
|
||||
--echo # End of 10.2 tests
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user