mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
10.0-base merge
(without InnoDB - all InnoDB changes were ignored)
This commit is contained in:
commit
72ba95873a
464 changed files with 8657 additions and 2905 deletions
|
|
@ -6355,8 +6355,7 @@ void do_delimiter(struct st_command* command)
|
|||
if (!(*p))
|
||||
die("Can't set empty delimiter");
|
||||
|
||||
strmake(delimiter, p, sizeof(delimiter) - 1);
|
||||
delimiter_length= strlen(delimiter);
|
||||
delimiter_length= strmake_buf(delimiter, p) - delimiter;
|
||||
|
||||
DBUG_PRINT("exit", ("delimiter: %s", delimiter));
|
||||
command->last_argument= p + delimiter_length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue