mariadb/client
Alfranio Correia 0888d7c0a8 BUG#36391: "mysqlbinlog creates invalid charset statements"
The fix for BUG#20103 "Escaping with backslash does not work as expected"
was implemented too greedy though in that it not only changes the behavior
of backslashes within strings but in general, so disabling command shortcuts
like \G or \C (which in turn leads to Bug #36391: "mysqlbinlog creates invalid charset
statements").
      
The fix allows the escaping with backslash to take place only inside a string, 
thus enabling the execution of command shortcuts and presevering the fix for
BUG#20103.
2009-01-27 20:49:37 +00:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 2008-01-31 17:46:50 +01:00
CMakeLists.txt Bug#37003 Tests sporadically crashes with embedded server 2008-06-18 13:17:15 -03: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 my_strtoll10-x86.s: 2006-12-31 01:02:27 +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 Bug#31455 mysqlbinlog don't print user readable info about RBR events 2008-08-20 19:06:31 +05:00
my_readline.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mysql.cc BUG#36391: "mysqlbinlog creates invalid charset statements" 2009-01-27 20:49:37 +00:00
mysql_upgrade.c Bug#35934 mysql_upgrade calls mysqlcheck with insufficient parameters 2008-12-09 12:30:49 +04:00
mysqladmin.cc Changes of copyright output from "--version" and similar. 2008-11-14 17:29:38 +01:00
mysqlbinlog.cc Additional fix for bug#31455 (rpl decoder) 2008-08-21 16:47:23 +05:00
mysqlcheck.c Fix for 2009-01-14 18:50:51 +04:00
mysqldump.c Added "Sun Microsystems, Inc." to copyright headers on files modified 2008-11-10 21:21:49 +01:00
mysqlimport.c Changes of copyright output from "--version" and similar. 2008-11-14 17:29:38 +01:00
mysqlshow.c Changes of copyright output from "--version" and similar. 2008-11-14 17:29:38 +01:00
mysqlslap.c mysql-test/r/partition.result 2008-11-25 03:04:58 +01:00
mysqltest.c merged 5.0-bugteam -> 5.1-bugteam 2009-01-09 20:35:02 +02:00
readline.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sql_string.cc Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris 2007-08-13 16:11:25 +03:00
sql_string.h Fixed compiler warnings 2007-02-23 13:13:55 +02:00