mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Remove unnecessary whitespace in mysqldump
This commit is contained in:
committed by
Andrew Hutchings
parent
57f6a1ca98
commit
361b790392
@@ -3042,8 +3042,9 @@ static uint get_table_structure(const char *table, const char *db, char *table_t
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
dynstr_set_checked(&select_field_names, "");
|
dynstr_set_checked(&select_field_names, "");
|
||||||
insert_option= ((delayed && opt_ignore) ? " DELAYED IGNORE " :
|
|
||||||
delayed ? " DELAYED " : opt_ignore ? " IGNORE " : "");
|
insert_option= ((delayed && opt_ignore) ? "DELAYED IGNORE " :
|
||||||
|
delayed ? "DELAYED " : opt_ignore ? "IGNORE " : "");
|
||||||
|
|
||||||
verbose_msg("-- Retrieving table structure for table %s...\n", table);
|
verbose_msg("-- Retrieving table structure for table %s...\n", table);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user