mariadb/client
Monty 85d6278fed Change replication to use uchar for all buffers instead of char
This change is to get rid of randomly failing tests, especially those
that reads random position of the binary log. From looking at the logs
it's clear that some failures is because of a read char (with value >= 128)
is converted to a big long value. Using uchar everywhere makes this much
less likely to happen.
Another benefit is that a lot of cast of char to uchar could be removed.

Other things:
- Removed some extra space before '=' and '+=' in assignments
- Fixed indentations and lines > 80 characters
- Replace '16' with 'element_size' (from class definition) in
  Gtid_list_log_event()
2021-05-19 22:54:12 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_metadata.h MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
client_priv.h MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
CMakeLists.txt MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
completion_hash.cc Merge 10.4 into 10.5 2020-11-03 16:24: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
mariadb-conv.cc Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
mysql_plugin.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
mysql_upgrade.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
mysqladmin.cc MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
mysqlbinlog.cc Change replication to use uchar for all buffers instead of char 2021-05-19 22:54:12 +02:00
mysqlcheck.c MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
mysqldump.c Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
mysqlimport.c MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
mysqlshow.c MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
mysqlslap.c MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
mysqltest.cc Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
readline.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00