411
411
select VARIABLE_VALUE from information_schema.GLOBAL_VARIABLES where VARIABLE_NAME like "VERSION_COMPILE_MACHINE" into @arch;
413
414
if(!`select strcmp(@arch,"i386")`)
417
427
set @@max_heap_table_size= 4294967296;
418
428
select @@max_heap_table_size > 0;
419
429
set global max_heap_table_size= 4294967296;