mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
After merge fix.
This commit is contained in:
parent
2d9e457460
commit
afefa5d42f
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ INSERT INTO t1 VALUES
|
|||
('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),
|
||||
('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),
|
||||
('0'),('0'),('0'),('0'),('0'),('0'),('0');
|
||||
Warnings:
|
||||
Error 1034 sort_buffer_size is to small
|
||||
Error 1034 Number of rows changed from 0 to 157
|
||||
SET myisam_repair_threads=2;
|
||||
REPAIR TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
|
|
Loading…
Add table
Reference in a new issue