Commit d14aefa6 authored by Sergei Golubchik's avatar Sergei Golubchik

32-bit fix

parent 82adf55e
#
# only global
#
--replace_result 4294967295 18446744073709551615
select @@global.myisam_mmap_size;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.myisam_mmap_size;
--replace_result 4294967295 18446744073709551615
show global variables like 'myisam_mmap_size';
--replace_result 4294967295 18446744073709551615
show session variables like 'myisam_mmap_size';
--replace_result 4294967295 18446744073709551615
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';
#
......
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