mariadb/client
Brandon Nesterenko 1755ea4b49 MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputs
Changes on top of Sachin’s patch. Specifically:
 1) Refined the parsing break condition to only change the parser’s
behavior for parsing strings in binary mode (behavior of \0 outside
of strings is unchanged).
 2) Prefixed binary_zero_insert.test with ‘mysql_’ to more clearly
associate the  purpose of the test.
 3) As the input of the test contains binary zeros (0x5c00),
different text editors can visualize this sequence differently, and
Github would not display it at all. Therefore, the input itself was
consolidated into the test and created out of hex sequences to make
it easier to understand what is happening.
 4) Extended test to validate that the rows which correspond to the
INSERTS with 0x5c00 have the correct binary zero data.

Reviewed By:
===========
Andrei Elkin <andrei.elkin@mariadb.com>
2021-10-05 10:54:57 -06:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h Merge 10.2 into 10.3 2020-04-15 09:56:03 +03:00
CMakeLists.txt Cleanup - remove confusing comment. 2021-09-01 18:21:00 +02:00
completion_hash.cc Merge 10.2 into 10.3 2020-11-02 15:48:47 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc MDEV-25444: mysql --binary-mode is not able to replay some mysqlbinlog outputs 2021-10-05 10:54:57 -06:00
mysql_plugin.c Merge branch '10.2' into 10.3 2021-09-07 23:24:06 +02:00
mysql_upgrade.c Merge branch '10.2' into 10.3 2020-10-30 17:23:53 +01:00
mysqladmin.cc MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlbinlog.cc MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
mysqlcheck.c Merge 10.2 into 10.3 2019-06-19 08:56:10 +03:00
mysqldump.c Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
mysqlimport.c Merge 10.2 into 10.3 2020-06-13 15:11:43 +03:00
mysqlshow.c Merge 10.2 into 10.3 2019-06-19 08:56:10 +03:00
mysqlslap.c mdev-22485 mysqlslap does not use current user as default 2020-12-07 10:21:38 +01:00
mysqltest.cc Fixup "Windows, mysqltest : cleanup, remove dead code USE_CYGWIN" 2021-09-24 15:17:52 +02:00
readline.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.cc.dontuse Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.h.dontuse Update FSF Address 2019-05-11 21:29:06 +03:00