mariadb/client
Sergei Golubchik 13663cb5c4 MDEV-33727 mariadb-dump trusts the server and does not validate the data
safety first - tell mariadb client not to execute dangerous
cli commands, they cannot be present in the dump anyway.

wrapping the command in /*!999999 ..... */ guarantees that
if a non-mariadb-cli client loads the dump and sends it to the
server - the server will ignore the command it doesn't understand
2024-05-06 17:16:10 +02:00
..
async_example.c
client_metadata.h MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
client_priv.h cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
CMakeLists.txt MDEV-33876 CMake, zlib - use names compatible with official FindZLIB.cmake 2024-05-03 21:48:47 +02: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 Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mariadb-conv.cc Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc MDEV-21778 Disable system commands in mysql/mariadb client 2024-05-06 17:16:10 +02:00
mysql_plugin.c Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
mysql_upgrade.c cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqladmin.cc cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqlbinlog.cc cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqlcheck.c cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqldump.c MDEV-33727 mariadb-dump trusts the server and does not validate the data 2024-05-06 17:16:10 +02:00
mysqlimport.c cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqlshow.c cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqlslap.c cleanup: unused OPT_xxx and client_priv.h 2024-05-06 17:16:10 +02:00
mysqltest.cc MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
readline.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00