mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
Bug #27976: Misleading error message, 'Sort buffer to small'
The message is gramatically wrong, and factually wrong. Change it to refer to the myisam_sort_buffer_size variable and change "to" to "too".
This commit is contained in:
@@ -77,7 +77,7 @@ INSERT INTO t1 VALUES
|
||||
SET myisam_repair_threads=2;
|
||||
REPAIR TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 repair error sort_buffer_size is to small
|
||||
test.t1 repair error myisam_sort_buffer_size is too small
|
||||
test.t1 repair warning Number of rows changed from 0 to 157
|
||||
test.t1 repair status OK
|
||||
SET myisam_repair_threads=@@global.myisam_repair_threads;
|
||||
|
||||
Reference in New Issue
Block a user