• cmiller@zippy.cornsilk.net's avatar
    Bug#18875: Default value of tmp_table_size is meaningless · 6e2c8bac
    cmiller@zippy.cornsilk.net authored
    It makes no sense to have a default tmp_table_size larger than the 
    max_heap_table_size .  In usage, the tmp is ever limited to the max value, 
    so I lowered the default tmp to the default max value.
    
    A great idea would be to emit a warning when the tmp_table_size is set to 
    greater than max_heap_table_size .
    6e2c8bac
mysqld.cc 300 KB