summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result')
-rw-r--r--mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result b/mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result
index 7b51fa3614a..caf37fd951a 100644
--- a/mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result
+++ b/mysql-test/suite/sys_vars/r/deadlock_search_depth_long_basic.result
@@ -37,6 +37,7 @@ select @@global.deadlock_search_depth_long;
0
set session deadlock_search_depth_long=cast(-1 as unsigned int);
Warnings:
+Warning 1105 Cast to unsigned converted negative integer to it's positive complement
Warning 1292 Truncated incorrect deadlock_search_depth_long value: '18446744073709551615'
select @@session.deadlock_search_depth_long;
@@session.deadlock_search_depth_long