From: paul Date: December 20 2005 6:47pm Subject: bk commit into 4.1 tree (paul:1.2464) List-Archive: http://lists.mysql.com/commits/288 Message-Id: <20051220184749.99DB220C5CC@snake-hub.snake.net> Below is the list of changes that have just been committed into a local 4.1 repository of paul. When paul 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.2464 05/12/20 12:47:44 paul@stripped +1 -0 mysql.cc: Typo in help message. client/mysql.cc 1.217 05/12/20 12:47:23 paul@stripped +1 -1 Typo in help message. # 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: paul # Host: snake-hub.snake.net # Root: /src/extern/MySQL/bk/mysql-4.1 --- 1.216/client/mysql.cc 2005-12-04 07:32:54 -06:00 +++ 1.217/client/mysql.cc 2005-12-20 12:47:23 -06:00 @@ -254,7 +254,7 @@ { "quit", 'q', com_quit, 0, "Quit mysql." }, { "rehash", '#', com_rehash, 0, "Rebuild completion hash." }, { "source", '.', com_source, 1, - "Execute a SQL script file. Takes a file name as an argument."}, + "Execute an SQL script file. Takes a file name as an argument."}, { "status", 's', com_status, 0, "Get status information from the server."}, #ifdef USE_POPEN { "system", '!', com_shell, 1, "Execute a system shell command."},