summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/information_schema_grants.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-15528 Punch holes when pages are freedThirunarayanan Balathandayuthapani2020-03-101-9/+0
| | | | | | | | | | | | | The following parameters are deprecated: innodb-background-scrub-data-uncompressed innodb-background-scrub-data-compressed innodb-background-scrub-data-interval innodb-background-scrub-data-check-interval Removed scrubbing code completely(btr0scrub.h, btr0scrub.cc) Removed information_schema.innodb_tablespaces_scrubbing tables Removed the scrubbing logic from fil_crypt_thread()
* MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tablesSergei Golubchik2019-10-281-0/+311
switch to definer privileges when populating I_S tables