mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
This commit is contained in:
@ -398,7 +398,7 @@ static int create_table_from_dump(THD* thd, NET* net, const char* db,
|
||||
}
|
||||
|
||||
check_opt.init();
|
||||
check_opt.flags|= T_VERY_SILENT;
|
||||
check_opt.flags|= T_VERY_SILENT | T_CALC_CHECKSUM;
|
||||
check_opt.quick = 1;
|
||||
thd->proc_info = "Rebuilding the index on master dump table";
|
||||
// we do not want repair() to spam us with messages
|
||||
|
Reference in New Issue
Block a user