mariadb/client
Nirbhay Choubey a8e6f7c67b Bug#11766310 : 59398: MYSQLDUMP 5.1 CAN'T HANDLE A DASH
("-") IN DATABASE NAMES IN ALTER DATABASE.

mysqldump did not quote database name in 'ALTER DATABASE'
statements in its output. This can further cause a failure
while loading if database name contains a hyphen '-'.

This happened as, while printing the 'ALTER DATABASE'
statements, the database name was not quoted.

Fixed by quoting the database name.
2011-02-21 12:37:24 +05:30
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h WL#5182 Remove more deprecated 4.1/5.0 features 2010-01-27 13:23:28 +01:00
CMakeLists.txt Addition to Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled 2009-09-04 11:19:44 +05:30
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 Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabled for 2009-09-03 16:02:03 +05:30
my_readline.h Fixed bug#57450 - mysql client enter in an infinite loop 2011-02-05 11:02:00 +06:00
mysql.cc Follow up fix for bug#57450. 2011-02-09 12:46:12 +06:00
mysql_upgrade.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-20 15:07:36 -03:00
mysqladmin.cc Bug#58221 : mysqladmin --sleep=x --count=x keeps looping 2011-01-16 02:04:08 +05:30
mysqlbinlog.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
mysqlcheck.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
mysqldump.c Bug#11766310 : 59398: MYSQLDUMP 5.1 CAN'T HANDLE A DASH 2011-02-21 12:37:24 +05:30
mysqlimport.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
mysqlshow.c Use UNINIT_VAR workaround instead of LINT_INIT. 2010-07-09 16:37:52 -03:00
mysqlslap.c Bug#59109 : mysqlslap crashes on mysql_fetch_row after ignoring 2011-01-13 15:56:42 +05:30
mysqltest.cc merge 2011-01-26 16:34:34 +01:00
readline.cc Follow up fix for bug#57450. 2011-02-09 17:13:17 +06:00
sql_string.cc Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-07-09 09:00:17 -03:00
sql_string.h Bug#45288: pb2 returns a lot of compilation warnings 2010-10-19 20:36:59 -02:00