mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Post-review fixes for bug #20924
mysql-test/r/case.result: Post-review fix for bug #20924 mysql-test/r/func_if.result: Post-review fix for bug #20924 mysql-test/r/func_test.result: Post-review fix for bug #20924 mysql-test/r/user_var.result: Post-review fix for bug #20924 mysql-test/t/case.test: Post-review fix for bug #20924 mysql-test/t/func_if.test: Post-review fix for bug #20924 mysql-test/t/func_test.test: Post-review fix for bug #20924 mysql-test/t/user_var.test: Post-review fix for bug #20924 sql/item_func.cc: Post-review fix for bug #20924 sql/item_func.h: Post-review fix for bug #20924 sql/log_event.cc: Post-review fix for bug #20924
This commit is contained in:
parent
f64483cb90
commit
5aa6e8615e
11 changed files with 31 additions and 18 deletions
|
|
@ -142,9 +142,11 @@ select @@global.version;
|
|||
select @@session.VERSION;
|
||||
|
||||
#
|
||||
# Bug #20924 SET on a user variable saves UNSIGNED as SIGNED
|
||||
# Bug #20924: CAST(expr as UNSIGNED) returns SIGNED value when used in various
|
||||
# functions
|
||||
# - SET on a user variable saves UNSIGNED as SIGNED
|
||||
#
|
||||
set @a=18446744073709551615;
|
||||
select @a;
|
||||
|
||||
# End of 4.1 tests
|
||||
--echo End of 4.1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue