Commit 6a0d541d authored by unknown's avatar unknown

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
parents 042ba96f 40db0598
...@@ -950,7 +950,8 @@ static int read_lines(bool execute_commands) ...@@ -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 == '`' ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment