summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_auth.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-6/+6
| | | | | | This patch changes the main name of 3 byte character set from utf8 to utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default, so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
* MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-5/+5
| | | | | | | Also increase user name up to 128. The work was started by Rucha Deodhar <rucha.deodhar@mariadb.com>, contains audit plugin fixes by Alexey Botchkov <holyfoot@askmonty.org>.
* more verbose testsSergei Golubchik2020-04-271-0/+1
|
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-3/+3
|\
| * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-3/+3
| | | | | | | | Quotes added to output.
| * Merge 10.2 into 10.3Marko Mäkelä2019-07-221-1/+7
| |
* | Write information about restart in .resultMichael Widenius2019-04-011-0/+1
| | | | | | | | Idea comes from MySQL which does something similar
* | MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-041-22/+11
| | | | | | | | | | | | test a multi-auth with a missing auth plugin on the client update (and simplify) plugin_auth.test to match
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-0/+3
| | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-141-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all system tables in mysql directory of type engine=Aria Privilege tables are using transactional=1 Statistical tables are using transactional=0, to allow them to be quickly updated with low overhead. Help tables are also using transactional=0 as these are only updated at init time. Other changes: - Aria store engine is now a required engine - Update comment for Aria tables to reflect their new usage - Fixed that _ma_reset_trn_for_table() removes unlocked table from transaction table list. This was needed to allow one to lock and unlock system tables separately from other tables, for example when reading a procedure from mysql.proc - Don't give a warning when using transactional=1 for engines that is using transactions. This is both logical and also to avoid warnings/errors when doing an alter of a privilege table to InnoDB. - Don't abort on warnings from ALTER TABLE for changes that would be accepted by CREATE TABLE. - New created Aria transactional tables are marked as not movable (as they include create_rename_lsn). - bootstrap.test was changed to kill orignal server, as one can't anymore have two servers started at same time on same data directory and data files. - Disable maria.small_blocksize as one can't anymore change aria block size after system tables are created. - Speed up creation of help tables by using lock tables. - wsrep_sst_resync now also copies Aria redo logs.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+491