mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove unnecessary whitespace in mysqldump
This commit is contained in:
committed by
Andrew Hutchings
parent
57f6a1ca98
commit
361b790392
@ -3042,6 +3042,7 @@ static uint get_table_structure(const char *table, const char *db, char *table_t
|
||||
}
|
||||
else
|
||||
dynstr_set_checked(&select_field_names, "");
|
||||
|
||||
insert_option= ((delayed && opt_ignore) ? "DELAYED IGNORE " :
|
||||
delayed ? "DELAYED " : opt_ignore ? "IGNORE " : "");
|
||||
|
||||
|
Reference in New Issue
Block a user