• unknown's avatar
    Bug #29419 "Specifying a join_buffer > 4GB on 64 bit machines not possible." · d0e8d1ab
    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.
    d0e8d1ab
sql_select.cc 505 KB