summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-1/+3
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-031-1/+3
| |\
| | * Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-1/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-9/+4
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-9/+4
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-311-9/+4
| | |\
| | | * Merge 5.5 into 10.0Marko Mäkelä2018-07-301-9/+4
| | | |\
| | | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-291-40/+65
| | | | |\
| | | | | * Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) INArun Kuruvila2018-05-101-31/+61
| | | | | * Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THEArun Kuruvila2018-04-241-11/+4
* | | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-7/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-1/+1
| * | | | | empty password is a valid password, don't crashSergei Golubchik2018-06-211-1/+2
| * | | | | MDEV-16238 root/localhost authn prioritizes authentication_string over PasswordSergei Golubchik2018-06-211-5/+8
* | | | | | MDEV-14853 Grant does not work correctly when table contains...sachin2018-05-181-1/+10
* | | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0mariadb-10.0.35Sergei Golubchik2018-05-011-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Use after free in authenticationSergei Golubchik2018-05-011-0/+1
* | | | | | Add likely/unlikely to speed up executionMonty2018-05-071-54/+64
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | register keyword c++17 warningEugene Kosov2018-04-241-1/+1
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+1
| | | | |\ \ | | | | | |/
| | | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-051-1/+3
| | | | | * (no commit message)Arun Kuruvila2016-11-281-1/+500
| | | | | * Bug#23303391: HANDLE_FATAL_SIGNAL (SIG=11) IN ALLOC_QUERYArun Kuruvila2016-08-291-2/+8
* | | | | | Remove not needed calls to print_errorMichael Widenius2018-04-161-8/+2
* | | | | | change lex_string_eq to return what it saysSergei Golubchik2018-04-101-8/+7
* | | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-4/+102
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+2
|\ \ \ \ \ \
| * | | | | | Fix privilege checking for sequenceMonty2018-02-141-1/+1
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-6/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-6/+6
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Roles : Initialize variables that are passed to update_role_db()Vladislav Vaintroub2018-01-301-6/+6
* | | | | | | MDEV-14990 mysql_upgrade fails with ERROR 1408 (HY000) at line 566: Event Sch...Sergei Golubchik2018-02-131-122/+0
* | | | | | | Windows, compile : reenable previously disabled warning C4291Vladislav Vaintroub2018-02-071-1/+1
* | | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-2/+2
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-23/+23
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-3/+3
* | | | | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-66/+66
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-54/+47
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-261-1/+2
* | | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-22/+41
|\ \ \ \ \ \ \