mariadb/client
Marko Mäkelä 6ec6eda4e3 Do not compare uninitialized data
Valgrind only seems to complain about memcmp() operations that
actually end up reading uninitialized data, while MemorySanitizer
requires that the entire length of both buffers be defined.
2020-03-28 21:20:29 +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-20477 Merge binlog extended metadata support from the upstream 2019-09-11 15:09:35 +05:30
CMakeLists.txt MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
completion_hash.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01: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 A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file system names 2019-12-06 10:27:59 +04:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysql_plugin.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysql_upgrade.c Merge 10.3 into 10.4 2020-03-16 16:24:36 +02:00
mysqladmin.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysqlbinlog.cc Merge 10.4 into 10.5 2020-03-23 10:50:14 +02:00
mysqlcheck.c cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
mysqldump.c cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
mysqlimport.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysqlshow.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysqlslap.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysqltest.cc Do not compare uninitialized data 2020-03-28 21:20:29 +02:00
readline.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00