summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result')
-rw-r--r--mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result b/mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result
index 00b45d8e53b..cd56f42a7c7 100644
--- a/mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result
+++ b/mysql-test/suite/sys_vars/r/aria_max_sort_file_size_basic.result
@@ -46,8 +46,8 @@ select @@global.aria_max_sort_file_size;
1048576
set global aria_max_sort_file_size=cast(-1 as unsigned int);
Warnings:
-Warning 1105 Cast to unsigned converted negative integer to it's positive complement
-Warning 1105 Cast to unsigned converted negative integer to it's positive complement
+Note 1105 Cast to unsigned converted negative integer to it's positive complement
+Note 1105 Cast to unsigned converted negative integer to it's positive complement
Warning 1292 Truncated incorrect aria_max_sort_file_size value: '18446744073709551615'
select @@global.aria_max_sort_file_size;
@@global.aria_max_sort_file_size