Loading client/mysql.cc +2 −1 Original line number Diff line number Diff line Loading @@ -950,7 +950,8 @@ static int read_lines(bool execute_commands) } else { char *prompt= (char*) (glob_buffer.is_empty() ? construct_prompt() : char *prompt= (char*) (ml_comment ? " /*> " : glob_buffer.is_empty() ? construct_prompt() : !in_string ? " -> " : in_string == '\'' ? " '> " : (in_string == '`' ? Loading Loading
client/mysql.cc +2 −1 Original line number Diff line number Diff line Loading @@ -950,7 +950,8 @@ static int read_lines(bool execute_commands) } else { char *prompt= (char*) (glob_buffer.is_empty() ? construct_prompt() : char *prompt= (char*) (ml_comment ? " /*> " : glob_buffer.is_empty() ? construct_prompt() : !in_string ? " -> " : in_string == '\'' ? " '> " : (in_string == '`' ? Loading