1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00

Merge 10.11 into 11.4

This commit is contained in:
Marko Mäkelä
2025-09-24 13:40:09 +03:00
66 changed files with 1171 additions and 254 deletions

View File

@@ -2884,7 +2884,9 @@ static void fix_history(String *final_command)
ptr++;
}
if (total_lines > 1)
add_history(fixed_buffer.ptr());
{
add_history(fixed_buffer.c_ptr());
}
}
/*