mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Merge mysql.com:/home/jimw/my/mysql-4.1-9186
into mysql.com:/home/jimw/my/mysql-4.1-clean client/mysql.cc: Auto merged
This commit is contained in:
commit
29fcd4b318
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue