Merge mysql.com:/home/jimw/my/mysql-4.1-9186
into mysql.com:/home/jimw/my/mysql-4.1-clean
This commit is contained in:
commit
7e7ed0f6a8
@ -950,7 +950,8 @@ static int read_lines(bool execute_commands)
|
|||||||
}
|
}
|
||||||
else
|
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 == '\'' ?
|
in_string == '\'' ?
|
||||||
" '> " : (in_string == '`' ?
|
" '> " : (in_string == '`' ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user