• unknown's avatar
    Bug #27976: Misleading error message, 'Sort buffer to small' · d64e63b3
    unknown authored
    The message is gramatically wrong, and factually wrong.
    
    Change it to refer to the myisam_sort_buffer_size variable and change
    "to" to "too".
    
    
    myisam/sort.c:
      Change error messages to be gramatically correct and to refer to the
      correct variable.
    mysql-test/r/repair.result:
      Refer to the correct variable.  Message changed.
    d64e63b3
sort.c 31.1 KB