From: Date: October 29 2005 1:47am Subject: bk commit into 5.0 tree (dean:1.1953) BUG#14448 List-Archive: http://lists.mysql.com/internals/31641 X-Bug: 14448 Message-Id: Below is the list of changes that have just been committed into a local 5.0 repository of dellis. When dellis does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1953 05/10/28 18:47:11 dean@stripped +1 -0 mysql.cc: BUG#14448 - add option to display current delimiter in mysql prompt client/mysql.cc 1.188 05/10/28 18:46:40 dean@stripped +5 -0 BUG#14448 - add option to display current delimiter in mysql prompt # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: dean # Host: niflheim.lan # Root: /home/dellis/mysqlab/bk/mysql-5.0 --- 1.187/client/mysql.cc 2005-10-20 16:23:29 -05:00 +++ 1.188/client/mysql.cc 2005-10-28 18:46:40 -05:00 @@ -3494,6 +3494,11 @@ } break; } + case 'l': + { + processed_prompt.append(delimiter_str); + break; + } case 'p': { #ifndef EMBEDDED_LIBRARY