mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
WL#3732 Information schema optimization
This commit is contained in:
parent
3ba813fe4e
commit
27ab885525
18 changed files with 1643 additions and 935 deletions
|
|
@ -4288,7 +4288,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")))
|
||||
(!my_strcasecmp(&my_charset_latin1, table_type, "MRG_MyISAM") ||
|
||||
!strcmp(table_type,"MRG_ISAM")))
|
||||
result= IGNORE_DATA;
|
||||
}
|
||||
mysql_free_result(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue