mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
also protect the /*!999999 sandbox comment
This commit is contained in:
@ -755,7 +755,7 @@ static void write_header(FILE *sql_file, const char *db_name)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(sql_file, "/*!999999\\- enable the sandbox mode */ \n");
|
||||
fprintf(sql_file, "/*M!999999\\- enable the sandbox mode */ \n");
|
||||
if (!opt_compact)
|
||||
{
|
||||
print_comment(sql_file, 0,
|
||||
|
Reference in New Issue
Block a user