summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+1
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+1
| |\
| | * MDEV-10744: Roles are not fully case sensitiveVicențiu Ciorbaru2016-12-011-1/+1
* | | MDEV-11584: GRANT inside an SP does not work well on 2nd executionOleksandr Byelkin2016-12-281-0/+5
* | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-8/+3
* | | Use sql_mode_t for sql_mode.Monty2016-10-051-3/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-5/+5
|\ \ \ | |/ /
| * | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-09-021-4/+4
| * | cleanupSergei Golubchik2016-07-131-1/+1
* | | fix: CURRENT_ROLE() inside SECURITY DEFINER viewsSergei Golubchik2016-08-271-4/+3
* | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-4/+0
* | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-0/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-85/+94
|\ \ \ | |/ /
| * | MDEV-10054 Secure login fails when CIPHER is requiredSergei Golubchik2016-06-281-0/+3
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-7/+5
| |\ \ | | |/
| | * [MDEV-9614] Roles and Users longer than 6 charactersIgor Pashev2016-06-221-7/+5
| * | MDEV-9851: CREATE USER w/o IDENTIFIED BY clause causes crash when using crack...Nirbhay Choubey2016-05-051-1/+3
| * | MDEV-9940 CREATE ROLE blocked by password validation pluginSergei Golubchik2016-05-051-1/+1
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-40/+36
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-21/+26
| | |\
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-9/+9
| | | |\
| | | | * (no commit message)Arun Kuruvila2016-02-231-8/+8
| | | * | MDEV-9835 Valid password is not working after server restartSergei Golubchik2016-04-191-5/+12
| | * | | MDEV-9580 SHOW GRANTS FOR <current_user> failsSergei Golubchik2016-04-241-13/+13
| | * | | SEGFAULT in get_column_grant()Igor Pashev2016-04-211-1/+2
| * | | | MDEV-9898 SET ROLE NONE can crash mysqld.Alexey Botchkov2016-05-021-1/+1
| * | | | Fixed assert if user table was mailformed.Monty2016-05-011-4/+6
* | | | | More tests for "MDEV-7563 Support CHECK constraint".Alexander Barkov2016-06-301-2/+0
* | | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-221-9/+9
* | | | | Reuse THD for new user connectionsMonty2016-06-041-2/+2
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-5/+7
* | | | | MDEV-9704: ALTER TABLE does not work from clientOleksandr Byelkin2016-03-141-2/+0
* | | | | [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2016-03-081-1/+0
* | | | | [MDEV-7978] Added show create user implementation.Vicențiu Ciorbaru2016-03-081-92/+161
* | | | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2016-03-081-0/+4
* | | | | [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2016-03-081-2/+49
* | | | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2016-03-081-0/+20
* | | | | Fix warnings in sql_acl.ccVicențiu Ciorbaru2016-03-081-4/+1
* | | | | Merge branch '10.1' into 10.2Monty2016-02-061-77/+96
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-4/+13
| * | | | Revert "On Windows SSL works with sockets only, so we shouldn't tell the client"Georg Richter2016-01-271-5/+2
| * | | | On Windows SSL works with sockets only, so we shouldn't tell the clientGeorg Richter2016-01-271-2/+5
| * | | | MDEV-9273 ERROR 1819 on grant statment for existing userSergei Golubchik2016-01-251-4/+6
| * | | | cleanup: move all password validation logic into one functionSergei Golubchik2016-01-251-31/+33
| * | | | cleanup: LEX_USER::pwtext and LEX_USER::pwhashSergei Golubchik2016-01-251-39/+47
| * | | | cleanup: create LEX_USER::reset_auth()Sergei Golubchik2016-01-251-4/+2
* | | | | MDEV-9117: Client Server capability negotiation for MariaDB specific function...Oleksandr Byelkin2016-02-021-7/+17