mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
auto-merge
This commit is contained in:
@@ -3577,7 +3577,8 @@ char check_if_ignore_table(const char *table_name, char *table_type)
|
||||
If these two types, we do want to skip dumping the table
|
||||
*/
|
||||
if (!opt_no_data &&
|
||||
(!strcmp(table_type,"MRG_MyISAM") || !strcmp(table_type,"MRG_ISAM")))
|
||||
(!strcmp(table_type,"MRG_MyISAM") || !strcmp(table_type,"MRG_ISAM") ||
|
||||
!strcmp(table_type,"FEDERATED")))
|
||||
result= IGNORE_DATA;
|
||||
}
|
||||
mysql_free_result(res);
|
||||
|
||||
Reference in New Issue
Block a user