Commit 87c7ca59 authored by Sergei Golubchik's avatar Sergei Golubchik

32-bit fix

parent 6549d21d
# #
# only global # only global
# #
--replace_result 4294967295 18446744073709551615
select @@global.myisam_mmap_size; select @@global.myisam_mmap_size;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR --error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.myisam_mmap_size; select @@session.myisam_mmap_size;
--replace_result 4294967295 18446744073709551615
show global variables like 'myisam_mmap_size'; show global variables like 'myisam_mmap_size';
--replace_result 4294967295 18446744073709551615
show session variables like 'myisam_mmap_size'; show session variables like 'myisam_mmap_size';
--replace_result 4294967295 18446744073709551615
select * from information_schema.global_variables where variable_name='myisam_mmap_size'; select * from information_schema.global_variables where variable_name='myisam_mmap_size';
--replace_result 4294967295 18446744073709551615
select * from information_schema.session_variables where variable_name='myisam_mmap_size'; select * from information_schema.session_variables where variable_name='myisam_mmap_size';
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment