mariadb/mysql-test/suite/bugs
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
..
data Test case for bug#12691 2008-01-31 16:23:27 +03:00
r BUG#36391: "mysqlbinlog creates invalid charset statements" 2009-01-27 20:49:37 +00:00
t BUG#36391: "mysqlbinlog creates invalid charset statements" 2009-01-27 20:49:37 +00:00
combinations BUG#37426: RBR breaks for CHAR() UTF-8 fields > 85 chars 2008-06-30 22:11:18 +02:00