• unknown's avatar
    Bug #29419 "Specifying a join_buffer > 4GB on 64 bit machines not possible." · f570ccc3
    unknown authored
    Use size_t instead of uint when calculating join buffer size, because uint can be overflown on 64-bit platforms and join_buffer_size > 4 GB.
    
    The test case for this bug is a part of the test suite for bug #5731.
    
    
    sql/sql_select.cc:
      Use size_t instead of uint when calculating join buffer size, because uint can be overflown on 64-bit platforms and join_buffer_size > 4G.
    f570ccc3
sql_select.cc 490 KB