Commit dc8acb6f authored by unknown's avatar unknown
Browse files

Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1

into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0


client/mysql.cc:
  Auto merged
parents 5e53947d 99d2d100
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1676,8 +1676,8 @@ static int com_server_help(String *buffer __attribute__((unused)),

      if (num_fields == 2)
      {
	put_info("Many help items for your request exist", INFO_INFO);
	put_info("To make a more specific request, please type 'help <item>',\nwhere item is one of next", INFO_INFO);
	put_info("Many help items for your request exist.", INFO_INFO);
	put_info("To make a more specific request, please type 'help <item>',\nwhere item is one of the following", INFO_INFO);
	num_name= 0;
	num_cat= 1;
	last_char= '_';