mariadb/client
Monty d671fec431 Fixed some errors & warnings when running mariadb-upgrade on MySQL instance
- Moved view checks after privilege tables are fixed. This is to avoid
  warnings about wrongly defined mysql.proc when checking views.
- Don't use stat tables before they have been fixed.
- Don't run mysql_fix_view() if 'FOR MYSQL' is used if the view is
  already a MariaDB view.
- Added 'FOR UPGRADE' as an option for 'REPAIR VIEW' to be able to
  detect if the REPAIR command comes from mariadb_upgrade. In this
  case we get a warning, instead of an error, if a definer of a view
  does not exists.
2023-06-25 16:15:08 +03:00
..
async_example.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02: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 Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
CMakeLists.txt Merge remote-tracking branch 'upstream/10.4' into 10.5 2021-09-10 17:16:18 +03:00
completion_hash.cc Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
completion_hash.h
echo.c Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mariadb-conv.cc mariadb-conv --character-sets-dir 2021-05-20 18:33:07 +02:00
my_readline.h
mysql.cc Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysql_plugin.c Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
mysql_upgrade.c Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysqladmin.cc Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqlbinlog.cc Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqlcheck.c Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysqldump.c Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqlimport.c Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqlshow.c Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqlslap.c Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
mysqltest.cc Merge 10.5 into 10.6 2023-04-25 13:10:33 +03:00
readline.cc MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00