mariadb/client
Nirbhay Choubey 99e462ab0b BUG#11760384 - 52792: mysqldump in XML mode does not dump
routines.

mysqldump in xml mode did not dump routines, events or
triggers.

This patch fixes this issue by fixing the if conditions
that disallowed the dump of above mentioned objects in
xml mode, and added the required code to enable dump
in xml format.


client/mysqldump.c:
  BUG#11760384 - 52792: mysqldump in XML mode does not dump
                        routines.
  
  Fixed some if conditions to allow execution of dump methods
  for xml and further added the relevant code at places to produce
  the dump in xml format.
mysql-test/r/mysqldump.result:
  Added a test case for Bug#11760384.
mysql-test/t/mysqldump.test:
  Added a test case for Bug#11760384.
2012-01-10 13:33:45 +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#11758062 - 50206: ER_TOO_BIG_SELECT REFERS TO OUTMODED 2011-09-28 15:39:21 +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#12695969 2011-07-11 17:13:27 +01:00
mysqlcheck.c Manual merge from mysql-5.0. 2011-07-22 11:46:45 +04:00
mysqldump.c BUG#11760384 - 52792: mysqldump in XML mode does not dump 2012-01-10 13:33:45 +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 Updated/added copyright headers 2011-07-03 17:47:37 +02:00
mysqltest.cc Bug #12793118 MYSQLTEST: --ERROR AND --DISABLE_ABORT_ON_ERROR DO NOT WORK FOR SQL IN COMMANDS 2011-09-14 15:19:24 +02:00
readline.cc Build broken for gcc 4.5.1 in optimized mode. 2011-11-29 15:52:47 +01:00
sql_string.cc Bug#12406055 post-push fix: unused variable 'num_chars' in optimized build. 2011-11-01 07:50:54 +01:00
sql_string.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00