1
0
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:
Markus Staab
2024-03-03 08:18:55 +01:00
committed by Andrew Hutchings
parent 57f6a1ca98
commit 361b790392
4 changed files with 28 additions and 27 deletions

View File

@ -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 " : "");