summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Remove the very old historical but never documented behavior,Sergei Golubchik2013-10-1824-170/+145
* update test resultsSergei Golubchik2013-10-1813-28/+60
* Fixed GRANT ROLE TO ROLE not updating acl_roles_mappings hash.Vicențiu Ciorbaru2013-10-184-0/+138
* Added GRANT ROLE TO ... and REVOKE ROLE FROM ... functionality.Vicențiu Ciorbaru2013-10-182-2/+7
* INFORMATION_SCHEMA.APPLICABLE_ROLES tableSergei Golubchik2013-10-183-0/+57
* information_schema.enabled_roles tableSergei Golubchik2013-10-183-0/+59
* CURRENT_ROLE() should return NULL, not "NONE"Sergei Golubchik2013-10-189-20/+20
* GRANT/REVOKE should specify role name as 'role' not as 'role'@'%'Sergei Golubchik2013-10-1812-64/+54
* cannot use lex->grant_user= &current_user, where LEX_USER current_user is a g...Sergei Golubchik2013-10-182-2/+3
* fix mysql_upgrade to preserve the collation of mysql.user.is_role Sergei Golubchik2013-10-183-3/+3
* Fixes for mysql-test failuresSergei Golubchik2013-10-1823-12/+107
* CURRENT_ROLE() functionSergei Golubchik2013-10-1818-3/+164
* SET ROLE now works recursively for routines.Vicențiu Ciorbaru2013-10-182-0/+184
* SET ROLE now works recursively for table and column level privilegesVicențiu Ciorbaru2013-10-184-0/+231
* Show grants now correctly prints procedure privileges.Vicențiu Ciorbaru2013-10-181-0/+4
* Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-182-0/+201
* Various bug fixes.Vicențiu Ciorbaru2013-10-185-4/+22
* Added show role grants functionality to the mysql_show_grants function.Vicențiu Ciorbaru2013-10-186-0/+58
* Fixed failing test due to wrong display orderVicențiu Ciorbaru2013-10-182-4/+6
* Added recursive database roles privilege propagation.Vicențiu Ciorbaru2013-10-182-0/+106
* Updated error message in case the user table's format is not up to date and canVicențiu Ciorbaru2013-10-182-0/+37
* Reworked the implementation of create role and drop role.Vicențiu Ciorbaru2013-10-182-6/+35
* Added CREATE ROLE support as well as DROP ROLE support.Vicențiu Ciorbaru2013-10-182-0/+52
* Added simple database privilege test for roles.Vicențiu Ciorbaru2013-10-182-0/+107
* Added a more complicated test for recursive role grants.Vicențiu Ciorbaru2013-10-172-0/+251
* Minor test update to eliminate random row order.Vicențiu Ciorbaru2013-10-172-6/+4
* Added a test for acl_roles to test renaming of roles/ usernamesVicențiu Ciorbaru2013-10-172-0/+87
* Minor update on tests.Vicențiu Ciorbaru2013-10-174-8/+14
* Fixed failing tests due to wrong delete in the testsuite.Vicențiu Ciorbaru2013-10-174-18/+11
* Added testcase to check that granting a role to a role works.Vicențiu Ciorbaru2013-10-172-0/+151
* Updated acl_roles_set_role-simple test to use default sql syntax.Vicențiu Ciorbaru2013-10-172-2/+19
* Added testcase for the command SET ROLE.Vicențiu Ciorbaru2013-10-172-0/+58
* Added testcase for acl_roles.Vicențiu Ciorbaru2013-10-172-0/+15
* Modified test result to accound for the roles_mapping table.Vicențiu Ciorbaru2013-10-171-0/+1
* MDEV-5123 Remove duplicated conditions pushed both to join_tab->select_cond a...timour@askmonty.org2013-10-1810-26/+117
* Merge 5.5 -> 10.0-baseAlexander Barkov2013-10-161-0/+12
|\
| * Merge 5.3->5.5Alexander Barkov2013-10-161-0/+12
| |\
| | * Merge 5.1 -> 5.3Alexander Barkov2013-10-161-0/+12
| | |\
| | | * MDEV-4890 Valgrind warnings on shutdown on a build with openSSLAlexander Barkov2013-10-161-0/+12
* | | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-10-162-0/+83
|\ \ \ \ | |/ / /
| * | | Merge 5.3 -> 5.5.Alexander Barkov2013-10-162-0/+83
| |\ \ \ | | |/ /
| | * | MDEV-5107:Left Join Yields All Nulls Instead of Appropriate Matchesunknown2013-10-112-0/+83
* | | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-10-162-0/+238
|\ \ \ \ | |/ / /
| * | | MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and...unknown2013-10-162-0/+107
| * | | MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and...unknown2013-10-042-0/+131
* | | | Fix buildbot failures:Sergey Petrunya2013-10-151-3/+3
* | | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETESergey Petrunya2013-10-1538-126/+5265
|\ \ \ \
| * | | | MDEV-3798: EXPLAIN UPDATE/DELETE:Sergey Petrunya2013-10-152-0/+436
| * | | | Update test results for the last cset.Sergey Petrunya2013-10-151-0/+4
| * | | | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-151-1/+1