mariadb/client
Venkata Sidagam 913e3a8475 Bug #12615411 - server side help doesn't work as first statement
Problem description:
Giving "help 'contents'" in the mysql client as a first statement
gives error

Analysis:
In com_server_help() function the "server_cmd" variable was
initialised with buffer->ptr(). And the "server_cmd" variable is not
updated since we are passing "'contents'"(with single quote) so the
buffer->ptr() consists of the previous buffer values and it was sent
to the mysql_real_query() hence we are getting error.

Fix:
We are not initialising the "server_cmd" variable and we are updating
the variable with "server_cmd= cmd_buf" in any of the case i.e with
single quote or without single quote for the contents.
As part of error message improvement, added new error message in case
of "help 'contents'".

client/mysql.cc:
  com_server_help(): Properly updated the server_cmd variable and improved
  the error message.
2012-07-19 13:52:34 +05:30
..
.cvsignore
client_priv.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:37:13 +02:00
completion_hash.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
completion_hash.h - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
echo.c echo.c: 2007-03-20 18:31:49 +01:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
Makefile.am Updated/added copyright headers 2011-07-03 17:47:37 +02:00
my_readline.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql.cc Bug #12615411 - server side help doesn't work as first statement 2012-07-19 13:52:34 +05:30
mysql_upgrade.c Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqladmin.cc Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqlbinlog.cc BUG#11762670:MY_B_WRITE RETURN VALUE IGNORED 2012-07-10 14:23:17 +05:30
mysqlcheck.c Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqldump.c Bug #11754178 45740: MYSQLDUMP DOESN'T DUMP GENERAL_LOG AND SLOW_QUERY 2012-05-07 16:46:44 +05:30
mysqlimport.c Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqlshow.c Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqlslap.c Bug #11766072 59107: MYSQLSLAP CRASHES IF STARTED WITH NO ARGUMENTS ON WINDOWS 2012-04-09 16:42:41 +05:30
mysqltest.cc Bug #13708485: malformed resultset packet crashes client 2012-06-28 18:38:55 +03:00
readline.cc Build broken for gcc 4.5.1 in optimized mode. 2011-11-29 15:52:47 +01:00
sql_string.cc Updated/added copyright headers 2012-02-15 17:21:38 +01:00
sql_string.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00