• unknown's avatar
    Issue a warning if a user sets an option or a variable to a value that is... · 78348d4e
    unknown authored
    Issue a warning if a user sets an option or a variable to a value that is greater than a defined maximum for the option/variable.
    
    This is for bug #29446 "Specifying a myisam_sort_buffer > 4GB on 64 bit machines not possible". Support for myisam_sort_buffer_size > 4 GB on 64-bit Windows will be looked at later in 5.2.
    
    
    mysql-test/r/variables.result:
      Fixed the test.
    mysql-test/t/variables.test:
      Fixed the test.
    mysys/my_getopt.c:
      Print a warning to the error log if a user sets an option to a value greater than the option's maximum value.
    sql/set_var.cc:
      Issue an SQL warning if a user assignes a value greater than the variable's maximum value.
    78348d4e
set_var.cc 119 KB