mariadb/client
Nirbhay Choubey 6d45683b38 Bug#58139 : default-auth option not recognized in MySQL standard
command line clients.

Postfix covering other mysql standard clients like mysql_upgrade,
mysqlbinlog, mysqlcheck, mysqlimport, mysqlshow and mysqlslap.


client/client_priv.h:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients
  
  Added an entry for 'default-auth' option.
client/mysql.cc:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients
  
  Updated the id entry for default_auth option.
client/mysql_upgrade.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
client/mysqladmin.cc:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients
  
  Updated the id entry for default_auth option.
client/mysqlbinlog.cc:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
client/mysqlcheck.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
client/mysqldump.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients
  
  Updated the id entry for default_auth option.
client/mysqlimport.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
client/mysqlshow.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
client/mysqlslap.c:
  Bug#58139 : default-auth option not recognized in MySQL standard
              command line clients.
  
  Introduced two new variables to hold values from default-auth and
  plugin-dir options and further pushed them to client's st_mysql
  instance.
mysql-test/r/plugin_auth.result:
  Added test case for Bug#58139 for mysql_upgrade.
mysql-test/t/plugin_auth.test:
  Added test case for Bug#58139 for mysql_upgrade.
2011-01-16 09:29:05 +05:30
..
client_priv.h Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
CMakeLists.txt merge of mysql-5.5 into mysql-5.5-wl1054 2010-09-20 17:17:32 +03:00
completion_hash.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -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
my_readline.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00
mysql.cc Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysql_upgrade.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqladmin.cc Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqlbinlog.cc Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqlcheck.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqldump.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqlimport.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqlshow.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqlslap.c Bug#58139 : default-auth option not recognized in MySQL standard 2011-01-16 09:29:05 +05:30
mysqltest.cc Bug #59153 mysqltest produces a valgrind warning when the running test fails 2011-01-11 15:23:39 +01:00
readline.cc Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
sql_string.cc Bug#55077: Assertion failed: width > 0 && to != ((void *)0), 2010-08-25 19:57:53 +04:00
sql_string.h Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-10-19 20:51:34 -02:00